ddi_compute_wrpll: Fix the reference for 222525Khz and 296703Khz
authorDamien Lespiau <damien.lespiau@intel.com>
Thu, 2 May 2013 14:21:51 +0000 (15:21 +0100)
committerDamien Lespiau <damien.lespiau@intel.com>
Fri, 10 May 2013 14:26:41 +0000 (15:26 +0100)
Assume that the budget for those frequencies were tuned after the
reference table was created.

Signed-off-by: Damien Lespiau <damien.lespiau@intel.com>
tests/ddi_compute_wrpll.c

index 95814e0..c0fd08c 100644 (file)
@@ -587,7 +587,7 @@ static const struct wrpll_tmds_clock wrpll_tmds_clock_table[] = {
        {220750000,     4,      36,     22},
        {221000000,     4,      36,     22},
        {222000000,     4,      23,     14},
-       {222525000,     4,      28,     17},
+       {222525000,     4,      150,    91},
        {222750000,     4,      33,     20},
        {227000000,     4,      37,     22},
        {230250000,     4,      29,     17},
@@ -609,7 +609,7 @@ static const struct wrpll_tmds_clock wrpll_tmds_clock_table[] = {
        {281250000,     2,      23,     22},
        {286000000,     2,      17,     16},
        {291750000,     2,      26,     24},
-       {296703000,     2,      56,     51},
+       {296703000,     2,      100,    91},
        {297000000,     2,      22,     20},
        {298000000,     2,      21,     19},
 };