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];
39 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()
49 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()