Linux Kernel
3.7.1
|
#include <engine/fifo.h>
Go to the source code of this file.
Data Structures | |
struct | ramfc_desc |
struct | nv04_fifo_priv |
struct | nv04_fifo_base |
struct | nv04_fifo_chan |
Functions | |
int | nv04_fifo_object_attach (struct nouveau_object *, struct nouveau_object *, u32) |
void | nv04_fifo_object_detach (struct nouveau_object *, int) |
void | nv04_fifo_chan_dtor (struct nouveau_object *) |
int | nv04_fifo_chan_init (struct nouveau_object *) |
int | nv04_fifo_chan_fini (struct nouveau_object *, bool suspend) |
int | nv04_fifo_context_ctor (struct nouveau_object *, struct nouveau_object *, struct nouveau_oclass *, void *, u32, struct nouveau_object **) |
void | nv04_fifo_dtor (struct nouveau_object *) |
int | nv04_fifo_init (struct nouveau_object *) |
void | nv04_fifo_pause (struct nouveau_fifo *, unsigned long *) |
void | nv04_fifo_start (struct nouveau_fifo *, unsigned long *) |
void nv04_fifo_chan_dtor | ( | struct nouveau_object * | ) |
int nv04_fifo_chan_fini | ( | struct nouveau_object * | , |
bool | suspend | ||
) |
int nv04_fifo_chan_init | ( | struct nouveau_object * | ) |
int nv04_fifo_context_ctor | ( | struct nouveau_object * | , |
struct nouveau_object * | , | ||
struct nouveau_oclass * | , | ||
void * | , | ||
u32 | , | ||
struct nouveau_object ** | |||
) |
void nv04_fifo_dtor | ( | struct nouveau_object * | ) |
int nv04_fifo_init | ( | struct nouveau_object * | ) |
int nv04_fifo_object_attach | ( | struct nouveau_object * | , |
struct nouveau_object * | , | ||
u32 | |||
) |
void nv04_fifo_object_detach | ( | struct nouveau_object * | , |
int | |||
) |
void nv04_fifo_pause | ( | struct nouveau_fifo * | , |
unsigned long * | |||
) |