Linux Kernel
3.7.1
|
#include <core/os.h>
#include <core/class.h>
#include <core/engctx.h>
#include <core/handle.h>
#include <core/enum.h>
#include <subdev/timer.h>
#include <subdev/fb.h>
#include <engine/graph.h>
#include <engine/fifo.h>
#include "nv20.h"
#include "regs.h"
Go to the source code of this file.
Functions | |
int | nv20_graph_context_init (struct nouveau_object *object) |
int | nv20_graph_context_fini (struct nouveau_object *object, bool suspend) |
void | nv20_graph_tile_prog (struct nouveau_engine *engine, int i) |
void | nv20_graph_intr (struct nouveau_subdev *subdev) |
void | nv20_graph_dtor (struct nouveau_object *object) |
int | nv20_graph_init (struct nouveau_object *object) |
Variables | |
struct nouveau_oclass | nv20_graph_oclass |
int nv20_graph_context_fini | ( | struct nouveau_object * | object, |
bool | suspend | ||
) |
int nv20_graph_context_init | ( | struct nouveau_object * | object | ) |
void nv20_graph_dtor | ( | struct nouveau_object * | object | ) |
int nv20_graph_init | ( | struct nouveau_object * | object | ) |
void nv20_graph_intr | ( | struct nouveau_subdev * | subdev | ) |
void nv20_graph_tile_prog | ( | struct nouveau_engine * | engine, |
int | i | ||
) |
struct nouveau_oclass nv20_graph_oclass |