Home
last modified time | relevance | path

Searched refs:GUI_ACTIVE (Results 1 – 10 of 10) 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.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()
/drivers/gpu/drm/amd/include/asic_reg/si/
Dsid.h966 #define GUI_ACTIVE (1 << 31) macro
/drivers/video/fbdev/aty/
Dradeon_base.c400 if (((INREG(RBBM_STATUS) & GUI_ACTIVE)) == 0) { in _radeon_engine_idle()
/drivers/gpu/drm/amd/amdgpu/
Dgfx_v8_0.c5130 if (REG_GET_FIELD(RREG32(mmGRBM_STATUS), GRBM_STATUS, GUI_ACTIVE)) in gfx_v8_0_is_idle()