Searched refs:RADEON_CP_RB_CNTL (Results 1 – 6 of 6) sorted by relevance
/linux-4.4.14/drivers/gpu/drm/radeon/ |
D | rs600.c | 463 tmp = RREG32(RADEON_CP_RB_CNTL); in rs600_asic_reset() 464 WREG32(RADEON_CP_RB_CNTL, tmp | RADEON_RB_RPTR_WR_ENA); in rs600_asic_reset() 467 WREG32(RADEON_CP_RB_CNTL, tmp); in rs600_asic_reset()
|
D | r300.c | 428 tmp = RREG32(RADEON_CP_RB_CNTL); in r300_asic_reset() 429 WREG32(RADEON_CP_RB_CNTL, tmp | RADEON_RB_RPTR_WR_ENA); in r300_asic_reset() 432 WREG32(RADEON_CP_RB_CNTL, tmp); in r300_asic_reset()
|
D | radeon_cp.c | 810 RADEON_WRITE(RADEON_CP_RB_CNTL, in radeon_cp_init_ring_buffer() 816 RADEON_WRITE(RADEON_CP_RB_CNTL, in radeon_cp_init_ring_buffer() 902 RADEON_WRITE(RADEON_CP_RB_CNTL, RADEON_READ(RADEON_CP_RB_CNTL) | in radeon_test_writeback()
|
D | r100.c | 1174 WREG32(RADEON_CP_RB_CNTL, tmp | RADEON_RB_NO_UPDATE); in r100_cp_init() 1180 WREG32(RADEON_CP_RB_CNTL, tmp | RADEON_RB_RPTR_WR_ENA | RADEON_RB_NO_UPDATE); in r100_cp_init() 1197 WREG32(RADEON_CP_RB_CNTL, tmp); in r100_cp_init() 2573 tmp = RREG32(RADEON_CP_RB_CNTL); in r100_asic_reset() 2574 WREG32(RADEON_CP_RB_CNTL, tmp | RADEON_RB_RPTR_WR_ENA); in r100_asic_reset() 2577 WREG32(RADEON_CP_RB_CNTL, tmp); in r100_asic_reset() 4008 tmp = RREG32(RADEON_CP_RB_CNTL); in r100_restore_sanity() 4010 WREG32(RADEON_CP_RB_CNTL, 0); in r100_restore_sanity()
|
D | radeon_drv.h | 1033 #define RADEON_CP_RB_CNTL 0x0704 macro
|
D | radeon_reg.h | 3297 #define RADEON_CP_RB_CNTL 0x0704 macro
|