Home
last modified time | relevance | path

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

/linux-6.12.1/drivers/gpu/drm/msm/adreno/
Da6xx_hfi.h44 #define HFI_HISTORY_SZ 8 macro
45 s32 history[HFI_HISTORY_SZ];
Da6xx_hfi.c41 queue->history[(queue->history_idx++) % HFI_HISTORY_SZ] = index; in a6xx_hfi_queue_read()
82 queue->history[(queue->history_idx++) % HFI_HISTORY_SZ] = index; in a6xx_hfi_queue_write()
Da6xx_gpu_state.c60 s32 hfi_queue_history[2][HFI_HISTORY_SZ];
1275 for (j = 0; j < HFI_HISTORY_SZ; j++) { in a6xx_snapshot_gmu_hfi_history()
1276 unsigned idx = (j + queue->history_idx) % HFI_HISTORY_SZ; in a6xx_snapshot_gmu_hfi_history()
1978 for (j = 0; j < HFI_HISTORY_SZ; j++) { in a6xx_show()