]> git.baikalelectronics.ru Git - kernel.git/commit
drm/i915/dp: Initialize eDP fixed mode in intel_dp_init
authorJani Nikula <jani.nikula@intel.com>
Fri, 19 Oct 2012 11:51:48 +0000 (14:51 +0300)
committerDaniel Vetter <daniel.vetter@ffwll.ch>
Mon, 22 Oct 2012 16:09:50 +0000 (18:09 +0200)
commit8c458a14d505f59c6843b0bec6c03710873ee62d
tree58acd604ce82cdbc8be10a28b64f5d1364183024
parent532da63d1cbb46a174bb2c22a775b218871cc2ab
drm/i915/dp: Initialize eDP fixed mode in intel_dp_init

Since we do EDID caching in intel_dp_init, we can do the fixed mode
initialization there too. This should not change the functionality apart
from initializing fixed mode earlier. Particularly retain the behaviour of
only falling back to VBT if EDID is not available to not regress

commit e01fcd63f0d7b484484f4efa9c90ad4b8936f001
Author: Keith Packard <keithp@keithp.com>
Date:   Mon Sep 19 14:33:26 2011 -0700

    drm/i915: Only use VBT panel mode on eDP if no EDID is found

Signed-off-by: Jani Nikula <jani.nikula@intel.com>
Reviewed-by: Jesse Barnes <jbarnes@virtuousgeek.org>
Reviewed-by: Chris Wilson <chris@chris-wilson.co.uk>
Signed-off-by: Daniel Vetter <daniel.vetter@ffwll.ch>
drivers/gpu/drm/i915/intel_dp.c