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_grgpc.fuc.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_grgpc.fuc.h')
-rw-r--r-- | drivers/gpu/drm/nouveau/nvc0_grgpc.fuc.h | 29 |
1 files changed, 16 insertions, 13 deletions
diff --git a/drivers/gpu/drm/nouveau/nvc0_grgpc.fuc.h b/drivers/gpu/drm/nouveau/nvc0_grgpc.fuc.h index 1896c898f5ba..6f820324480e 100644 --- a/drivers/gpu/drm/nouveau/nvc0_grgpc.fuc.h +++ b/drivers/gpu/drm/nouveau/nvc0_grgpc.fuc.h | |||
@@ -25,23 +25,26 @@ uint32_t nvc0_grgpc_data[] = { | |||
25 | 0x00000000, | 25 | 0x00000000, |
26 | 0x00000000, | 26 | 0x00000000, |
27 | 0x000000c0, | 27 | 0x000000c0, |
28 | 0x011000b0, | 28 | 0x011c00bc, |
29 | 0x01640114, | 29 | 0x01700120, |
30 | 0x000000c1, | 30 | 0x000000c1, |
31 | 0x011400b0, | 31 | 0x012000bc, |
32 | 0x01780114, | 32 | 0x01840120, |
33 | 0x000000c3, | 33 | 0x000000c3, |
34 | 0x011000b0, | 34 | 0x011c00bc, |
35 | 0x01740114, | 35 | 0x01800120, |
36 | 0x000000c4, | 36 | 0x000000c4, |
37 | 0x011000b0, | 37 | 0x011c00bc, |
38 | 0x01740114, | 38 | 0x01800120, |
39 | 0x000000c8, | 39 | 0x000000c8, |
40 | 0x011000b0, | 40 | 0x011c00bc, |
41 | 0x01640114, | 41 | 0x01700120, |
42 | 0x000000ce, | 42 | 0x000000ce, |
43 | 0x011000b0, | 43 | 0x011c00bc, |
44 | 0x01740114, | 44 | 0x01800120, |
45 | 0x000000cf, | ||
46 | 0x011c00bc, | ||
47 | 0x017c0120, | ||
45 | 0x00000000, | 48 | 0x00000000, |
46 | 0x00000380, | 49 | 0x00000380, |
47 | 0x14000400, | 50 | 0x14000400, |
@@ -90,8 +93,8 @@ uint32_t nvc0_grgpc_data[] = { | |||
90 | 0x04000750, | 93 | 0x04000750, |
91 | 0x00000758, | 94 | 0x00000758, |
92 | 0x000002c4, | 95 | 0x000002c4, |
93 | 0x000004bc, | ||
94 | 0x000006e0, | 96 | 0x000006e0, |
97 | 0x000004bc, | ||
95 | 0x00000544, | 98 | 0x00000544, |
96 | }; | 99 | }; |
97 | 100 | ||