Skip to content
Commit 9377c517 authored by William Katsak's avatar William Katsak Committed by Paul Mundt
Browse files

udlfb: Correct sub-optimal resolution selection.



The situation in which the problem occurred was with a Plugable UGA-2K-A
connected to a Samsung EX2220X display. The driver indicates that
1920x1080 is a valid mode (the first mode available, in fact), but
proceeds to set the framebuffer size to 1600x1200.

The patch corrects what seems to be a logic error, regarding unsetting
the FB_MISC_1ST_DETAIL flag, if the first (top/best) mode is invalid.
The existing code unset the flag if ANY mode was invalid.

Signed-off-by: default avatarWilliam Katsak <william.katsak@alcatel-lucent.com>
Signed-off-by: default avatarPaul Mundt <lethal@linux-sh.org>
parent 2bceec57
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment