Linux Kernel  3.7.1
 All Data Structures Namespaces Files Functions Variables Typedefs Enumerations Enumerator Macros Groups Pages
Data Structures | Functions
ramht.h File Reference
#include <core/gpuobj.h>

Go to the source code of this file.

Data Structures

struct  nouveau_ramht
 

Functions

int nouveau_ramht_insert (struct nouveau_ramht *, int chid, u32 handle, u32 context)
 
void nouveau_ramht_remove (struct nouveau_ramht *, int cookie)
 
int nouveau_ramht_new (struct nouveau_object *, struct nouveau_object *, u32 size, u32 align, struct nouveau_ramht **)
 

Function Documentation

int nouveau_ramht_insert ( struct nouveau_ramht ,
int  chid,
u32  handle,
u32  context 
)

Definition at line 45 of file ramht.c.

int nouveau_ramht_new ( struct nouveau_object ,
struct nouveau_object ,
u32  size,
u32  align,
struct nouveau_ramht **   
)

Definition at line 93 of file ramht.c.

void nouveau_ramht_remove ( struct nouveau_ramht ,
int  cookie 
)

Definition at line 70 of file ramht.c.