[Intel-gfx] [PATCH 3/6] ddi_compute_wrpll: Fix the reference table for 37762500Hz
Damien Lespiau
damien.lespiau at intel.com
Wed May 8 15:09:28 CEST 2013
The 5 was lost when stored in KHz.
Signed-off-by: Damien Lespiau <damien.lespiau at intel.com>
---
tests/ddi_compute_wrpll.c | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/tests/ddi_compute_wrpll.c b/tests/ddi_compute_wrpll.c
index 74d1522..95814e0 100644
--- a/tests/ddi_compute_wrpll.c
+++ b/tests/ddi_compute_wrpll.c
@@ -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},
--
1.8.1.4
More information about the Intel-gfx
mailing list