From fc76cbddb81014ab0d1d6a1283be438b4d32582b Mon Sep 17 00:00:00 2001 From: Tomi Valkeinen Date: Wed, 10 Apr 2013 14:54:54 +0300 Subject: [PATCH] --- yaml --- r: 371372 b: refs/heads/master c: 2c6360fb41e71d86ef2a870fd94c0fc9dcd9779e h: refs/heads/master v: v3 --- [refs] | 2 +- trunk/drivers/video/omap2/dss/dpi.c | 4 ++-- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/[refs] b/[refs] index aa2bedf7dfc7..f71328e4fa6b 100644 --- a/[refs] +++ b/[refs] @@ -1,2 +1,2 @@ --- -refs/heads/master: 648a55e1254117bd7500747a789f0b112c7af240 +refs/heads/master: 2c6360fb41e71d86ef2a870fd94c0fc9dcd9779e diff --git a/trunk/drivers/video/omap2/dss/dpi.c b/trunk/drivers/video/omap2/dss/dpi.c index abe1a4e23c36..e93c4debea7f 100644 --- a/trunk/drivers/video/omap2/dss/dpi.c +++ b/trunk/drivers/video/omap2/dss/dpi.c @@ -222,10 +222,10 @@ static bool dpi_dss_clk_calc(unsigned long pck, struct dpi_clk_calc_ctx *ctx) * DSS fck gives us very few possibilities, so finding a good pixel * clock may not be possible. We try multiple times to find the clock, * each time widening the pixel clock range we look for, up to - * +/- 1MHz. + * +/- ~15MHz. */ - for (i = 0; i < 10; ++i) { + for (i = 0; i < 25; ++i) { bool ok; memset(ctx, 0, sizeof(*ctx));