Linux Kernel  3.7.1
 All Data Structures Namespaces Files Functions Variables Typedefs Enumerations Enumerator Macros Groups Pages
Data Structures | Variables
nv40.c File Reference
#include <core/os.h>
#include <core/class.h>
#include <core/handle.h>
#include <core/engctx.h>
#include <subdev/fb.h>
#include <subdev/timer.h>
#include <engine/graph.h>
#include <engine/fifo.h>
#include "nv40.h"
#include "regs.h"

Go to the source code of this file.

Data Structures

struct  nv40_graph_priv
 
struct  nv40_graph_chan
 

Variables

struct nouveau_oclass nv40_graph_oclass
 

Variable Documentation

struct nouveau_oclass nv40_graph_oclass
Initial value:
= {
.handle = NV_ENGINE(GR, 0x40),
.ofuncs = &(struct nouveau_ofuncs) {
.ctor = nv40_graph_ctor,
.init = nv40_graph_init,
},
}

Definition at line 489 of file nv40.c.