[Intel-gfx] [PATCH 4/6] ddi_compute_wrpll: Fix the reference for 222525Khz and 296703Khz

Damien Lespiau damien.lespiau at intel.com
Wed May 8 15:09:29 CEST 2013


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

Signed-off-by: Damien Lespiau <damien.lespiau at intel.com>
---
 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 95814e0..c0fd08c 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},
 };
-- 
1.8.1.4




More information about the Intel-gfx mailing list