Linux Kernel  3.7.1
 All Data Structures Namespaces Files Functions Variables Typedefs Enumerations Enumerator Macros Groups Pages
Data Structures | Functions | Variables
nv20.h File Reference
#include <core/enum.h>
#include <engine/graph.h>
#include <engine/fifo.h>

Go to the source code of this file.

Data Structures

struct  nv20_graph_priv
 
struct  nv20_graph_chan
 

Functions

int nv20_graph_context_init (struct nouveau_object *)
 
int nv20_graph_context_fini (struct nouveau_object *, bool)
 
void nv20_graph_tile_prog (struct nouveau_engine *, int)
 
void nv20_graph_intr (struct nouveau_subdev *)
 
void nv20_graph_dtor (struct nouveau_object *)
 
int nv20_graph_init (struct nouveau_object *)
 
int nv30_graph_init (struct nouveau_object *)
 

Variables

struct nouveau_oclass nv25_graph_sclass []
 

Function Documentation

int nv20_graph_context_fini ( struct nouveau_object ,
bool   
)

Definition at line 125 of file nv20.c.

int nv20_graph_context_init ( struct nouveau_object )

Definition at line 110 of file nv20.c.

void nv20_graph_dtor ( struct nouveau_object )

Definition at line 268 of file nv20.c.

int nv20_graph_init ( struct nouveau_object )

Definition at line 276 of file nv20.c.

void nv20_graph_intr ( struct nouveau_subdev )

Definition at line 196 of file nv20.c.

void nv20_graph_tile_prog ( struct nouveau_engine ,
int   
)

Definition at line 165 of file nv20.c.

int nv30_graph_init ( struct nouveau_object )

Definition at line 160 of file nv30.c.

Variable Documentation

struct nouveau_oclass nv25_graph_sclass[]

Definition at line 19 of file nv25.c.