aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/gpu/drm/nouveau/nouveau_drv.h
diff options
context:
space:
mode:
authorBen Skeggs <bskeggs@redhat.com>2010-11-23 19:47:15 -0500
committerBen Skeggs <bskeggs@redhat.com>2010-12-21 02:17:39 -0500
commitb2b099388fa76f0be25431794d369d251a4002dd (patch)
treee82c9463eabd7679488d90c86b4a82f2186fa443 /drivers/gpu/drm/nouveau/nouveau_drv.h
parent529c4959129c7c425aaf3d5b6acc63edf76827ad (diff)
drm/nvc0: implement pfifo engine hooks
Signed-off-by: Ben Skeggs <bskeggs@redhat.com>
Diffstat (limited to 'drivers/gpu/drm/nouveau/nouveau_drv.h')
-rw-r--r--drivers/gpu/drm/nouveau/nouveau_drv.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/drivers/gpu/drm/nouveau/nouveau_drv.h b/drivers/gpu/drm/nouveau/nouveau_drv.h
index c1e85c4c7ac2..6a2b3359f368 100644
--- a/drivers/gpu/drm/nouveau/nouveau_drv.h
+++ b/drivers/gpu/drm/nouveau/nouveau_drv.h
@@ -240,6 +240,7 @@ struct nouveau_channel {
240 /* PFIFO context */ 240 /* PFIFO context */
241 struct nouveau_gpuobj *ramfc; 241 struct nouveau_gpuobj *ramfc;
242 struct nouveau_gpuobj *cache; 242 struct nouveau_gpuobj *cache;
243 void *fifo_priv;
243 244
244 /* PGRAPH context */ 245 /* PGRAPH context */
245 /* XXX may be merge 2 pointers as private data ??? */ 246 /* XXX may be merge 2 pointers as private data ??? */
@@ -337,6 +338,7 @@ struct nouveau_fb_engine {
337}; 338};
338 339
339struct nouveau_fifo_engine { 340struct nouveau_fifo_engine {
341 void *priv;
340 int channels; 342 int channels;
341 343
342 struct nouveau_gpuobj *playlist[2]; 344 struct nouveau_gpuobj *playlist[2];