Skip to content

Commit

Permalink
OMAPFB: remove use of extended edid block
Browse files Browse the repository at this point in the history
It seems that using the second EDID block causes more problems than is
of any help. The first mode in the extended block will get
FB_MODE_IS_FIRST set, which will override the first mode from the first
EDID block, thus making the default videomode selection not to work
properly.

This patch removes the use of the extended edid block for now.

Signed-off-by: Tomi Valkeinen <tomi.valkeinen@ti.com>
  • Loading branch information
Tomi Valkeinen committed Oct 29, 2012
1 parent f236b89 commit 2b5c0d4
Showing 1 changed file with 0 additions and 3 deletions.
3 changes: 0 additions & 3 deletions drivers/video/omap2/omapfb/omapfb-main.c
Original file line number Diff line number Diff line change
Expand Up @@ -2272,9 +2272,6 @@ static int omapfb_find_best_mode(struct omap_dss_device *display,

fb_edid_to_monspecs(edid, specs);

if (edid[126] > 0)
fb_edid_add_monspecs(edid + 0x80, specs);

best_xres = 0;
best_idx = -1;

Expand Down

0 comments on commit 2b5c0d4

Please sign in to comment.