Home
last modified time | relevance | path

Searched refs:clk_volt_pp_table (Results 1 – 2 of 2) sorted by relevance

/openbmc/linux/drivers/gpu/drm/amd/pm/powerplay/hwmgr/
H A Dprocess_pptables_v1_0.c314 phm_ppt_v1_clock_voltage_dependency_table const *clk_volt_pp_table in get_valid_clk() argument
321 PP_ASSERT_WITH_CODE((0 != clk_volt_pp_table->count), in get_valid_clk()
324 table = kzalloc(struct_size(table, values, clk_volt_pp_table->count), in get_valid_clk()
329 table->count = (uint32_t)clk_volt_pp_table->count; in get_valid_clk()
334 entries, clk_volt_pp_table, i); in get_valid_clk()
H A Dvega10_processpptables.c848 const phm_ppt_v1_clock_voltage_dependency_table *clk_volt_pp_table) in get_valid_clk() argument
853 PP_ASSERT_WITH_CODE(clk_volt_pp_table->count, in get_valid_clk()
856 table = kzalloc(struct_size(table, values, clk_volt_pp_table->count), in get_valid_clk()
861 table->count = (uint32_t)clk_volt_pp_table->count; in get_valid_clk()
864 table->values[i] = (uint32_t)clk_volt_pp_table->entries[i].clk; in get_valid_clk()