diff options
author | Ben Skeggs <bskeggs@redhat.com> | 2011-05-24 16:06:42 +1000 |
---|---|---|
committer | Ben Skeggs <bskeggs@redhat.com> | 2011-06-23 15:57:25 +1000 |
commit | d4409cc7e26b5f20b38a791e4c29b6c221e95acf (patch) | |
tree | 10e3a4ac98b009f2d3b6d4551e4f2a2587415f3d /drivers/gpu/drm/nouveau/nvc0_graph.h | |
parent | b53a2d06496d9de109620e4fe136b654bb0ce249 (diff) | |
download | blackbird-obmc-linux-d4409cc7e26b5f20b38a791e4c29b6c221e95acf.tar.gz blackbird-obmc-linux-d4409cc7e26b5f20b38a791e4c29b6c221e95acf.zip |
drm/nvc1/gr: switch on acceleration support
There's issues with certain 3D apps still, unknown whether this is a kernel
issue or not.. It does appear that it may be in the 3D driver however.
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 | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/drivers/gpu/drm/nouveau/nvc0_graph.h b/drivers/gpu/drm/nouveau/nvc0_graph.h index f067ed232f97..fa2f9cb470ad 100644 --- a/drivers/gpu/drm/nouveau/nvc0_graph.h +++ b/drivers/gpu/drm/nouveau/nvc0_graph.h @@ -84,10 +84,8 @@ nvc0_graph_class(struct drm_device *dev) case 0xc4: case 0xce: /* guess, mmio trace shows only 0x9097 state */ return 0x9097; -#if 0 case 0xc1: return 0x9197; -#endif case 0xc8: return 0x9297; default: |