Antonino A. Daplas 003cfc0c56 [PATCH] fbdev: Add helper to get an appropriate initial mode
Add new helper, fb_find_best_display(), which will search the modelist for the
best mode for the attached display.  This requires an EDID block that is
converted to struct fb_monspecs and a private modelist.  The search will be
done in this manner:

- if 1st detailed timing is preferred, use that
- else if dimensions of the display are known, use that to estimate xres and
- else if modelist has detailed timings, use the first detailed timing
- else, use the very first entry from the modelist

Signed-off-by: Antonino Daplas <adaplas@pol.net>
Signed-off-by: Andrew Morton <akpm@osdl.org>
Signed-off-by: Linus Torvalds <torvalds@osdl.org>
2005-11-07 07:53:53 -08:00
..
2005-10-30 17:37:32 -08:00
2005-11-07 07:53:43 -08:00
2005-10-30 17:37:10 -08:00
2005-07-30 09:47:53 -05:00
2005-10-31 13:37:12 +11:00
2005-10-28 10:13:16 -07:00
2005-10-31 09:20:54 -08:00
2005-11-07 07:53:47 -08:00
2005-11-02 15:20:55 +11:00
2005-10-30 17:37:32 -08:00
2005-04-16 15:20:36 -07:00
2005-10-28 12:18:07 -04:00
2005-10-30 17:37:32 -08:00
2005-06-21 18:46:32 -07:00
2005-10-30 17:37:32 -08:00
2005-10-30 17:37:32 -08:00
2005-09-11 19:15:07 -07:00
2005-11-07 07:53:46 -08:00