[Intel-gfx] [PATCH 08/13] drm/i915: Refactor platform specifics out of intel_get_shared_dpll()

2016-03-08 Thread Ander Conselvan de Oliveira
The function intel_get_shared_dpll() had a more or less generic implementation with some platform specific checks to handle smaller differences between platforms. However, the minimalist approach forces bigger differences between platforms to be implemented outside of the shared dpll code (see the

Re: [Intel-gfx] [PATCH 08/13] drm/i915: Refactor platform specifics out of intel_get_shared_dpll()

2016-03-07 Thread Maarten Lankhorst
Op 04-03-16 om 07:49 schreef Ander Conselvan De Oliveira: > On Thu, 2016-03-03 at 15:08 +0100, Maarten Lankhorst wrote: >> Op 26-02-16 om 14:54 schreef Ander Conselvan de Oliveira: >>> The function intel_get_shared_dpll() had a more or less generic >>> implementation with some platform specific che

Re: [Intel-gfx] [PATCH 08/13] drm/i915: Refactor platform specifics out of intel_get_shared_dpll()

2016-03-03 Thread Ander Conselvan De Oliveira
On Thu, 2016-03-03 at 15:08 +0100, Maarten Lankhorst wrote: > Op 26-02-16 om 14:54 schreef Ander Conselvan de Oliveira: > > The function intel_get_shared_dpll() had a more or less generic > > implementation with some platform specific checks to handle smaller > > differences between platforms. Howe

Re: [Intel-gfx] [PATCH 08/13] drm/i915: Refactor platform specifics out of intel_get_shared_dpll()

2016-03-03 Thread Ander Conselvan De Oliveira
On Thu, 2016-03-03 at 15:08 +0100, Maarten Lankhorst wrote: > Op 26-02-16 om 14:54 schreef Ander Conselvan de Oliveira: > > The function intel_get_shared_dpll() had a more or less generic > > implementation with some platform specific checks to handle smaller > > differences between platforms. Howe

Re: [Intel-gfx] [PATCH 08/13] drm/i915: Refactor platform specifics out of intel_get_shared_dpll()

2016-03-03 Thread Maarten Lankhorst
Op 26-02-16 om 14:54 schreef Ander Conselvan de Oliveira: > The function intel_get_shared_dpll() had a more or less generic > implementation with some platform specific checks to handle smaller > differences between platforms. However, the minimalist approach forces > bigger differences between pla

[Intel-gfx] [PATCH 08/13] drm/i915: Refactor platform specifics out of intel_get_shared_dpll()

2016-02-26 Thread Ander Conselvan de Oliveira
The function intel_get_shared_dpll() had a more or less generic implementation with some platform specific checks to handle smaller differences between platforms. However, the minimalist approach forces bigger differences between platforms to be implemented outside of the shared dpll code (see the