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

Go to the source code of this file.

Functions

int nv30_graph_init (struct nouveau_object *object)
 

Variables

struct nouveau_oclass nv30_graph_oclass
 

Function Documentation

int nv30_graph_init ( struct nouveau_object object)

Definition at line 160 of file nv30.c.

Variable Documentation

struct nouveau_oclass nv30_graph_oclass
Initial value:
= {
.handle = NV_ENGINE(GR, 0x30),
.ofuncs = &(struct nouveau_ofuncs) {
.ctor = nv30_graph_ctor,
.dtor = nv20_graph_dtor,
.init = nv30_graph_init,
},
}

Definition at line 230 of file nv30.c.