diff options
author | Ben Skeggs <bskeggs@redhat.com> | 2011-05-24 15:44:37 +1000 |
---|---|---|
committer | Ben Skeggs <bskeggs@redhat.com> | 2011-06-23 15:57:20 +1000 |
commit | b53a2d06496d9de109620e4fe136b654bb0ce249 (patch) | |
tree | d3ea2b23081652a8e526014a4ed1668a2dd2612c /drivers/gpu/drm/nouveau/nvc0_graph.h | |
parent | e1b89b1ca59f558d4f7ec18e0b6a8eb34437c8d9 (diff) | |
download | blackbird-op-linux-b53a2d06496d9de109620e4fe136b654bb0ce249.tar.gz blackbird-op-linux-b53a2d06496d9de109620e4fe136b654bb0ce249.zip |
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.h | 3 |
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 2b667d4e88ca..f067ed232f97 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; } |