Linux Kernel  3.7.1
 All Data Structures Namespaces Files Functions Variables Typedefs Enumerations Enumerator Macros Groups Pages
Variables
nv25.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.

Variables

struct nouveau_oclass nv25_graph_sclass []
 
struct nouveau_oclass nv25_graph_oclass
 

Variable Documentation

struct nouveau_oclass nv25_graph_oclass
Initial value:
= {
.handle = NV_ENGINE(GR, 0x25),
.ofuncs = &(struct nouveau_ofuncs) {
.ctor = nv25_graph_ctor,
.dtor = nv20_graph_dtor,
.init = nv20_graph_init,
},
}

Definition at line 159 of file nv25.c.

struct nouveau_oclass nv25_graph_sclass[]
Initial value:
= {
{ 0x0012, &nv04_graph_ofuncs, NULL },
{ 0x0019, &nv04_graph_ofuncs, NULL },
{ 0x0030, &nv04_graph_ofuncs, NULL },
{ 0x0039, &nv04_graph_ofuncs, NULL },
{ 0x0043, &nv04_graph_ofuncs, NULL },
{ 0x0044, &nv04_graph_ofuncs, NULL },
{ 0x004a, &nv04_graph_ofuncs, NULL },
{ 0x0062, &nv04_graph_ofuncs, NULL },
{ 0x0072, &nv04_graph_ofuncs, NULL },
{ 0x0089, &nv04_graph_ofuncs, NULL },
{ 0x008a, &nv04_graph_ofuncs, NULL },
{ 0x0096, &nv04_graph_ofuncs, NULL },
{ 0x009e, &nv04_graph_ofuncs, NULL },
{ 0x009f, &nv04_graph_ofuncs, NULL },
{ 0x0597, &nv04_graph_ofuncs, NULL },
{},
}

Definition at line 19 of file nv25.c.