drm/gma500/psb: Actually use VBT mode when it is found
authorPatrik Jakobsson <patrik.r.jakobsson@gmail.com>
Tue, 18 Apr 2017 11:43:32 +0000 (13:43 +0200)
committerPatrik Jakobsson <patrik.r.jakobsson@gmail.com>
Tue, 23 May 2017 20:01:07 +0000 (22:01 +0200)
commit82bc9a42cf854fdf63155759c0aa790bd1f361b0
treea80828e71c7d72a4a1da1373d3957f04c845972a
parentf928543404bdf6bb4e8d6a6c3ced5edebd0d6f38
drm/gma500/psb: Actually use VBT mode when it is found

With LVDS we were incorrectly picking the pre-programmed mode instead of
the prefered mode provided by VBT. Make sure we pick the VBT mode if
one is provided. It is likely that the mode read-out code is still wrong
but this patch fixes the immediate problem on most machines.

Bugzilla: https://bugs.freedesktop.org/show_bug.cgi?id=78562
Cc: <stable@vger.kernel.org>
Signed-off-by: Patrik Jakobsson <patrik.r.jakobsson@gmail.com>
Link: http://patchwork.freedesktop.org/patch/msgid/20170418114332.12183-1-patrik.r.jakobsson@gmail.com
drivers/gpu/drm/gma500/psb_intel_lvds.c