aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/gpu/drm/nouveau/nv40_graph.c
diff options
context:
space:
mode:
Diffstat (limited to 'drivers/gpu/drm/nouveau/nv40_graph.c')
-rw-r--r--drivers/gpu/drm/nouveau/nv40_graph.c4
1 files changed, 4 insertions, 0 deletions
diff --git a/drivers/gpu/drm/nouveau/nv40_graph.c b/drivers/gpu/drm/nouveau/nv40_graph.c
index b9361e28687c..159bdcd757d4 100644
--- a/drivers/gpu/drm/nouveau/nv40_graph.c
+++ b/drivers/gpu/drm/nouveau/nv40_graph.c
@@ -446,6 +446,10 @@ nv40_graph_register(struct drm_device *dev)
446 else 446 else
447 NVOBJ_CLASS(dev, 0x4097, GR); 447 NVOBJ_CLASS(dev, 0x4097, GR);
448 448
449 /* nvsw */
450 NVOBJ_CLASS(dev, 0x506e, SW);
451 NVOBJ_MTHD (dev, 0x506e, 0x0500, nv04_graph_mthd_page_flip);
452
449 dev_priv->engine.graph.registered = true; 453 dev_priv->engine.graph.registered = true;
450 return 0; 454 return 0;
451} 455}