]> git.baikalelectronics.ru Git - kernel.git/commit
drm/i915: Don't just say it, actually force edp vdd
authorPatrik Jakobsson <patrik.r.jakobsson@gmail.com>
Mon, 3 Mar 2014 23:42:44 +0000 (00:42 +0100)
committerDaniel Vetter <daniel.vetter@ffwll.ch>
Wed, 5 Mar 2014 20:30:38 +0000 (21:30 +0100)
commit4dc2e42243c1b00b0d10984e0707a770ce4b595e
tree37e4e57d9126dcd5f313f9174892d94956ab57d9
parent51fd7059c6c817025d40c63f64254e193226e7a6
drm/i915: Don't just say it, actually force edp vdd

This patch fixes the blank screen bug introduced in 3.14-rc1 on the
MacBook Air 6,2. The comments state that we need to force edp vdd so
lets put it back.

The regression was introduced by the following commit:

commit f87fdb776e7a78beec4c6d3c1552f26e391b1352
Author: Paulo Zanoni <paulo.r.zanoni@intel.com>
Date:   Fri Dec 6 17:32:41 2013 -0200

    drm/i915: don't touch the VDD when disabling the panel

v2: Wrap intel_disable_dp() with _vdd_on and _vdd_off

Bugzilla: https://bugs.freedesktop.org/show_bug.cgi?id=74628
Cc: Paulo Zanoni <paulo.r.zanoni@intel.com>
Cc: Chris Wilson <chris@chris-wilson.co.uk>
Signed-off-by: Patrik Jakobsson <patrik.r.jakobsson@gmail.com>
Acked-by: Chris Wilson <chris@chris-wilson.co.uk>
Signed-off-by: Daniel Vetter <daniel.vetter@ffwll.ch>
drivers/gpu/drm/i915/intel_dp.c