Re: [Intel-gfx] [PATCH v2] drm/i915/ehl: Donot reuse icl get and put dplls

2020-02-20 Thread Lucas De Marchi
On Wed, Feb 19, 2020 at 04:32:50PM -0800, Radhakrishna Sripada wrote: Elkhartlake does not have as many PLL combinations as Icelake. Use a simpler get pll function and reuse intel_put_pll for ehl. v2: Fix the build error Suggested-by: Matt Roper Cc: Lucas De Marchi Signed-off-by:

[Intel-gfx] [PATCH v2] drm/i915/ehl: Donot reuse icl get and put dplls

2020-02-19 Thread Radhakrishna Sripada
Elkhartlake does not have as many PLL combinations as Icelake. Use a simpler get pll function and reuse intel_put_pll for ehl. v2: Fix the build error Suggested-by: Matt Roper Cc: Lucas De Marchi Signed-off-by: Radhakrishna Sripada --- drivers/gpu/drm/i915/display/intel_display.c | 11 +++-