Searched refs:DIG_THERM_DPM (Results 1 – 13 of 13) sorted by relevance
/linux-6.6.21/drivers/gpu/drm/radeon/ |
D | rv6xxd.h | 150 # define DIG_THERM_DPM(x) ((x) << 12) macro
|
D | rv770d.h | 411 #define DIG_THERM_DPM(x) ((x) << 14) macro
|
D | sid.h | 180 #define DIG_THERM_DPM(x) ((x) << 14) macro
|
D | cikd.h | 184 #define DIG_THERM_DPM(x) ((x) << 14) macro
|
D | r600_dpm.c | 756 WREG32_P(CG_THERMAL_CTRL, DIG_THERM_DPM(high_temp / 1000), ~DIG_THERM_DPM_MASK); in r600_set_thermal_temperature_range()
|
D | evergreend.h | 880 #define DIG_THERM_DPM(x) ((x) << 14) macro
|
D | r600d.h | 299 #define DIG_THERM_DPM(x) ((x) << 12) macro
|
D | rv770_dpm.c | 1887 WREG32_P(CG_THERMAL_CTRL, DIG_THERM_DPM(high_temp / 1000), ~DIG_THERM_DPM_MASK); in rv770_set_thermal_temperature_range()
|
D | ci_dpm.c | 871 tmp |= DIG_THERM_DPM(high_temp / 1000); in ci_thermal_set_temperature_range()
|
D | si_dpm.c | 5980 WREG32_P(CG_THERMAL_CTRL, DIG_THERM_DPM(high_temp / 1000), ~DIG_THERM_DPM_MASK); in si_thermal_set_temperature_range()
|
/linux-6.6.21/drivers/gpu/drm/amd/pm/powerplay/hwmgr/ |
D | smu7_thermal.c | 342 CG_THERMAL_CTRL, DIG_THERM_DPM, in smu7_thermal_set_temperature_range()
|
/linux-6.6.21/drivers/gpu/drm/amd/amdgpu/ |
D | sid.h | 181 #define DIG_THERM_DPM(x) ((x) << 14) macro
|
/linux-6.6.21/drivers/gpu/drm/amd/pm/legacy-dpm/ |
D | si_dpm.c | 6454 WREG32_P(CG_THERMAL_CTRL, DIG_THERM_DPM(high_temp / 1000), ~DIG_THERM_DPM_MASK); in si_thermal_set_temperature_range()
|