NV services: Difference between revisions

No edit summary
Line 1,871: Line 1,871:
   struct gpfifo_entry {
   struct gpfifo_entry {
     u32 entry0;                              // gpu_iova_lo
     u32 entry0;                              // gpu_iova_lo
     u32 entry1;                              // gpu_iova_hi | (is_push_buf << 8) | (allow_flush << 9) | (size << 10) | (sync << 31)
     u32 entry1;                              // gpu_iova_hi | (allow_flush << 8) | (is_push_buf << 9) | (size << 10) | (sync << 31)
   };
   };