Linux Kernel  3.7.1
 All Data Structures Namespaces Files Functions Variables Typedefs Enumerations Enumerator Macros Groups Pages
Data Structures | Functions | Variables
nv04.c File Reference
#include <core/os.h>
#include <core/class.h>
#include <core/engctx.h>
#include <engine/software.h>
#include <engine/fifo.h>

Go to the source code of this file.

Data Structures

struct  nv04_software_priv
 
struct  nv04_software_chan
 

Functions

void nv04_software_intr (struct nouveau_subdev *subdev)
 

Variables

struct nouveau_oclass nv04_software_oclass
 

Function Documentation

void nv04_software_intr ( struct nouveau_subdev subdev)

Definition at line 114 of file nv04.c.

Variable Documentation

struct nouveau_oclass nv04_software_oclass
Initial value:
= {
.handle = NV_ENGINE(SW, 0x04),
.ofuncs = &(struct nouveau_ofuncs) {
.ctor = nv04_software_ctor,
},
}

Definition at line 139 of file nv04.c.