Searched refs:rbbm_status (Results 1 – 5 of 5) sorted by relevance
490 state->rbbm_status = gpu_read(gpu, REG_A3XX_RBBM_STATUS); in a3xx_gpu_state_get()
560 state->rbbm_status = gpu_read(gpu, REG_A4XX_RBBM_STATUS); in a4xx_gpu_state_get()
888 drm_printf(p, "rbbm-status: 0x%08x\n", state->rbbm_status); in adreno_show()
1584 a5xx_state->base.rbbm_status = gpu_read(gpu, REG_A5XX_RBBM_STATUS); in a5xx_gpu_state_get()
2549 u32 rbbm_status; in r100_gpu_is_lockup() local2551 rbbm_status = RREG32(R_000E40_RBBM_STATUS); in r100_gpu_is_lockup()2552 if (!G_000E40_GUI_ACTIVE(rbbm_status)) { in r100_gpu_is_lockup()