Re: [Intel-gfx] [PATCH 08/19] drm/i915: get port power domain in connector detect

2014-03-05 Thread Daniel Vetter
On Mon, Feb 24, 2014 at 01:56:20PM +0200, Imre Deak wrote: > On Thu, 2014-02-20 at 11:33 -0800, Jesse Barnes wrote: > > On Wed, 19 Feb 2014 14:39:58 +0200 > > Imre Deak wrote: > > > > > On Wed, 2014-02-19 at 14:35 +0200, Ville Syrjälä wrote: > > > > On Tue, Feb 18, 2014 at 12:02:09AM +0200, Imre

Re: [Intel-gfx] [PATCH 08/19] drm/i915: get port power domain in connector detect

2014-02-24 Thread Imre Deak
On Thu, 2014-02-20 at 11:33 -0800, Jesse Barnes wrote: > On Wed, 19 Feb 2014 14:39:58 +0200 > Imre Deak wrote: > > > On Wed, 2014-02-19 at 14:35 +0200, Ville Syrjälä wrote: > > > On Tue, Feb 18, 2014 at 12:02:09AM +0200, Imre Deak wrote: > > > > The connector detect and get_mode handlers need to

Re: [Intel-gfx] [PATCH 08/19] drm/i915: get port power domain in connector detect

2014-02-20 Thread Jesse Barnes
On Wed, 19 Feb 2014 14:39:58 +0200 Imre Deak wrote: > On Wed, 2014-02-19 at 14:35 +0200, Ville Syrjälä wrote: > > On Tue, Feb 18, 2014 at 12:02:09AM +0200, Imre Deak wrote: > > > The connector detect and get_mode handlers need to access the port > > > specific HW blocks to read the EDID etc. Get/

Re: [Intel-gfx] [PATCH 08/19] drm/i915: get port power domain in connector detect

2014-02-19 Thread Imre Deak
On Wed, 2014-02-19 at 14:35 +0200, Ville Syrjälä wrote: > On Tue, Feb 18, 2014 at 12:02:09AM +0200, Imre Deak wrote: > > The connector detect and get_mode handlers need to access the port > > specific HW blocks to read the EDID etc. Get/put the port power domains > > around these handlers. > > > >

Re: [Intel-gfx] [PATCH 08/19] drm/i915: get port power domain in connector detect

2014-02-19 Thread Ville Syrjälä
On Tue, Feb 18, 2014 at 12:02:09AM +0200, Imre Deak wrote: > The connector detect and get_mode handlers need to access the port > specific HW blocks to read the EDID etc. Get/put the port power domains > around these handlers. > > Signed-off-by: Imre Deak > --- > drivers/gpu/drm/i915/intel_crt.c

[Intel-gfx] [PATCH 08/19] drm/i915: get port power domain in connector detect

2014-02-17 Thread Imre Deak
The connector detect and get_mode handlers need to access the port specific HW blocks to read the EDID etc. Get/put the port power domains around these handlers. Signed-off-by: Imre Deak --- drivers/gpu/drm/i915/intel_crt.c | 42 drivers/gpu/drm/i915/inte