From bb1dfd5613256e516c86521cac806b4dd227b750 Mon Sep 17 00:00:00 2001 From: Damien Lespiau Date: Thu, 2 May 2013 15:21:51 +0100 Subject: [PATCH] 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 --- tests/ddi_compute_wrpll.c | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/tests/ddi_compute_wrpll.c b/tests/ddi_compute_wrpll.c index 95814e0d..c0fd08cc 100644 --- a/tests/ddi_compute_wrpll.c +++ b/tests/ddi_compute_wrpll.c @@ -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}, };