Linux Kernel
3.7.1
|
Go to the source code of this file.
Functions | |
void | OUT_RINGp (struct nouveau_channel *chan, const void *data, unsigned nr_dwords) |
void | nv50_dma_push (struct nouveau_channel *chan, struct nouveau_bo *bo, int delta, int length) |
int | nouveau_dma_wait (struct nouveau_channel *chan, int slots, int size) |
int nouveau_dma_wait | ( | struct nouveau_channel * | chan, |
int | slots, | ||
int | size | ||
) |
Definition at line 181 of file nouveau_dma.c.
void nv50_dma_push | ( | struct nouveau_channel * | chan, |
struct nouveau_bo * | bo, | ||
int | delta, | ||
int | length | ||
) |
Definition at line 84 of file nouveau_dma.c.
void OUT_RINGp | ( | struct nouveau_channel * | chan, |
const void * | data, | ||
unsigned | nr_dwords | ||
) |
Definition at line 33 of file nouveau_dma.c.