Home
last modified time | relevance | path

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

/linux-4.4.14/include/video/
Daty128.h236 #define GUI_ACTIVE 0x80000000 macro
Dradeon.h1001 #define GUI_ACTIVE 0x80000000 macro
/linux-4.4.14/drivers/gpu/drm/radeon/
Drv770d.h404 #define GUI_ACTIVE (1<<31) macro
Dnid.h265 #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.c791 if (RREG32(GRBM_STATUS) & GUI_ACTIVE) in r600_gui_idle()
/linux-4.4.14/drivers/gpu/drm/amd/amdgpu/
Dgfx_v8_0.c4084 if (REG_GET_FIELD(RREG32(mmGRBM_STATUS), GRBM_STATUS, GUI_ACTIVE)) in gfx_v8_0_is_idle()
4100 if (!REG_GET_FIELD(tmp, GRBM_STATUS, GUI_ACTIVE)) in gfx_v8_0_wait_for_idle()
/linux-4.4.14/drivers/video/fbdev/aty/
Dradeon_base.c401 if (((INREG(RBBM_STATUS) & GUI_ACTIVE)) == 0) { in _radeon_engine_idle()