Home
last modified time | relevance | path

Searched refs:R600_GRBM_STATUS (Results 1 – 2 of 2) sorted by relevance

/linux-4.1.27/drivers/gpu/drm/radeon/
Dr600_cp.c111 slots = (RADEON_READ(R600_GRBM_STATUS) in r600_do_wait_for_fifo()
114 slots = (RADEON_READ(R600_GRBM_STATUS) in r600_do_wait_for_fifo()
121 RADEON_READ(R600_GRBM_STATUS), in r600_do_wait_for_fifo()
140 if (!(RADEON_READ(R600_GRBM_STATUS) & R600_GUI_ACTIVE)) in r600_do_wait_for_idle()
145 RADEON_READ(R600_GRBM_STATUS), in r600_do_wait_for_idle()
Dradeon_drv.h1500 #define R600_GRBM_STATUS 0x8010 macro