ddi_compute_wrpll: Fix the reference table for 37762500Hz

The 5 was lost when stored in KHz.

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

View File

@ -274,7 +274,7 @@ static const struct wrpll_tmds_clock wrpll_tmds_clock_table[] = {
{36000000, 26, 26, 15},
{36750000, 26, 46, 26},
{37000000, 24, 23, 14},
{37762000, 22, 40, 26},
{37762500, 22, 40, 26},
{37800000, 20, 21, 15},
{38000000, 24, 27, 16},
{38250000, 24, 34, 20},