Home
last modified time | relevance | path

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

/linux/include/video/
H A Daty128.h237 #define GUI_ACTIVE 0x80000000 macro
H A Dradeon.h1002 #define GUI_ACTIVE 0x80000000 macro
/linux/drivers/gpu/drm/radeon/
H A Drv770d.h405 #define GUI_ACTIVE (1<<31) macro
H A Dnid.h265 #define GUI_ACTIVE (1 << 31) macro
H A Dsid.h967 #define GUI_ACTIVE (1 << 31) macro
H A Dcikd.h1058 #define GUI_ACTIVE (1 << 31) macro
H A Devergreend.h863 #define GUI_ACTIVE (1 << 31) macro
H A Dr600d.h293 #define GUI_ACTIVE (1<<31) macro
H A Dr600.c797 if (RREG32(GRBM_STATUS) & GUI_ACTIVE) in r600_gui_idle()
/linux/drivers/gpu/drm/amd/amdgpu/
H A Dsid.h965 #define GUI_ACTIVE (1 << 31) macro
H A Dgfx_v11_0.c4437 GRBM_STATUS, GUI_ACTIVE)) in gfx_v11_0_is_idle()
4454 if (!REG_GET_FIELD(tmp, GRBM_STATUS, GUI_ACTIVE)) in gfx_v11_0_wait_for_idle()
H A Dgfx_v9_4_3.c2135 GRBM_STATUS, GUI_ACTIVE)) in gfx_v9_4_3_is_idle()
H A Dgfx_v10_0.c7341 GRBM_STATUS, GUI_ACTIVE)) in gfx_v10_0_is_idle()
7358 if (!REG_GET_FIELD(tmp, GRBM_STATUS, GUI_ACTIVE)) in gfx_v10_0_wait_for_idle()
H A Dgfx_v8_0.c4840 if (REG_GET_FIELD(RREG32(mmGRBM_STATUS), GRBM_STATUS, GUI_ACTIVE) in gfx_v8_0_is_idle()
H A Dgfx_v9_0.c3837 GRBM_STATUS, GUI_ACTIVE)) in gfx_v9_0_is_idle()
/linux/drivers/video/fbdev/aty/
H A Dradeon_base.c397 if (((INREG(RBBM_STATUS) & GUI_ACTIVE)) == 0) { in _radeon_engine_idle()