Home
last modified time | relevance | path

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

/drivers/gpu/drm/radeon/
Drv770d.h405 #define GUI_ACTIVE (1<<31) macro
Dnid.h265 #define GUI_ACTIVE (1 << 31) macro
Dsid.h967 #define GUI_ACTIVE (1 << 31) macro
Dcikd.h1058 #define GUI_ACTIVE (1 << 31) macro
Devergreend.h863 #define GUI_ACTIVE (1 << 31) macro
Dr600d.h293 #define GUI_ACTIVE (1<<31) macro
Dr600.c797 if (RREG32(GRBM_STATUS) & GUI_ACTIVE) in r600_gui_idle()
/drivers/gpu/drm/amd/amdgpu/
Dsid.h965 #define GUI_ACTIVE (1 << 31) macro
Dgfx_v10_0.c7622 GRBM_STATUS, GUI_ACTIVE)) in gfx_v10_0_is_idle()
7639 if (!REG_GET_FIELD(tmp, GRBM_STATUS, GUI_ACTIVE)) in gfx_v10_0_wait_for_idle()
Dgfx_v8_0.c4883 if (REG_GET_FIELD(RREG32(mmGRBM_STATUS), GRBM_STATUS, GUI_ACTIVE) in gfx_v8_0_is_idle()
Dgfx_v9_0.c4092 GRBM_STATUS, GUI_ACTIVE)) in gfx_v9_0_is_idle()
/drivers/video/fbdev/aty/
Dradeon_base.c396 if (((INREG(RBBM_STATUS) & GUI_ACTIVE)) == 0) { in _radeon_engine_idle()