Home
last modified time | relevance | path

Searched refs:EVERGREEN_CRTC_BLANK_CONTROL (Results 1 – 4 of 4) sorted by relevance

/drivers/gpu/drm/radeon/
Devergreen_reg.h236 #define EVERGREEN_CRTC_BLANK_CONTROL 0x6e74 macro
Devergreen.c2776 tmp = RREG32(EVERGREEN_CRTC_BLANK_CONTROL + crtc_offsets[i]); in evergreen_mc_stop()
2781 WREG32(EVERGREEN_CRTC_BLANK_CONTROL + crtc_offsets[i], tmp); in evergreen_mc_stop()
2914 tmp = RREG32(EVERGREEN_CRTC_BLANK_CONTROL + crtc_offsets[i]); in evergreen_mc_resume()
2917 WREG32(EVERGREEN_CRTC_BLANK_CONTROL + crtc_offsets[i], tmp); in evergreen_mc_resume()
/drivers/gpu/drm/amd/include/asic_reg/si/
Dsid.h2019 #define EVERGREEN_CRTC_BLANK_CONTROL 0x1b9d macro
2340 #define EVERGREEN_CRTC_BLANK_CONTROL 0x1b9d macro
/drivers/gpu/drm/amd/amdgpu/
Ddce_v6_0.c524 tmp = RREG32(EVERGREEN_CRTC_BLANK_CONTROL + crtc_offsets[i]); in dce_v6_0_stop_mc_access()
530 WREG32(EVERGREEN_CRTC_BLANK_CONTROL + crtc_offsets[i], tmp); in dce_v6_0_stop_mc_access()