Linux Kernel
3.7.1
|
#include <core/os.h>
#include <core/class.h>
#include <core/engctx.h>
#include <core/handle.h>
#include <subdev/fb.h>
#include <subdev/timer.h>
#include <subdev/instmem.h>
#include <engine/fifo.h>
#include <engine/mpeg.h>
#include <engine/graph/nv40.h>
Go to the source code of this file.
Data Structures | |
struct | nv31_mpeg_priv |
struct | nv31_mpeg_chan |
Functions | |
void | nv31_mpeg_tile_prog (struct nouveau_engine *engine, int i) |
void | nv31_mpeg_intr (struct nouveau_subdev *subdev) |
int | nv31_mpeg_init (struct nouveau_object *object) |
Variables | |
struct nouveau_oclass | nv31_mpeg_sclass [] |
struct nouveau_oclass | nv31_mpeg_oclass |
int nv31_mpeg_init | ( | struct nouveau_object * | object | ) |
void nv31_mpeg_intr | ( | struct nouveau_subdev * | subdev | ) |
void nv31_mpeg_tile_prog | ( | struct nouveau_engine * | engine, |
int | i | ||
) |
struct nouveau_oclass nv31_mpeg_oclass |
struct nouveau_oclass nv31_mpeg_sclass[] |