Searched refs:DIG_THERM_DPM (Results 1 – 14 of 14) sorted by relevance
/Linux-v4.19/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 | 757 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 | 1886 WREG32_P(CG_THERMAL_CTRL, DIG_THERM_DPM(high_temp / 1000), ~DIG_THERM_DPM_MASK); in rv770_set_thermal_temperature_range()
|
D | si_dpm.c | 5995 WREG32_P(CG_THERMAL_CTRL, DIG_THERM_DPM(high_temp / 1000), ~DIG_THERM_DPM_MASK); in si_thermal_set_temperature_range()
|
D | ci_dpm.c | 894 tmp |= DIG_THERM_DPM(high_temp / 1000); in ci_thermal_set_temperature_range()
|
/Linux-v4.19/drivers/gpu/drm/amd/powerplay/hwmgr/ |
D | smu7_thermal.c | 333 CG_THERMAL_CTRL, DIG_THERM_DPM, in smu7_thermal_set_temperature_range()
|
/Linux-v4.19/drivers/gpu/drm/amd/amdgpu/ |
D | sid.h | 182 #define DIG_THERM_DPM(x) ((x) << 14) macro
|
D | ci_dpm.c | 1032 tmp |= DIG_THERM_DPM(high_temp / 1000); in ci_thermal_set_temperature_range()
|
D | si_dpm.c | 6432 WREG32_P(CG_THERMAL_CTRL, DIG_THERM_DPM(high_temp / 1000), ~DIG_THERM_DPM_MASK); in si_thermal_set_temperature_range()
|