Home
last modified time | relevance | path

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

/Linux-v5.4/drivers/gpu/drm/amd/powerplay/
Darcturus_ppt.c1142 static uint32_t arcturus_find_lowest_dpm_level(struct arcturus_single_dpm_table *table) in arcturus_find_lowest_dpm_level() function
1196 soft_level = arcturus_find_lowest_dpm_level(&(dpm_table->gfx_table)); in arcturus_force_dpm_limit_value()
1206 soft_level = arcturus_find_lowest_dpm_level(&(dpm_table->mem_table)); in arcturus_force_dpm_limit_value()
1216 soft_level = arcturus_find_lowest_dpm_level(&(dpm_table->soc_table)); in arcturus_force_dpm_limit_value()
1247 soft_min_level = arcturus_find_lowest_dpm_level(&(dpm_table->gfx_table)); in arcturus_unforce_dpm_levels()
1255 soft_min_level = arcturus_find_lowest_dpm_level(&(dpm_table->mem_table)); in arcturus_unforce_dpm_levels()
1263 soft_min_level = arcturus_find_lowest_dpm_level(&(dpm_table->soc_table)); in arcturus_unforce_dpm_levels()