[PATCH 11/21] drm/i915: Enable eDP panel power during I2C initialization sequence

2011-09-30 Thread Daniel Vetter
On Thu, Sep 29, 2011 at 06:09:43PM -0700, Keith Packard wrote: > 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 Ah, here's the code I've been looking for when reviewing patch 9. Reviewed-by: D

Re: [PATCH 11/21] drm/i915: Enable eDP panel power during I2C initialization sequence

2011-09-30 Thread Daniel Vetter
On Thu, Sep 29, 2011 at 06:09:43PM -0700, Keith Packard wrote: > 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 Ah, here's the code I've been looking for when reviewing patch 9. Reviewed-by: D

[PATCH 11/21] drm/i915: Enable eDP panel power during I2C initialization sequence

2011-09-29 Thread Keith Packard
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 --- drivers/gpu/drm/i915/intel_dp.c | 10 +- 1 files changed, 9 insertions(+), 1 deletions(-) diff --git a/drivers/gpu/drm/i915/intel_dp.c b

[PATCH 11/21] drm/i915: Enable eDP panel power during I2C initialization sequence

2011-09-29 Thread Keith Packard
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 --- drivers/gpu/drm/i915/intel_dp.c | 10 +- 1 files changed, 9 insertions(+), 1 deletions(-) diff --git a/drivers/gpu/drm/i915/intel_dp.c b