Home
last modified time | relevance | path

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

/linux/drivers/gpu/drm/msm/adreno/
H A Da6xx_gpu_state.c60 s32 hfi_queue_history[2][HFI_HISTORY_SZ]; member
1271 BUILD_BUG_ON(ARRAY_SIZE(gmu->queues) != ARRAY_SIZE(a6xx_state->hfi_queue_history)); in a6xx_snapshot_gmu_hfi_history()
1277 a6xx_state->hfi_queue_history[i][j] = queue->history[idx]; in a6xx_snapshot_gmu_hfi_history()
1976 for (i = 0; i < ARRAY_SIZE(a6xx_state->hfi_queue_history); i++) { in a6xx_show()
1979 drm_printf(p, " %d", a6xx_state->hfi_queue_history[i][j]); in a6xx_show()