]> asedeno.scripts.mit.edu Git - linux.git/commit
drm/i915: Enable DVO between mode_set and dpms hooks
authorVille Syrjälä <ville.syrjala@linux.intel.com>
Thu, 14 Aug 2014 22:21:59 +0000 (01:21 +0300)
committerDaniel Vetter <daniel.vetter@ffwll.ch>
Wed, 3 Sep 2014 09:05:12 +0000 (11:05 +0200)
commitc9c054c203e7c9ca1c27ab02c4374a2b33de3344
tree2d415e676cc0711d3b9bed36630f120abed95a9a
parent316e0157a9009f77bd8f73f96937caddbd87fcdc
drm/i915: Enable DVO between mode_set and dpms hooks

To more closely match the IEGD ns2501 driver behaviour, call the
mode_set hook while the DVO port is still disabled, then enable the DVO
port, and finally call the dpms hook.

Signed-off-by: Ville Syrjälä <ville.syrjala@linux.intel.com>
Tested-by: Thomas Richter <richter@rus.uni-stuttgart.de>
Signed-off-by: Daniel Vetter <daniel.vetter@ffwll.ch>
drivers/gpu/drm/i915/intel_dvo.c