Home
last modified time | relevance | path

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

/dragonfly/sys/dev/drm/radeon/
H A Drv6xxd.h150 # define DIG_THERM_DPM(x) ((x) << 12) macro
H A Drv770d.h411 #define DIG_THERM_DPM(x) ((x) << 14) macro
H A Dsid.h180 #define DIG_THERM_DPM(x) ((x) << 14) macro
H A Dcikd.h184 #define DIG_THERM_DPM(x) ((x) << 14) macro
H A Dr600_dpm.c757 WREG32_P(CG_THERMAL_CTRL, DIG_THERM_DPM(high_temp / 1000), ~DIG_THERM_DPM_MASK); in r600_set_thermal_temperature_range()
H A Devergreend.h880 #define DIG_THERM_DPM(x) ((x) << 14) macro
H A Dr600d.h299 #define DIG_THERM_DPM(x) ((x) << 12) macro
H A Drv770_dpm.c1890 WREG32_P(CG_THERMAL_CTRL, DIG_THERM_DPM(high_temp / 1000), ~DIG_THERM_DPM_MASK); in rv770_set_thermal_temperature_range()
H A Dci_dpm.c930 tmp |= DIG_THERM_DPM(high_temp / 1000); in ci_thermal_set_temperature_range()
H A Dsi_dpm.c5996 WREG32_P(CG_THERMAL_CTRL, DIG_THERM_DPM(high_temp / 1000), ~DIG_THERM_DPM_MASK); in si_thermal_set_temperature_range()
/dragonfly/sys/dev/drm/amd/powerplay/hwmgr/
H A Dsmu7_thermal.c333 CG_THERMAL_CTRL, DIG_THERM_DPM, in smu7_thermal_set_temperature_range()
/dragonfly/sys/dev/drm/amd/amdgpu/
H A Dsi_dpm.c6432 WREG32_P(CG_THERMAL_CTRL, DIG_THERM_DPM(high_temp / 1000), ~DIG_THERM_DPM_MASK); in si_thermal_set_temperature_range()