Home
last modified time | relevance | path

Searched refs:GUI_ACTIVE (Results 1 – 13 of 13) 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 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/video/fbdev/aty/
H A Dradeon_base.c397 if (((INREG(RBBM_STATUS) & GUI_ACTIVE)) == 0) { in _radeon_engine_idle()
/linux/drivers/gpu/drm/amd/amdgpu/
H A Dgfx_v12_0.c3844 GRBM_STATUS, GUI_ACTIVE)) in gfx_v12_0_is_idle()
3861 if (!REG_GET_FIELD(tmp, GRBM_STATUS, GUI_ACTIVE)) in gfx_v12_0_wait_for_idle()
H A Dgfx_v11_0.c5005 GRBM_STATUS, GUI_ACTIVE)) in gfx_v11_0_is_idle()
5022 if (!REG_GET_FIELD(tmp, GRBM_STATUS, GUI_ACTIVE)) in gfx_v11_0_wait_for_idle()
H A Dgfx_v12_1.c2852 regGRBM_STATUS), GRBM_STATUS, GUI_ACTIVE)) in gfx_v12_1_is_idle()
H A Dgfx_v9_0.c4119 GRBM_STATUS, GUI_ACTIVE)) in gfx_v9_0_is_idle()