Linux Kernel  3.7.1
 All Data Structures Namespaces Files Functions Variables Typedefs Enumerations Enumerator Macros Groups Pages
Data Structures | Variables
nvc0.c File Reference
#include <core/client.h>
#include <core/handle.h>
#include <core/namedb.h>
#include <core/gpuobj.h>
#include <core/engctx.h>
#include <core/class.h>
#include <core/math.h>
#include <core/enum.h>
#include <subdev/timer.h>
#include <subdev/bar.h>
#include <subdev/vm.h>
#include <engine/dmaobj.h>
#include <engine/fifo.h>

Go to the source code of this file.

Data Structures

struct  nvc0_fifo_priv
 
struct  nvc0_fifo_base
 
struct  nvc0_fifo_chan
 

Variables

struct nouveau_oclass nvc0_fifo_oclass
 

Variable Documentation

struct nouveau_oclass nvc0_fifo_oclass
Initial value:
= {
.handle = NV_ENGINE(FIFO, 0xc0),
.ofuncs = &(struct nouveau_ofuncs) {
.ctor = nvc0_fifo_ctor,
.dtor = nvc0_fifo_dtor,
.init = nvc0_fifo_init,
},
}

Definition at line 639 of file nvc0.c.