Home
last modified time | relevance | path

Searched refs:dpm_event_src (Results 1 – 5 of 5) sorted by relevance

/dragonfly/sys/dev/drm/radeon/
H A Drv6xx_dpm.c1356 enum radeon_dpm_event_src dpm_event_src; in rv6xx_set_dpm_event_sources() local
1365 dpm_event_src = RADEON_DPM_EVENT_SRC_DIGITAL; in rv6xx_set_dpm_event_sources()
1370 dpm_event_src = RADEON_DPM_EVENT_SRC_EXTERNAL; in rv6xx_set_dpm_event_sources()
1376 dpm_event_src = RADEON_DPM_EVENT_SRC_DIGIAL_OR_EXTERNAL; in rv6xx_set_dpm_event_sources()
1381 WREG32_P(CG_THERMAL_CTRL, DPM_EVENT_SRC(dpm_event_src), ~DPM_EVENT_SRC_MASK); in rv6xx_set_dpm_event_sources()
H A Drv770_dpm.c1821 enum radeon_dpm_event_src dpm_event_src; in rv770_set_dpm_event_sources() local
1830 dpm_event_src = RADEON_DPM_EVENT_SRC_DIGITAL; in rv770_set_dpm_event_sources()
1835 dpm_event_src = RADEON_DPM_EVENT_SRC_EXTERNAL; in rv770_set_dpm_event_sources()
1841 dpm_event_src = RADEON_DPM_EVENT_SRC_DIGIAL_OR_EXTERNAL; in rv770_set_dpm_event_sources()
1846 WREG32_P(CG_THERMAL_CTRL, DPM_EVENT_SRC(dpm_event_src), ~DPM_EVENT_SRC_MASK); in rv770_set_dpm_event_sources()
H A Dci_dpm.c1418 enum radeon_dpm_event_src dpm_event_src; in ci_set_dpm_event_sources() local
1428 dpm_event_src = RADEON_DPM_EVENT_SRC_DIGITAL; in ci_set_dpm_event_sources()
1432 dpm_event_src = RADEON_DPM_EVENT_SRC_EXTERNAL; in ci_set_dpm_event_sources()
1437 dpm_event_src = RADEON_DPM_EVENT_SRC_DIGIAL_OR_EXTERNAL; in ci_set_dpm_event_sources()
1446 tmp |= DPM_EVENT_SRC(dpm_event_src); in ci_set_dpm_event_sources()
H A Dsi_dpm.c3281 enum radeon_dpm_event_src dpm_event_src; in si_set_dpm_event_sources() local
3290 dpm_event_src = RADEON_DPM_EVENT_SRC_DIGITAL; in si_set_dpm_event_sources()
3294 dpm_event_src = RADEON_DPM_EVENT_SRC_EXTERNAL; in si_set_dpm_event_sources()
3299 dpm_event_src = RADEON_DPM_EVENT_SRC_DIGIAL_OR_EXTERNAL; in si_set_dpm_event_sources()
3304 WREG32_P(CG_THERMAL_CTRL, DPM_EVENT_SRC(dpm_event_src), ~DPM_EVENT_SRC_MASK); in si_set_dpm_event_sources()
/dragonfly/sys/dev/drm/amd/amdgpu/
H A Dsi_dpm.c3740 enum amdgpu_dpm_event_src dpm_event_src; in si_set_dpm_event_sources() local
3749 dpm_event_src = AMDGPU_DPM_EVENT_SRC_DIGITAL; in si_set_dpm_event_sources()
3753 dpm_event_src = AMDGPU_DPM_EVENT_SRC_EXTERNAL; in si_set_dpm_event_sources()
3758 dpm_event_src = AMDGPU_DPM_EVENT_SRC_DIGIAL_OR_EXTERNAL; in si_set_dpm_event_sources()
3763 WREG32_P(CG_THERMAL_CTRL, DPM_EVENT_SRC(dpm_event_src), ~DPM_EVENT_SRC_MASK); in si_set_dpm_event_sources()