Re: [Intel-gfx] [PATCH 42/49] drm/i915/bxt: Assign PLL for pipe

2015-04-16 Thread Daniel Vetter
On Tue, Mar 17, 2015 at 11:40:08AM +0200, Imre Deak wrote: > From: Satheeshakrishna M > > Assign PLL for pipe (dependent on port attached to the pipe) > > v2: > - fix incorrect encoder vs. new_encoder check for crtc (imre) > > v3: > - warn and return error if no encoder is attached (imre) > >

Re: [Intel-gfx] [PATCH 42/49] drm/i915/bxt: Assign PLL for pipe

2015-03-19 Thread Jesse Barnes
On 03/17/2015 02:40 AM, Imre Deak wrote: > From: Satheeshakrishna M > > Assign PLL for pipe (dependent on port attached to the pipe) > > v2: > - fix incorrect encoder vs. new_encoder check for crtc (imre) > > v3: > - warn and return error if no encoder is attached (imre) > > Signed-off-by: Sat

[Intel-gfx] [PATCH 42/49] drm/i915/bxt: Assign PLL for pipe

2015-03-17 Thread Imre Deak
From: Satheeshakrishna M Assign PLL for pipe (dependent on port attached to the pipe) v2: - fix incorrect encoder vs. new_encoder check for crtc (imre) v3: - warn and return error if no encoder is attached (imre) Signed-off-by: Satheeshakrishna M (v2) Signed-off-by: Imre Deak --- drivers/gp