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 <core/os.h>
#include <core/class.h>
#include <core/handle.h>
#include <core/engctx.h>
#include <core/enum.h>
#include <subdev/fb.h>
#include <subdev/vm.h>
#include <subdev/timer.h>
#include <engine/fifo.h>
#include <engine/graph.h>
#include "nv50.h"

Go to the source code of this file.

Data Structures

struct  nv50_graph_priv
 
struct  nv50_graph_chan
 

Variables

struct nouveau_enum nv50_data_error_names []
 
struct nouveau_oclass nv50_graph_oclass
 

Variable Documentation

struct nouveau_enum nv50_data_error_names[]

Definition at line 267 of file nv50.c.

struct nouveau_oclass nv50_graph_oclass
Initial value:
= {
.handle = NV_ENGINE(GR, 0x50),
.ofuncs = &(struct nouveau_ofuncs) {
.ctor = nv50_graph_ctor,
.init = nv50_graph_init,
},
}

Definition at line 880 of file nv50.c.