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

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

INCLUDED FROM


   1 #ifndef __NVIF_IF900B_H__
   2 #define __NVIF_IF900B_H__
   3 #include "if000a.h"
   4 
   5 struct gf100_mem_vn {
   6         /* nvif_mem_vX ... */
   7 };
   8 
   9 struct gf100_mem_v0 {
  10         /* nvif_mem_vX ... */
  11         __u8  version;
  12         __u8  contig;
  13 };
  14 
  15 struct gf100_mem_map_vn {
  16 };
  17 
  18 struct gf100_mem_map_v0 {
  19         __u8  version;
  20         __u8  ro;
  21         __u8  kind;
  22 };
  23 #endif

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