]> git.kernelconcepts.de Git - karo-tx-linux.git/commitdiff
drm/nouveau/fb/gddr3: Add a few CL and WR entries observed on GTX260
authorRoy Spliet <rspliet@eclipso.eu>
Sun, 24 May 2015 08:44:01 +0000 (10:44 +0200)
committerBen Skeggs <bskeggs@redhat.com>
Fri, 28 Aug 2015 02:39:57 +0000 (12:39 +1000)
Signed-off-by: Roy Spliet <rspliet@eclipso.eu>
Signed-off-by: Ben Skeggs <bskeggs@redhat.com>
drivers/gpu/drm/nouveau/nvkm/subdev/fb/gddr3.c

index 8d759f8a87531cfde9c0238cf9fe0eac7e607531..4465446c8063962d63d278edab5b6d2cfb75e7a7 100644 (file)
@@ -42,9 +42,9 @@ ramxlat(const struct ramxlat *xlat, int id)
 
 static const struct ramxlat
 ramgddr3_cl_lo[] = {
-       { 7, 7 }, { 8, 0 }, { 9, 1 }, { 10, 2 }, { 11, 3 },
+       { 5, 5 }, { 7, 7 }, { 8, 0 }, { 9, 1 }, { 10, 2 }, { 11, 3 }, { 12, 8 },
        /* the below are mentioned in some, but not all, gddr3 docs */
-       { 12, 4 }, { 13, 5 }, { 14, 6 },
+       { 13, 9 }, { 14, 6 },
        /* XXX: Per Samsung docs, are these used? They overlap with Qimonda */
        /* { 4, 4 }, { 5, 5 }, { 6, 6 }, { 12, 8 }, { 13, 9 }, { 14, 10 },
         * { 15, 11 }, */
@@ -61,9 +61,9 @@ ramgddr3_cl_hi[] = {
 static const struct ramxlat
 ramgddr3_wr_lo[] = {
        { 5, 2 }, { 7, 4 }, { 8, 5 }, { 9, 6 }, { 10, 7 },
-       { 11, 0 },
+       { 11, 0 }, { 13 , 1 },
        /* the below are mentioned in some, but not all, gddr3 docs */
-       { 4, 1 }, { 6, 3 }, { 12, 1 }, { 13 , 2 },
+       { 4, 1 }, { 6, 3 }, { 12, 1 },
        { -1 }
 };