Searched refs:clk_volt_pp_table (Results 1 – 2 of 2) sorted by relevance
/linux-5.19.10/drivers/gpu/drm/amd/pm/powerplay/hwmgr/ |
D | process_pptables_v1_0.c | 314 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()
|
D | vega10_processpptables.c | 849 const phm_ppt_v1_clock_voltage_dependency_table *clk_volt_pp_table) in get_valid_clk() argument 854 PP_ASSERT_WITH_CODE(clk_volt_pp_table->count, in get_valid_clk() 857 table = kzalloc(struct_size(table, values, clk_volt_pp_table->count), in get_valid_clk() 862 table->count = (uint32_t)clk_volt_pp_table->count; in get_valid_clk() 865 table->values[i] = (uint32_t)clk_volt_pp_table->entries[i].clk; in get_valid_clk()
|