~mmach/netext73/mesa-ryzen

« back to all changes in this revision

Viewing changes to src/intel/tools/error2aub.c

  • Committer: mmach
  • Date: 2023-11-02 21:31:35 UTC
  • Revision ID: netbit73@gmail.com-20231102213135-18d4tzh7tj0uz752
2023-11-02 22:11:57

Show diffs side-by-side

added added

removed removed

Lines of Context:
285
285
         uint32_t ring_buffer_head;
286
286
         uint32_t ring_buffer_tail;
287
287
      } instances[3];
288
 
   } engines[INTEL_ENGINE_CLASS_VIDEO_ENHANCE + 1];
 
288
   } engines[INTEL_ENGINE_CLASS_INVALID + 1];
289
289
   memset(engines, 0, sizeof(engines));
290
290
 
291
291
   int num_ring_bos = 0;