Home
last modified time | relevance | path

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

/freebsd-12.1/sys/dev/drm2/radeon/
H A Dnid.h226 #define GUI_ACTIVE (1U << 31) macro
H A Drv770d.h131 #define GUI_ACTIVE (1<<31) macro
H A Dsid.h419 #define GUI_ACTIVE (1U << 31) macro
H A Dni.c1387 if (!(RREG32(GRBM_STATUS) & GUI_ACTIVE)) in cayman_gpu_soft_reset_gfx()
1486 if (!(RREG32(GRBM_STATUS) & GUI_ACTIVE)) in cayman_gpu_soft_reset()
H A Dsi.c2173 if (!(grbm_status & GUI_ACTIVE)) { in si_gpu_is_lockup()
2186 if (!(RREG32(GRBM_STATUS) & GUI_ACTIVE)) in si_gpu_soft_reset_gfx()
2271 if (!(RREG32(GRBM_STATUS) & GUI_ACTIVE)) in si_gpu_soft_reset()
H A Devergreen.c2432 if (!(grbm_status & GUI_ACTIVE)) { in evergreen_gpu_is_lockup()
2445 if (!(RREG32(GRBM_STATUS) & GUI_ACTIVE)) in evergreen_gpu_soft_reset_gfx()
2536 if (!(RREG32(GRBM_STATUS) & GUI_ACTIVE)) in evergreen_gpu_soft_reset()
H A Dr600.c559 if (RREG32(GRBM_STATUS) & GUI_ACTIVE) in r600_gui_idle()
1293 if (!(RREG32(GRBM_STATUS) & GUI_ACTIVE)) in r600_gpu_soft_reset_gfx()
1393 if (!(RREG32(GRBM_STATUS) & GUI_ACTIVE)) in r600_gpu_soft_reset()
H A Devergreend.h455 #define GUI_ACTIVE (1U << 31) macro
H A Dr600d.h307 #define GUI_ACTIVE (1<<31) macro