Linux Kernel  3.7.1
 All Data Structures Namespaces Files Functions Variables Typedefs Enumerations Enumerator Macros Groups Pages
Data Structures | Variables
nv50.c File Reference
#include <subdev/instmem.h>
#include <subdev/fb.h>
#include <core/mm.h>

Go to the source code of this file.

Data Structures

struct  nv50_instmem_priv
 
struct  nv50_instobj_priv
 

Variables

struct nouveau_oclass nv50_instmem_oclass
 

Variable Documentation

struct nouveau_oclass nv50_instmem_oclass
Initial value:
= {
.handle = NV_SUBDEV(INSTMEM, 0x50),
.ofuncs = &(struct nouveau_ofuncs) {
.ctor = nv50_instmem_ctor,
.fini = nv50_instmem_fini,
},
}

Definition at line 164 of file nv50.c.