summaryrefslogtreecommitdiff
path: root/drivers/gpu/drm/nouveau/core/engine/graph/nvc0.h
diff options
context:
space:
mode:
authorBen Skeggs <bskeggs@redhat.com>2012-12-06 14:45:57 +1000
committerBen Skeggs <bskeggs@redhat.com>2012-12-23 22:59:26 +1000
commitcaba557020d1e7cbb0dd21811e453589fb51ba53 (patch)
treec768dad8d29aac4ee3ea63bd903616acdb29b0e2 /drivers/gpu/drm/nouveau/core/engine/graph/nvc0.h
parenta49f0d1ea3ec94fc7cf33a7c36a16343b74bd565 (diff)
drm/nouveau: initial support for GK106
Modesetting seems to work alright, as does graphics (using binary driver fuc from nve7...). Lots to be done no doubt, but this'll get an image on the screen for people. Signed-off-by: Ben Skeggs <bskeggs@redhat.com>
Diffstat (limited to 'drivers/gpu/drm/nouveau/core/engine/graph/nvc0.h')
-rw-r--r--drivers/gpu/drm/nouveau/core/engine/graph/nvc0.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/drivers/gpu/drm/nouveau/core/engine/graph/nvc0.h b/drivers/gpu/drm/nouveau/core/engine/graph/nvc0.h
index 18d2210e12eb..a1e78de46456 100644
--- a/drivers/gpu/drm/nouveau/core/engine/graph/nvc0.h
+++ b/drivers/gpu/drm/nouveau/core/engine/graph/nvc0.h
@@ -121,6 +121,7 @@ nvc0_graph_class(void *obj)
return 0x9297;
case 0xe4:
case 0xe7:
+ case 0xe6:
return 0xa097;
default:
return 0;