Re: [Intel-gfx] [PATCH v2] drm/i915/bxt: Fix off-by-one error in Broxton PLL IDs

2016-03-15 Thread Imre Deak
On ti, 2016-03-15 at 09:50 +0200, Ander Conselvan De Oliveira wrote: > On Mon, 2016-03-14 at 19:55 +0200, Imre Deak wrote: > > After the commit below the Broxton PLL IDs had an off-by-one error, > > so > > fix this up. Also add a missing brace at intel_shared_dpll_init(), > > it > > happened to com

Re: [Intel-gfx] [PATCH v2] drm/i915/bxt: Fix off-by-one error in Broxton PLL IDs

2016-03-15 Thread Ander Conselvan De Oliveira
On Mon, 2016-03-14 at 19:55 +0200, Imre Deak wrote: > After the commit below the Broxton PLL IDs had an off-by-one error, so > fix this up. Also add a missing brace at intel_shared_dpll_init(), it > happened to compile only due to the way the IS_BROXTON macro is defined. > > v2: > - remove debuggi

[Intel-gfx] [PATCH v2] drm/i915/bxt: Fix off-by-one error in Broxton PLL IDs

2016-03-14 Thread Imre Deak
After the commit below the Broxton PLL IDs had an off-by-one error, so fix this up. Also add a missing brace at intel_shared_dpll_init(), it happened to compile only due to the way the IS_BROXTON macro is defined. v2: - remove debugging left-over Fixes: a3c988ea068c ("drm/i915: Make SKL/KBL DPLL0