Linux Kernel
3.7.1
|
#include <core/client.h>
#include <core/engctx.h>
#include <core/ramht.h>
#include <core/class.h>
#include <core/math.h>
#include <subdev/timer.h>
#include <subdev/bar.h>
#include <engine/dmaobj.h>
#include <engine/fifo.h>
#include "nv50.h"
Go to the source code of this file.
Functions | |
void | nv50_fifo_playlist_update (struct nv50_fifo_priv *priv) |
void | nv50_fifo_object_detach (struct nouveau_object *parent, int cookie) |
void | nv50_fifo_chan_dtor (struct nouveau_object *object) |
int | nv50_fifo_chan_fini (struct nouveau_object *object, bool suspend) |
void | nv50_fifo_context_dtor (struct nouveau_object *object) |
void | nv50_fifo_dtor (struct nouveau_object *object) |
int | nv50_fifo_init (struct nouveau_object *object) |
Variables | |
struct nouveau_oclass | nv50_fifo_oclass |
void nv50_fifo_chan_dtor | ( | struct nouveau_object * | object | ) |
int nv50_fifo_chan_fini | ( | struct nouveau_object * | object, |
bool | suspend | ||
) |
void nv50_fifo_context_dtor | ( | struct nouveau_object * | object | ) |
void nv50_fifo_dtor | ( | struct nouveau_object * | object | ) |
int nv50_fifo_init | ( | struct nouveau_object * | object | ) |
void nv50_fifo_object_detach | ( | struct nouveau_object * | parent, |
int | cookie | ||
) |
void nv50_fifo_playlist_update | ( | struct nv50_fifo_priv * | priv | ) |
struct nouveau_oclass nv50_fifo_oclass |