[Intel-gfx] [PATCH 8/9] drm/i915: Split hsw_get_dpll()

2016-08-22 Thread Manasi Navare
Split out the DisplayPort and HDMI pll setup code into separate functions and refactor the DP code that calculates the pll so that it doesn't depend on crtc state. This will be used for acquiring port pll when doing upfront link training. Reviewed-by: Durgadoss R Signed-off-by: Manasi Navare ---

[Intel-gfx] [PATCH 8/9] drm/i915: Split hsw_get_dpll()

2016-08-19 Thread Manasi Navare
Split out the DisplayPort and HDMI pll setup code into separate functions and refactor the DP code that calculates the pll so that it doesn't depend on crtc state. This will be used for acquiring port pll when doing upfront link training. Signed-off-by: Manasi Navare --- drivers/gpu/drm/i915/int

Re: [Intel-gfx] [PATCH 8/9] drm/i915: Split hsw_get_dpll()

2016-08-16 Thread R, Durgadoss
> -Original Message- > From: Intel-gfx [mailto:intel-gfx-boun...@lists.freedesktop.org] On Behalf > Of Manasi Navare > Sent: Wednesday, August 10, 2016 12:59 AM > To: intel-gfx@lists.freedesktop.org > Subject: [Intel-gfx] [PATCH 8/9] drm/i915: Split hsw_get_dpll()

[Intel-gfx] [PATCH 8/9] drm/i915: Split hsw_get_dpll()

2016-08-09 Thread Manasi Navare
Split out the DisplayPort and HDMI pll setup code into separate functions and refactor the DP code that calculates the pll so that it doesn't depend on crtc state. This will be used for acquiring port pll when doing upfront link training. Signed-off-by: Manasi Navare --- drivers/gpu/drm/i915/int

[Intel-gfx] [PATCH 8/9] drm/i915: Split hsw_get_dpll()

2016-08-08 Thread Manasi Navare
Split out the DisplayPort and HDMI pll setup code into separate functions and refactor the DP code that calculates the pll so that it doesn't depend on crtc state. This will be used for acquiring port pll when doing upfront link training. Signed-off-by: Manasi Navare --- drivers/gpu/drm/i915/int