]> 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)
commit37348083a4298d93c08a3cd27eaf15254006dcae
tree58acd604ce82cdbc8be10a28b64f5d1364183024
parente7c5dde11a511dacb2e6b366c830a2ca74660be3
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 67918f2e24dedb53a21eb8cc1308532fb3adc4c8
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