diff options
author | Ben Skeggs <bskeggs@redhat.com> | 2011-06-23 21:14:00 -0400 |
---|---|---|
committer | Ben Skeggs <bskeggs@redhat.com> | 2011-09-20 02:04:06 -0400 |
commit | 3c23a7b8bc6d78f906bbba5eea80b1f8b1002ef9 (patch) | |
tree | 6e830e8771a606194419171f7f7ba37743fb5c10 /drivers/gpu/drm/nouveau/nvc0_graph.h | |
parent | a12036ba2c0a190c93e5238c5f32fdb8c023c068 (diff) |
drm/nvc0/gr: add support for nvcf chipset
untested, written from a trace, accel disabled by default until it is
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 | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/drivers/gpu/drm/nouveau/nvc0_graph.h b/drivers/gpu/drm/nouveau/nvc0_graph.h index 55689e997286..636fe9812f79 100644 --- a/drivers/gpu/drm/nouveau/nvc0_graph.h +++ b/drivers/gpu/drm/nouveau/nvc0_graph.h | |||
@@ -82,6 +82,7 @@ nvc0_graph_class(struct drm_device *dev) | |||
82 | case 0xc3: | 82 | case 0xc3: |
83 | case 0xc4: | 83 | case 0xc4: |
84 | case 0xce: /* guess, mmio trace shows only 0x9097 state */ | 84 | case 0xce: /* guess, mmio trace shows only 0x9097 state */ |
85 | case 0xcf: /* guess, mmio trace shows only 0x9097 state */ | ||
85 | return 0x9097; | 86 | return 0x9097; |
86 | case 0xc1: | 87 | case 0xc1: |
87 | return 0x9197; | 88 | return 0x9197; |