Linux Kernel  3.7.1
 All Data Structures Namespaces Files Functions Variables Typedefs Enumerations Enumerator Macros Groups Pages
Data Structures | Variables
nv84.c File Reference
#include <core/os.h>
#include <core/class.h>
#include <core/engctx.h>
#include <engine/vp.h>

Go to the source code of this file.

Data Structures

struct  nv84_vp_priv
 
struct  nv84_vp_chan
 

Variables

struct nouveau_oclass nv84_vp_oclass
 

Variable Documentation

struct nouveau_oclass nv84_vp_oclass
Initial value:
= {
.handle = NV_ENGINE(VP, 0x84),
.ofuncs = &(struct nouveau_ofuncs) {
.ctor = nv84_vp_ctor,
.dtor = nv84_vp_dtor,
.init = nv84_vp_init,
.fini = nv84_vp_fini,
},
}

Definition at line 167 of file nv84.c.