Changes

Jump to navigation Jump to search
No change in size ,  18:40, 14 February 2022
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)
 
   };
 
   };
 
    
 
    

Navigation menu