Re: [Intel-gfx] [PATCH 4/6] drm/i915: Code cleanup to use dev_priv and INTEL_GEN

2016-09-27 Thread Manasi Navare
On Mon, Sep 26, 2016 at 04:45:05PM +0300, Jani Nikula wrote: > On Fri, 16 Sep 2016, Manasi Navare wrote: > > Replace dev with dev_priv and INTEL_INFO with INTEL_GEN > > Patches like this could easily sent separately, or at the very least as > the first patches in the

Re: [Intel-gfx] [PATCH 4/6] drm/i915: Code cleanup to use dev_priv and INTEL_GEN

2016-09-26 Thread Jani Nikula
On Fri, 16 Sep 2016, Manasi Navare wrote: > Replace dev with dev_priv and INTEL_INFO with INTEL_GEN Patches like this could easily sent separately, or at the very least as the first patches in the series. Then we could have merged this already. Now it conflicts, please

Re: [Intel-gfx] [PATCH 4/6] drm/i915: Code cleanup to use dev_priv and INTEL_GEN

2016-09-16 Thread Mika Kahola
Reviewed-by: Mika Kahola On Thu, 2016-09-15 at 17:04 -0700, Manasi Navare wrote: > Replace dev with dev_priv and INTEL_INFO with INTEL_GEN > > Signed-off-by: Manasi Navare > --- >  drivers/gpu/drm/i915/intel_dp.c | 14 +++--- >  1 file

[Intel-gfx] [PATCH 4/6] drm/i915: Code cleanup to use dev_priv and INTEL_GEN

2016-09-15 Thread Manasi Navare
Replace dev with dev_priv and INTEL_INFO with INTEL_GEN Signed-off-by: Manasi Navare --- drivers/gpu/drm/i915/intel_dp.c | 14 +++--- 1 file changed, 7 insertions(+), 7 deletions(-) diff --git a/drivers/gpu/drm/i915/intel_dp.c