mirror of https://gitee.com/openkylin/linux.git
drm/nouveau/fb/gddr3: Add a few CL and WR entries observed on GTX260
Signed-off-by: Roy Spliet <rspliet@eclipso.eu> Signed-off-by: Ben Skeggs <bskeggs@redhat.com>
This commit is contained in:
parent
82a74fd293
commit
852c619b6e
|
@ -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 }
|
||||
};
|
||||
|
||||
|
|
Loading…
Reference in New Issue