Home
last modified time | relevance | path

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

/linux-6.1.9/drivers/gpu/drm/msm/adreno/
Da6xx_hfi.h44 #define HFI_HISTORY_SZ 8 macro
45 s32 history[HFI_HISTORY_SZ];
Da6xx_hfi.c39 queue->history[(queue->history_idx++) % HFI_HISTORY_SZ] = index; in a6xx_hfi_queue_read()
80 queue->history[(queue->history_idx++) % HFI_HISTORY_SZ] = index; in a6xx_hfi_queue_write()
Da6xx_gpu_state.c49 s32 hfi_queue_history[2][HFI_HISTORY_SZ];
846 for (j = 0; j < HFI_HISTORY_SZ; j++) { in a6xx_snapshot_gmu_hfi_history()
847 unsigned idx = (j + queue->history_idx) % HFI_HISTORY_SZ; in a6xx_snapshot_gmu_hfi_history()
1285 for (j = 0; j < HFI_HISTORY_SZ; j++) { in a6xx_show()