]> rtime.felk.cvut.cz Git - zynq/linux.git/commitdiff
drm/nouveau/fb/sddr3: add WR/CWL values seen on a GK208
authorIlia Mirkin <imirkin@alum.mit.edu>
Mon, 17 Aug 2015 23:37:34 +0000 (19:37 -0400)
committerBen Skeggs <bskeggs@redhat.com>
Fri, 28 Aug 2015 02:40:04 +0000 (12:40 +1000)
Signed-off-by: Ilia Mirkin <imirkin@alum.mit.edu>
Signed-off-by: Ben Skeggs <bskeggs@redhat.com>
drivers/gpu/drm/nouveau/nvkm/subdev/fb/sddr3.c

index 77c53f9559cd239b2beeadd6fa149a52b5261bd9..b4edc97dc8c58970e1bae1af7b6e8e20aface25f 100644 (file)
@@ -53,7 +53,7 @@ static const struct ramxlat
 ramddr3_wr[] = {
        { 5, 1 }, { 6, 2 }, { 7, 3 }, { 8, 4 }, { 10, 5 }, { 12, 6 },
        /* the below are mentioned in some, but not all, ddr3 docs */
-       { 14, 7 }, { 16, 0 },
+       { 14, 7 }, { 15, 7 }, { 16, 0 },
        { -1 }
 };
 
@@ -61,7 +61,7 @@ static const struct ramxlat
 ramddr3_cwl[] = {
        { 5, 0 }, { 6, 1 }, { 7, 2 }, { 8, 3 },
        /* the below are mentioned in some, but not all, ddr3 docs */
-       { 9, 4 },
+       { 9, 4 }, { 10, 5 },
        { -1 }
 };