Home
last modified time | relevance | path

Searched refs:RB_RPTR_WR_ENA (Results 1 – 9 of 9) sorted by relevance

/freebsd-12-stable/sys/dev/drm2/radeon/
Dnid.h449 #define RB_RPTR_WR_ENA (1U << 31) macro
Dni.c1177 WREG32_P(cp_rb_cntl[i], RB_RPTR_WR_ENA, ~RB_RPTR_WR_ENA); in cayman_cp_resume()
1184 WREG32_P(cp_rb_cntl[i], 0, ~RB_RPTR_WR_ENA); in cayman_cp_resume()
Drv770d.h85 #define RB_RPTR_WR_ENA (1U << 31) macro
Dsid.h677 #define RB_RPTR_WR_ENA (1U << 31) macro
Dsi.c2064 WREG32(CP_RB0_CNTL, tmp | RB_RPTR_WR_ENA); in si_cp_resume()
2097 WREG32(CP_RB1_CNTL, tmp | RB_RPTR_WR_ENA); in si_cp_resume()
2123 WREG32(CP_RB2_CNTL, tmp | RB_RPTR_WR_ENA); in si_cp_resume()
Devergreend.h128 #define RB_RPTR_WR_ENA (1U << 31) macro
Dr600d.h213 #define RB_RPTR_WR_ENA (1U << 31) macro
Devergreen.c1769 WREG32(CP_RB_CNTL, tmp | RB_RPTR_WR_ENA); in evergreen_cp_resume()
Dr600.c2256 WREG32(CP_RB_CNTL, tmp | RB_RPTR_WR_ENA); in r600_cp_resume()