Home
last modified time | relevance | path

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

/netbsd-src/sys/external/bsd/drm2/dist/drm/amd/powerplay/hwmgr/
H A Damdgpu_process_pptables_v1_0.c323 phm_ppt_v1_clock_voltage_dependency_table const *clk_volt_pp_table in get_valid_clk() argument
330 PP_ASSERT_WITH_CODE((0 != clk_volt_pp_table->count), in get_valid_clk()
334 sizeof(uint32_t) * clk_volt_pp_table->count; in get_valid_clk()
341 table->count = (uint32_t)clk_volt_pp_table->count; in get_valid_clk()
346 entries, clk_volt_pp_table, i); in get_valid_clk()
H A Damdgpu_vega10_processpptables.c881 const phm_ppt_v1_clock_voltage_dependency_table *clk_volt_pp_table) in get_valid_clk() argument
886 PP_ASSERT_WITH_CODE(clk_volt_pp_table->count, in get_valid_clk()
890 sizeof(uint32_t) * clk_volt_pp_table->count; in get_valid_clk()
897 table->count = (uint32_t)clk_volt_pp_table->count; in get_valid_clk()
900 table->values[i] = (uint32_t)clk_volt_pp_table->entries[i].clk; in get_valid_clk()