Searched refs:SRBM_STATUS (Results 1 – 13 of 13) sorted by relevance
/drivers/gpu/drm/amd/amdgpu/ |
D | cz_ih.c | 325 if (REG_GET_FIELD(tmp, SRBM_STATUS, IH_BUSY)) in cz_ih_is_idle() 340 if (!REG_GET_FIELD(tmp, SRBM_STATUS, IH_BUSY)) in cz_ih_wait_for_idle()
|
D | iceland_ih.c | 325 if (REG_GET_FIELD(tmp, SRBM_STATUS, IH_BUSY)) in iceland_ih_is_idle() 340 if (!REG_GET_FIELD(tmp, SRBM_STATUS, IH_BUSY)) in iceland_ih_wait_for_idle()
|
D | tonga_ih.c | 348 if (REG_GET_FIELD(tmp, SRBM_STATUS, IH_BUSY)) in tonga_ih_is_idle() 363 if (!REG_GET_FIELD(tmp, SRBM_STATUS, IH_BUSY)) in tonga_ih_wait_for_idle()
|
D | gfx_v8_0.c | 4331 if (REG_GET_FIELD(tmp, SRBM_STATUS, GRBM_RQ_PENDING)) in gfx_v8_0_soft_reset()
|
/drivers/gpu/drm/radeon/ |
D | rv770d.h | 677 #define SRBM_STATUS 0x0E50 macro
|
D | ni.c | 873 case SRBM_STATUS: in cayman_get_allowed_info_register() 1791 tmp = RREG32(SRBM_STATUS); in cayman_gpu_check_soft_reset()
|
D | nid.h | 62 #define SRBM_STATUS 0x0E50 macro
|
D | evergreen.c | 1095 case SRBM_STATUS: in evergreen_get_allowed_info_register() 2460 tmp = RREG32(SRBM_STATUS) & 0x1F00; in evergreen_mc_wait_for_idle() 3866 RREG32(SRBM_STATUS)); in evergreen_print_gpu_status_regs() 3946 tmp = RREG32(SRBM_STATUS); in evergreen_gpu_check_soft_reset() 4825 RREG32(SRBM_STATUS); in evergreen_irq_set()
|
D | sid.h | 332 #define SRBM_STATUS 0xE50 macro
|
D | cikd.h | 455 #define SRBM_STATUS 0xE50 macro
|
D | evergreend.h | 1168 #define SRBM_STATUS 0x0E50 macro
|
D | cik.c | 164 case SRBM_STATUS: in cik_get_allowed_info_register() 5194 RREG32(SRBM_STATUS)); in cik_print_gpu_status_regs() 5270 tmp = RREG32(SRBM_STATUS); in cik_gpu_check_soft_reset() 7620 RREG32(SRBM_STATUS); in cik_irq_set()
|
D | si.c | 1285 case SRBM_STATUS: in si_get_allowed_info_register() 3817 tmp = RREG32(SRBM_STATUS); in si_gpu_check_soft_reset() 6240 RREG32(SRBM_STATUS); in si_irq_set()
|