Searched refs:GRBM_STATUS (Results 1 – 19 of 19) sorted by relevance
/linux-6.12.1/drivers/gpu/drm/radeon/ |
D | rv770d.h | 403 #define GRBM_STATUS 0x8010 macro
|
D | ni.c | 839 case GRBM_STATUS: in cayman_get_allowed_info_register() 1726 tmp = RREG32(GRBM_STATUS); in cayman_gpu_check_soft_reset()
|
D | nid.h | 238 #define GRBM_STATUS 0x8010 macro
|
D | sid.h | 942 #define GRBM_STATUS 0x8010 macro
|
D | cikd.h | 1034 #define GRBM_STATUS 0x8010 macro
|
D | evergreen.c | 1097 case GRBM_STATUS: in evergreen_get_allowed_info_register() 3771 RREG32(GRBM_STATUS)); in evergreen_print_gpu_status_regs() 3831 tmp = RREG32(GRBM_STATUS); in evergreen_gpu_check_soft_reset()
|
D | evergreend.h | 842 #define GRBM_STATUS 0x8010 macro
|
D | r600d.h | 291 #define GRBM_STATUS 0x8010 macro
|
D | r600.c | 178 case GRBM_STATUS: in r600_get_allowed_info_register() 797 if (RREG32(GRBM_STATUS) & GUI_ACTIVE) in r600_gui_idle()
|
D | cik.c | 157 case GRBM_STATUS: in cik_get_allowed_info_register() 4796 RREG32(GRBM_STATUS)); in cik_print_gpu_status_regs() 4848 tmp = RREG32(GRBM_STATUS); in cik_gpu_check_soft_reset()
|
D | si.c | 1291 case GRBM_STATUS: in si_get_allowed_info_register() 3760 tmp = RREG32(GRBM_STATUS); in si_gpu_check_soft_reset()
|
/linux-6.12.1/drivers/gpu/drm/amd/amdgpu/ |
D | sid.h | 940 #define GRBM_STATUS 0x2004 macro
|
D | si.c | 1113 {GRBM_STATUS},
|
D | gfx_v12_0.c | 3661 GRBM_STATUS, GUI_ACTIVE)) in gfx_v12_0_is_idle() 3678 if (!REG_GET_FIELD(tmp, GRBM_STATUS, GUI_ACTIVE)) in gfx_v12_0_wait_for_idle()
|
D | gfx_v11_0.c | 4721 GRBM_STATUS, GUI_ACTIVE)) in gfx_v11_0_is_idle() 4738 if (!REG_GET_FIELD(tmp, GRBM_STATUS, GUI_ACTIVE)) in gfx_v11_0_wait_for_idle()
|
D | gfx_v9_4_3.c | 2405 GRBM_STATUS, GUI_ACTIVE)) in gfx_v9_4_3_is_idle()
|
D | gfx_v10_0.c | 7474 GRBM_STATUS, GUI_ACTIVE)) in gfx_v10_0_is_idle() 7491 if (!REG_GET_FIELD(tmp, GRBM_STATUS, GUI_ACTIVE)) in gfx_v10_0_wait_for_idle()
|
D | gfx_v8_0.c | 4837 if (REG_GET_FIELD(RREG32(mmGRBM_STATUS), GRBM_STATUS, GUI_ACTIVE) in gfx_v8_0_is_idle()
|
D | gfx_v9_0.c | 4069 GRBM_STATUS, GUI_ACTIVE)) in gfx_v9_0_is_idle()
|