Searched refs:GUI_ACTIVE (Results 1 – 17 of 17) sorted by relevance
| /linux-6.15/include/video/ |
| H A D | aty128.h | 237 #define GUI_ACTIVE 0x80000000 macro
|
| H A D | radeon.h | 1002 #define GUI_ACTIVE 0x80000000 macro
|
| /linux-6.15/drivers/gpu/drm/radeon/ |
| H A D | rv770d.h | 405 #define GUI_ACTIVE (1<<31) macro
|
| H A D | nid.h | 265 #define GUI_ACTIVE (1 << 31) macro
|
| H A D | sid.h | 967 #define GUI_ACTIVE (1 << 31) macro
|
| H A D | cikd.h | 1058 #define GUI_ACTIVE (1 << 31) macro
|
| H A D | evergreend.h | 863 #define GUI_ACTIVE (1 << 31) macro
|
| H A D | r600d.h | 293 #define GUI_ACTIVE (1<<31) macro
|
| H A D | r600.c | 797 if (RREG32(GRBM_STATUS) & GUI_ACTIVE) in r600_gui_idle()
|
| /linux-6.15/drivers/gpu/drm/amd/amdgpu/ |
| H A D | sid.h | 934 #define GUI_ACTIVE (1 << 31) macro
|
| H A D | gfx_v12_0.c | 3660 GRBM_STATUS, GUI_ACTIVE)) in gfx_v12_0_is_idle() 3677 if (!REG_GET_FIELD(tmp, GRBM_STATUS, GUI_ACTIVE)) in gfx_v12_0_wait_for_idle()
|
| H A D | gfx_v11_0.c | 4780 GRBM_STATUS, GUI_ACTIVE)) in gfx_v11_0_is_idle() 4797 if (!REG_GET_FIELD(tmp, GRBM_STATUS, GUI_ACTIVE)) in gfx_v11_0_wait_for_idle()
|
| H A D | gfx_v9_4_3.c | 2360 GRBM_STATUS, GUI_ACTIVE)) in gfx_v9_4_3_is_idle()
|
| H A D | gfx_v10_0.c | 7547 GRBM_STATUS, GUI_ACTIVE)) in gfx_v10_0_is_idle() 7564 if (!REG_GET_FIELD(tmp, GRBM_STATUS, GUI_ACTIVE)) in gfx_v10_0_wait_for_idle()
|
| H A D | gfx_v8_0.c | 4823 if (REG_GET_FIELD(RREG32(mmGRBM_STATUS), GRBM_STATUS, GUI_ACTIVE) in gfx_v8_0_is_idle()
|
| H A D | gfx_v9_0.c | 4091 GRBM_STATUS, GUI_ACTIVE)) in gfx_v9_0_is_idle()
|
| /linux-6.15/drivers/video/fbdev/aty/ |
| H A D | radeon_base.c | 397 if (((INREG(RBBM_STATUS) & GUI_ACTIVE)) == 0) { in _radeon_engine_idle()
|