Re: [Intel-gfx] [PATCH v2 5/7] drm/i915: use id from intel_shared_dpll.info

2018-03-23 Thread Ville Syrjälä
On Tue, Mar 20, 2018 at 03:06:35PM -0700, Lucas De Marchi wrote: > Replace all users of pll->id to use pll->info->id. In functions using > this more than once it was preferred to add an id variable to make the > code easier to read. > > Signed-off-by: Lucas De Marchi > --- > drivers/gpu/drm/i915

[Intel-gfx] [PATCH v2 5/7] drm/i915: use id from intel_shared_dpll.info

2018-03-20 Thread Lucas De Marchi
Replace all users of pll->id to use pll->info->id. In functions using this more than once it was preferred to add an id variable to make the code easier to read. Signed-off-by: Lucas De Marchi --- drivers/gpu/drm/i915/i915_debugfs.c | 2 +- drivers/gpu/drm/i915/intel_ddi.c | 8 +- dri