Searched refs:GUI_ACTIVE (Results 1 – 4 of 4) sorted by relevance
59 #define GUI_ACTIVE(x) (((x) >> 31) & 0x1) macro104 UPDATE_COUNTER(gui, GUI_ACTIVE); in r600_update_mmio_counters()105 gui_busy = GUI_ACTIVE(value); in r600_update_mmio_counters()
56 #define GUI_ACTIVE(x) (((x) >> 31) & 0x1) macro101 UPDATE_COUNTER(gui, GUI_ACTIVE); in r600_update_mmio_counters()102 gui_busy = GUI_ACTIVE(value); in r600_update_mmio_counters()
125 if (((INREG(RBBM_STATUS) & GUI_ACTIVE)) == 0) { in _radeon_engine_idle()
998 #define GUI_ACTIVE 0x80000000 macro