Linux Kernel
3.7.1
|
#include <core/os.h>
#include <core/class.h>
#include <core/engctx.h>
#include <subdev/vm.h>
#include <subdev/bar.h>
#include <subdev/timer.h>
#include <engine/mpeg.h>
Go to the source code of this file.
Data Structures | |
struct | nv50_mpeg_priv |
struct | nv50_mpeg_chan |
Functions | |
int | nv50_mpeg_context_ctor (struct nouveau_object *parent, struct nouveau_object *engine, struct nouveau_oclass *oclass, void *data, u32 size, struct nouveau_object **pobject) |
int | nv50_mpeg_tlb_flush (struct nouveau_engine *engine) |
void | nv50_mpeg_intr (struct nouveau_subdev *subdev) |
int | nv50_mpeg_init (struct nouveau_object *object) |
Variables | |
struct nouveau_ofuncs | nv50_mpeg_ofuncs |
struct nouveau_oclass | nv50_mpeg_oclass |
int nv50_mpeg_context_ctor | ( | struct nouveau_object * | parent, |
struct nouveau_object * | engine, | ||
struct nouveau_oclass * | oclass, | ||
void * | data, | ||
u32 | size, | ||
struct nouveau_object ** | pobject | ||
) |
int nv50_mpeg_init | ( | struct nouveau_object * | object | ) |
void nv50_mpeg_intr | ( | struct nouveau_subdev * | subdev | ) |
int nv50_mpeg_tlb_flush | ( | struct nouveau_engine * | engine | ) |
struct nouveau_oclass nv50_mpeg_oclass |
struct nouveau_ofuncs nv50_mpeg_ofuncs |