aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/gpu/drm/nouveau/nouveau_drv.h
diff options
context:
space:
mode:
authorBen Skeggs <bskeggs@redhat.com>2010-11-23 19:49:02 -0500
committerBen Skeggs <bskeggs@redhat.com>2010-12-21 02:18:32 -0500
commit966a5b7daa15e152bc2e1f0407939cc721fb5995 (patch)
tree29a87b6796e365461ab5769ed463e5fcc25385fc /drivers/gpu/drm/nouveau/nouveau_drv.h
parentb2b099388fa76f0be25431794d369d251a4002dd (diff)
drm/nvc0: implement pgraph 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.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/drivers/gpu/drm/nouveau/nouveau_drv.h b/drivers/gpu/drm/nouveau/nouveau_drv.h
index 6a2b3359f368..e81575687354 100644
--- a/drivers/gpu/drm/nouveau/nouveau_drv.h
+++ b/drivers/gpu/drm/nouveau/nouveau_drv.h
@@ -365,6 +365,7 @@ struct nouveau_pgraph_engine {
365 bool accel_blocked; 365 bool accel_blocked;
366 bool registered; 366 bool registered;
367 int grctx_size; 367 int grctx_size;
368 void *priv;
368 369
369 /* NV2x/NV3x context table (0x400780) */ 370 /* NV2x/NV3x context table (0x400780) */
370 struct nouveau_gpuobj *ctx_table; 371 struct nouveau_gpuobj *ctx_table;