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

Go to the source code of this file.

Macros

#define NV44_GART_SIZE   (512 * 1024 * 1024)
 
#define NV44_GART_PAGE   ( 4 * 1024)
 

Variables

struct nouveau_oclass nv44_vmmgr_oclass
 

Macro Definition Documentation

#define NV44_GART_PAGE   ( 4 * 1024)

Definition at line 34 of file nv44.c.

#define NV44_GART_SIZE   (512 * 1024 * 1024)

Definition at line 33 of file nv44.c.

Variable Documentation

struct nouveau_oclass nv44_vmmgr_oclass
Initial value:
= {
.handle = NV_SUBDEV(VM, 0x44),
.ofuncs = &(struct nouveau_ofuncs) {
.ctor = nv44_vmmgr_ctor,
.dtor = nv04_vmmgr_dtor,
.init = nv44_vmmgr_init,
},
}

Definition at line 241 of file nv44.c.