Linux Kernel  3.7.1
 All Data Structures Namespaces Files Functions Variables Typedefs Enumerations Enumerator Macros Groups Pages
Functions
nouveau_dma.c File Reference
#include <core/client.h>
#include "nouveau_drm.h"
#include "nouveau_dma.h"

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)
 

Function Documentation

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.