Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 371372
b: refs/heads/master
c: 2c6360f
h: refs/heads/master
v: v3
  • Loading branch information
Tomi Valkeinen committed Apr 11, 2013
1 parent e4d032c commit fc76cbd
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion [refs]
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
---
refs/heads/master: 648a55e1254117bd7500747a789f0b112c7af240
refs/heads/master: 2c6360fb41e71d86ef2a870fd94c0fc9dcd9779e
4 changes: 2 additions & 2 deletions trunk/drivers/video/omap2/dss/dpi.c
Original file line number Diff line number Diff line change
Expand Up @@ -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));
Expand Down

0 comments on commit fc76cbd

Please sign in to comment.