Linux Kernel  3.7.1
 All Data Structures Namespaces Files Functions Variables Typedefs Enumerations Enumerator Macros Groups Pages
Data Structures | Functions | Variables
nv50.c File Reference
#include <core/device.h>
#include <core/gpuobj.h>
#include <subdev/timer.h>
#include <subdev/fb.h>
#include <subdev/vm.h>

Go to the source code of this file.

Data Structures

struct  nv50_vmmgr_priv
 

Functions

void nv50_vm_flush_engine (struct nouveau_subdev *subdev, int engine)
 

Variables

struct nouveau_oclass nv50_vmmgr_oclass
 

Function Documentation

void nv50_vm_flush_engine ( struct nouveau_subdev subdev,
int  engine 
)

Definition at line 167 of file nv50.c.

Variable Documentation

struct nouveau_oclass nv50_vmmgr_oclass
Initial value:
= {
.handle = NV_SUBDEV(VM, 0x50),
.ofuncs = &(struct nouveau_ofuncs) {
.ctor = nv50_vmmgr_ctor,
},
}

Definition at line 219 of file nv50.c.