summaryrefslogtreecommitdiffstats
path: root/drivers/gpu/drm/nouveau/nvc0_graph.h
diff options
context:
space:
mode:
authorBen Skeggs <bskeggs@redhat.com>2011-05-24 15:44:37 +1000
committerBen Skeggs <bskeggs@redhat.com>2011-06-23 15:57:20 +1000
commitb53a2d06496d9de109620e4fe136b654bb0ce249 (patch)
treed3ea2b23081652a8e526014a4ed1668a2dd2612c /drivers/gpu/drm/nouveau/nvc0_graph.h
parente1b89b1ca59f558d4f7ec18e0b6a8eb34437c8d9 (diff)
drm/nvc0/gr: enable 0xc8/0xce support, no idea if it works or not..
Signed-off-by: Ben Skeggs <bskeggs@redhat.com>
Diffstat (limited to 'drivers/gpu/drm/nouveau/nvc0_graph.h')
-rw-r--r--drivers/gpu/drm/nouveau/nvc0_graph.h3
1 files changed, 2 insertions, 1 deletions
diff --git a/drivers/gpu/drm/nouveau/nvc0_graph.h b/drivers/gpu/drm/nouveau/nvc0_graph.h
index 2b667d4e88c..f067ed232f9 100644
--- a/drivers/gpu/drm/nouveau/nvc0_graph.h
+++ b/drivers/gpu/drm/nouveau/nvc0_graph.h
@@ -82,13 +82,14 @@ nvc0_graph_class(struct drm_device *dev)
case 0xc0:
case 0xc3:
case 0xc4:
+ case 0xce: /* guess, mmio trace shows only 0x9097 state */
return 0x9097;
#if 0
case 0xc1:
return 0x9197;
+#endif
case 0xc8:
return 0x9297;
-#endif
default:
return 0;
}