[Intel-gfx] [PATCH 1/3] drm/i915/icl: move MG pll hw_state readout

2019-02-22 Thread Lucas De Marchi
Let the MG plls have their own hooks since it shares very little with other PLL types. It's also better so the platform info contains the info if the PLL is for MG PHY rather than relying on the PLL ids. Signed-off-by: Lucas De Marchi --- drivers/gpu/drm/i915/intel_dpll_mgr.c | 122 +

Re: [Intel-gfx] [PATCH 1/3] drm/i915/icl: move MG pll hw_state readout

2019-02-25 Thread Ville Syrjälä
On Fri, Feb 22, 2019 at 03:23:22PM -0800, Lucas De Marchi wrote: > Let the MG plls have their own hooks since it shares very little with > other PLL types. It's also better so the platform info contains the info > if the PLL is for MG PHY rather than relying on the PLL ids. > > Signed-off-by: Luca

Re: [Intel-gfx] [PATCH 1/3] drm/i915/icl: move MG pll hw_state readout

2019-02-25 Thread Lucas De Marchi
On Mon, Feb 25, 2019 at 10:42:12PM +0200, Ville Syrjälä wrote: On Fri, Feb 22, 2019 at 03:23:22PM -0800, Lucas De Marchi wrote: Let the MG plls have their own hooks since it shares very little with other PLL types. It's also better so the platform info contains the info if the PLL is for MG PHY

Re: [Intel-gfx] [PATCH 1/3] drm/i915/icl: move MG pll hw_state readout

2019-02-26 Thread Ville Syrjälä
On Mon, Feb 25, 2019 at 04:03:05PM -0800, Lucas De Marchi wrote: > On Mon, Feb 25, 2019 at 10:42:12PM +0200, Ville Syrjälä wrote: > >On Fri, Feb 22, 2019 at 03:23:22PM -0800, Lucas De Marchi wrote: > >> Let the MG plls have their own hooks since it shares very little with > >> other PLL types. It's

Re: [Intel-gfx] [PATCH 1/3] drm/i915/icl: move MG pll hw_state readout

2019-02-26 Thread Lucas De Marchi
On Tue, Feb 26, 2019 at 04:21:01PM +0200, Ville Syrjälä wrote: On Mon, Feb 25, 2019 at 04:03:05PM -0800, Lucas De Marchi wrote: On Mon, Feb 25, 2019 at 10:42:12PM +0200, Ville Syrjälä wrote: >On Fri, Feb 22, 2019 at 03:23:22PM -0800, Lucas De Marchi wrote: >> Let the MG plls have their own hooks

Re: [Intel-gfx] [PATCH 1/3] drm/i915/icl: move MG pll hw_state readout

2019-02-27 Thread Ville Syrjälä
On Tue, Feb 26, 2019 at 11:15:44AM -0800, Lucas De Marchi wrote: > On Tue, Feb 26, 2019 at 04:21:01PM +0200, Ville Syrjälä wrote: > >On Mon, Feb 25, 2019 at 04:03:05PM -0800, Lucas De Marchi wrote: > >> On Mon, Feb 25, 2019 at 10:42:12PM +0200, Ville Syrjälä wrote: > >> >On Fri, Feb 22, 2019 at 03: