Home
last modified time | relevance | path

Searched refs:GRBM_STATUS (Results 1 – 13 of 13) sorted by relevance

/dragonfly/sys/dev/drm/radeon/
H A Drv770d.h403 #define GRBM_STATUS 0x8010 macro
H A Dni.c875 case GRBM_STATUS: in cayman_get_allowed_info_register()
1761 tmp = RREG32(GRBM_STATUS); in cayman_gpu_check_soft_reset()
H A Dnid.h238 #define GRBM_STATUS 0x8010 macro
H A Dsid.h942 #define GRBM_STATUS 0x8010 macro
H A Dcikd.h1034 #define GRBM_STATUS 0x8010 macro
H A Devergreen.c1082 case GRBM_STATUS: in evergreen_get_allowed_info_register()
3753 RREG32(GRBM_STATUS)); in evergreen_print_gpu_status_regs()
3813 tmp = RREG32(GRBM_STATUS); in evergreen_gpu_check_soft_reset()
H A Devergreend.h842 #define GRBM_STATUS 0x8010 macro
H A Dr600d.h291 #define GRBM_STATUS 0x8010 macro
H A Dr600.c168 case GRBM_STATUS: in r600_get_allowed_info_register()
787 if (RREG32(GRBM_STATUS) & GUI_ACTIVE) in r600_gui_idle()
H A Dcik.c148 case GRBM_STATUS: in cik_get_allowed_info_register()
4831 RREG32(GRBM_STATUS)); in cik_print_gpu_status_regs()
4883 tmp = RREG32(GRBM_STATUS); in cik_gpu_check_soft_reset()
H A Dsi.c1302 case GRBM_STATUS: in si_get_allowed_info_register()
3766 tmp = RREG32(GRBM_STATUS); in si_gpu_check_soft_reset()
/dragonfly/sys/dev/drm/amd/amdgpu/
H A Dgfx_v9_0.c3295 GRBM_STATUS, GUI_ACTIVE)) in gfx_v9_0_is_idle()
H A Dgfx_v8_0.c5197 if (REG_GET_FIELD(RREG32(mmGRBM_STATUS), GRBM_STATUS, GUI_ACTIVE)) in gfx_v8_0_is_idle()