drm/i915: Enable eDP panel power during I2C initialization sequence
authorKeith Packard <keithp@keithp.com>
Wed, 28 Sep 2011 23:41:05 +0000 (16:41 -0700)
committerKeith Packard <keithp@keithp.com>
Thu, 6 Oct 2011 02:56:51 +0000 (19:56 -0700)
commit0b5c541b93792ddd7fe34a450c76377ffad7bef3
treed3c34659dcb9bc7902d0b69eb7951d39978b2f61
parent8c241fef3e6f69f3f675678ae03599ece3f562e2
drm/i915: Enable eDP panel power during I2C initialization sequence

The DP i2c initialization code does a couple of i2c transactions,
which means that an eDP panel must be powered up.

Signed-off-by: Keith Packard <keithp@keithp.com>
Reviewed-by: Daniel Vetter <daniel.vetter@ffwll.ch>
drivers/gpu/drm/i915/intel_dp.c