root/drivers/gpu/drm/nouveau/include/nvif/if000a.h

/* [<][>][^][v][top][bottom][index][help] */

INCLUDED FROM


   1 #ifndef __NVIF_IF000A_H__
   2 #define __NVIF_IF000A_H__
   3 struct nvif_mem_v0 {
   4         __u8  version;
   5         __u8  type;
   6         __u8  page;
   7         __u8  pad03[5];
   8         __u64 size;
   9         __u64 addr;
  10         __u8  data[];
  11 };
  12 
  13 struct nvif_mem_ram_vn {
  14 };
  15 
  16 struct nvif_mem_ram_v0 {
  17         __u8  version;
  18         __u8  pad01[7];
  19         dma_addr_t *dma;
  20         struct scatterlist *sgl;
  21 };
  22 #endif

/* [<][>][^][v][top][bottom][index][help] */