Linux Kernel  3.7.1
 All Data Structures Namespaces Files Functions Variables Typedefs Enumerations Enumerator Macros Groups Pages
Data Structures | Functions
nv50.h File Reference

Go to the source code of this file.

Data Structures

struct  nv50_fifo_priv
 
struct  nv50_fifo_base
 
struct  nv50_fifo_chan
 

Functions

void nv50_fifo_playlist_update (struct nv50_fifo_priv *)
 
void nv50_fifo_object_detach (struct nouveau_object *, int)
 
void nv50_fifo_chan_dtor (struct nouveau_object *)
 
int nv50_fifo_chan_fini (struct nouveau_object *, bool)
 
void nv50_fifo_context_dtor (struct nouveau_object *)
 
void nv50_fifo_dtor (struct nouveau_object *)
 
int nv50_fifo_init (struct nouveau_object *)
 

Function Documentation

void nv50_fifo_chan_dtor ( struct nouveau_object )

Definition at line 286 of file nv50.c.

int nv50_fifo_chan_fini ( struct nouveau_object ,
bool   
)

Definition at line 313 of file nv50.c.

void nv50_fifo_context_dtor ( struct nouveau_object )

Definition at line 396 of file nv50.c.

void nv50_fifo_dtor ( struct nouveau_object )

Definition at line 455 of file nv50.c.

int nv50_fifo_init ( struct nouveau_object )

Definition at line 466 of file nv50.c.

void nv50_fifo_object_detach ( struct nouveau_object ,
int   
)

Definition at line 174 of file nv50.c.

void nv50_fifo_playlist_update ( struct nv50_fifo_priv )

Definition at line 44 of file nv50.c.