Commit 895fb8e6 authored by Ilia Mirkin's avatar Ilia Mirkin Committed by Ben Skeggs

drm/nouveau/fb/sddr3: add WR/CWL values seen on a GK208

Signed-off-by: default avatarIlia Mirkin <imirkin@alum.mit.edu>
Signed-off-by: default avatarBen Skeggs <bskeggs@redhat.com>
parent 0a363e85
...@@ -53,7 +53,7 @@ static const struct ramxlat ...@@ -53,7 +53,7 @@ static const struct ramxlat
ramddr3_wr[] = { ramddr3_wr[] = {
{ 5, 1 }, { 6, 2 }, { 7, 3 }, { 8, 4 }, { 10, 5 }, { 12, 6 }, { 5, 1 }, { 6, 2 }, { 7, 3 }, { 8, 4 }, { 10, 5 }, { 12, 6 },
/* the below are mentioned in some, but not all, ddr3 docs */ /* the below are mentioned in some, but not all, ddr3 docs */
{ 14, 7 }, { 16, 0 }, { 14, 7 }, { 15, 7 }, { 16, 0 },
{ -1 } { -1 }
}; };
...@@ -61,7 +61,7 @@ static const struct ramxlat ...@@ -61,7 +61,7 @@ static const struct ramxlat
ramddr3_cwl[] = { ramddr3_cwl[] = {
{ 5, 0 }, { 6, 1 }, { 7, 2 }, { 8, 3 }, { 5, 0 }, { 6, 1 }, { 7, 2 }, { 8, 3 },
/* the below are mentioned in some, but not all, ddr3 docs */ /* the below are mentioned in some, but not all, ddr3 docs */
{ 9, 4 }, { 9, 4 }, { 10, 5 },
{ -1 } { -1 }
}; };
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment