Re: [Intel-gfx] [PATCH 0/6] Move dpio access out of intel_display.c

2016-05-17 Thread Daniel Vetter
On Tue, May 17, 2016 at 04:30:41PM +0300, Ander Conselvan De Oliveira wrote: > On Tue, 2016-05-17 at 14:26 +0200, Daniel Vetter wrote: > > On Fri, May 13, 2016 at 05:14:57PM +0300, Ander Conselvan de Oliveira wrote: > > > > > > Hi, > > > > > > This series moves all of the calls to vlv_dpio_{read,

Re: [Intel-gfx] [PATCH 0/6] Move dpio access out of intel_display.c

2016-05-17 Thread Ander Conselvan De Oliveira
On Tue, 2016-05-17 at 14:26 +0200, Daniel Vetter wrote: > On Fri, May 13, 2016 at 05:14:57PM +0300, Ander Conselvan de Oliveira wrote: > > > > Hi, > > > > This series moves all of the calls to vlv_dpio_{read,write} to > > intel_dpio_phy.c. I think it simplifies the surrounding code a bit. > You s

Re: [Intel-gfx] [PATCH 0/6] Move dpio access out of intel_display.c

2016-05-17 Thread Daniel Vetter
On Fri, May 13, 2016 at 05:14:57PM +0300, Ander Conselvan de Oliveira wrote: > Hi, > > This series moves all of the calls to vlv_dpio_{read,write} to > intel_dpio_phy.c. I think it simplifies the surrounding code a bit. You still owe us all the kerneldoc for the intel_dpll_mgr.c extraction. I thi

[Intel-gfx] [PATCH 0/6] Move dpio access out of intel_display.c

2016-05-13 Thread Ander Conselvan de Oliveira
Hi, This series moves all of the calls to vlv_dpio_{read,write} to intel_dpio_phy.c. I think it simplifies the surrounding code a bit. Thanks, Ander Ander Conselvan de Oliveira (6): drm/i915: Rename struct dpll to struct intel_dpll drm/i915: Move dpio code of VLV/CHV dpll enabling to intel_d