Home
last modified time | relevance | path

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

/dports/multimedia/v4l-utils/linux-5.13-rc2/drivers/gpu/drm/amd/pm/powerplay/hwmgr/
H A Dvega10_processpptables.c849 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()
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()
/dports/multimedia/v4l_compat/linux-5.13-rc2/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.c849 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()
/dports/multimedia/libv4l/linux-5.13-rc2/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.c849 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()