Commit b2b09938 authored by Ben Skeggs's avatar Ben Skeggs

drm/nvc0: implement pfifo engine hooks

Signed-off-by: default avatarBen Skeggs <bskeggs@redhat.com>
parent 529c4959
......@@ -240,6 +240,7 @@ struct nouveau_channel {
/* PFIFO context */
struct nouveau_gpuobj *ramfc;
struct nouveau_gpuobj *cache;
void *fifo_priv;
/* PGRAPH context */
/* XXX may be merge 2 pointers as private data ??? */
......@@ -337,6 +338,7 @@ struct nouveau_fb_engine {
};
struct nouveau_fifo_engine {
void *priv;
int channels;
struct nouveau_gpuobj *playlist[2];
......
This diff is collapsed.
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment