Home
last modified time | relevance | path

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

/Linux-v4.19/drivers/gpu/drm/radeon/
Drv6xxd.h150 # define DIG_THERM_DPM(x) ((x) << 12) macro
Drv770d.h411 #define DIG_THERM_DPM(x) ((x) << 14) macro
Dsid.h180 #define DIG_THERM_DPM(x) ((x) << 14) macro
Dcikd.h184 #define DIG_THERM_DPM(x) ((x) << 14) macro
Dr600_dpm.c757 WREG32_P(CG_THERMAL_CTRL, DIG_THERM_DPM(high_temp / 1000), ~DIG_THERM_DPM_MASK); in r600_set_thermal_temperature_range()
Devergreend.h880 #define DIG_THERM_DPM(x) ((x) << 14) macro
Dr600d.h299 #define DIG_THERM_DPM(x) ((x) << 12) macro
Drv770_dpm.c1886 WREG32_P(CG_THERMAL_CTRL, DIG_THERM_DPM(high_temp / 1000), ~DIG_THERM_DPM_MASK); in rv770_set_thermal_temperature_range()
Dsi_dpm.c5995 WREG32_P(CG_THERMAL_CTRL, DIG_THERM_DPM(high_temp / 1000), ~DIG_THERM_DPM_MASK); in si_thermal_set_temperature_range()
Dci_dpm.c894 tmp |= DIG_THERM_DPM(high_temp / 1000); in ci_thermal_set_temperature_range()
/Linux-v4.19/drivers/gpu/drm/amd/powerplay/hwmgr/
Dsmu7_thermal.c333 CG_THERMAL_CTRL, DIG_THERM_DPM, in smu7_thermal_set_temperature_range()
/Linux-v4.19/drivers/gpu/drm/amd/amdgpu/
Dsid.h182 #define DIG_THERM_DPM(x) ((x) << 14) macro
Dci_dpm.c1032 tmp |= DIG_THERM_DPM(high_temp / 1000); in ci_thermal_set_temperature_range()
Dsi_dpm.c6432 WREG32_P(CG_THERMAL_CTRL, DIG_THERM_DPM(high_temp / 1000), ~DIG_THERM_DPM_MASK); in si_thermal_set_temperature_range()