Home
last modified time | relevance | path

Searched refs:GUI_ACTIVE (Results 1 – 10 of 10) sorted by relevance

/linux-4.1.27/include/video/
Daty128.h236 #define GUI_ACTIVE 0x80000000 macro
Dradeon.h1001 #define GUI_ACTIVE 0x80000000 macro
/linux-4.1.27/drivers/video/fbdev/aty/
Dradeonfb.h578 if (((INREG(RBBM_STATUS) & GUI_ACTIVE)) == 0) { in _radeon_engine_idle()
/linux-4.1.27/drivers/gpu/drm/radeon/
Drv770d.h404 #define GUI_ACTIVE (1<<31) macro
Dnid.h258 #define GUI_ACTIVE (1 << 31) macro
Dsid.h967 #define GUI_ACTIVE (1 << 31) macro
Dcikd.h1060 #define GUI_ACTIVE (1 << 31) macro
Devergreend.h863 #define GUI_ACTIVE (1 << 31) macro
Dr600d.h293 #define GUI_ACTIVE (1<<31) macro
Dr600.c744 if (RREG32(GRBM_STATUS) & GUI_ACTIVE) in r600_gui_idle()