Searched refs:HFI_HISTORY_SZ (Results 1 – 3 of 3) sorted by relevance
44 #define HFI_HISTORY_SZ 8 macro45 s32 history[HFI_HISTORY_SZ];
41 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()
60 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()