Home
last modified time | relevance | path

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

/linux/drivers/gpu/drm/amd/pm/swsmu/smu14/
H A Dsmu_v14_0.c1828 if (input[1] > smu->gfx_default_soft_max_freq) { in smu_v14_0_od_edit_dpm_table()
1831 input[1], smu->gfx_default_soft_max_freq); in smu_v14_0_od_edit_dpm_table()
1845 smu->gfx_actual_soft_max_freq = smu->gfx_default_soft_max_freq; in smu_v14_0_od_edit_dpm_table()
1876 smu->gfx_actual_soft_max_freq != smu->gfx_default_soft_max_freq) in smu_v14_0_od_edit_dpm_table()
/linux/drivers/gpu/drm/amd/pm/swsmu/inc/
H A Damdgpu_smu.h769 uint32_t gfx_default_soft_max_freq; member