[Intel-gfx] [PATCH 07/13] drm/i915: Use a table to initilize shared dplls

2016-03-08 Thread Ander Conselvan de Oliveira
Use a table to store the per-platform shared dpll information in one place. This way, there is no need for platform specific init funtions. Signed-off-by: Ander Conselvan de Oliveira --- drivers/gpu/drm/i915/intel_display.c | 16 +-- drivers/gpu/drm/i915/intel_dpll_mgr.c | 189 +++

Re: [Intel-gfx] [PATCH 07/13] drm/i915: Use a table to initilize shared dplls

2016-03-03 Thread Maarten Lankhorst
Op 03-03-16 om 12:32 schreef Ander Conselvan De Oliveira: > Hi Maarten, > > Thanks for reviewing. Comments below. > > On Wed, 2016-03-02 at 16:30 +0100, Maarten Lankhorst wrote: >> Op 26-02-16 om 14:54 schreef Ander Conselvan de Oliveira: >>> Use a table to store the per-platform shared dpll inform

Re: [Intel-gfx] [PATCH 07/13] drm/i915: Use a table to initilize shared dplls

2016-03-03 Thread Ander Conselvan De Oliveira
Hi Maarten, Thanks for reviewing. Comments below. On Wed, 2016-03-02 at 16:30 +0100, Maarten Lankhorst wrote: > Op 26-02-16 om 14:54 schreef Ander Conselvan de Oliveira: > > Use a table to store the per-platform shared dpll information in one > > place. This way, there is no need for platform spe

Re: [Intel-gfx] [PATCH 07/13] drm/i915: Use a table to initilize shared dplls

2016-03-02 Thread Maarten Lankhorst
Op 26-02-16 om 14:54 schreef Ander Conselvan de Oliveira: > Use a table to store the per-platform shared dpll information in one > place. This way, there is no need for platform specific init funtions. > > Signed-off-by: Ander Conselvan de Oliveira > > --- > drivers/gpu/drm/i915/intel_display.c

[Intel-gfx] [PATCH 07/13] drm/i915: Use a table to initilize shared dplls

2016-02-26 Thread Ander Conselvan de Oliveira
Use a table to store the per-platform shared dpll information in one place. This way, there is no need for platform specific init funtions. Signed-off-by: Ander Conselvan de Oliveira --- drivers/gpu/drm/i915/intel_display.c | 16 +-- drivers/gpu/drm/i915/intel_dpll_mgr.c | 189 +++