cl506f.h 200 B

12345678910111213
  1. #ifndef __NVIF_CL506F_H__
  2. #define __NVIF_CL506F_H__
  3. struct nv50_channel_gpfifo_v0 {
  4. __u8 version;
  5. __u8 chid;
  6. __u8 pad02[2];
  7. __u32 ilength;
  8. __u64 ioffset;
  9. __u64 pushbuf;
  10. __u64 vm;
  11. };
  12. #endif