ddi_compute_wrpll: Fix the reference for 222525Khz and 296703Khz

Assume that the budget for those frequencies were tuned after the
reference table was created.

Signed-off-by: Damien Lespiau <damien.lespiau@intel.com>
This commit is contained in:
Damien Lespiau 2013-05-02 15:21:51 +01:00
parent a59b0cd01d
commit bb1dfd5613

View 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},
};