Re: [Intel-gfx] [PATCH 02/11] drm/i915; Extract intel_hpd_enabled_irqs()

2015-08-26 Thread Paulo Zanoni
2015-08-17 17:06 GMT-03:00 Paulo Zanoni przan...@gmail.com: 2015-08-12 12:44 GMT-03:00 ville.syrj...@linux.intel.com: From: Ville Syrjälä ville.syrj...@linux.intel.com Eliminate a bunch of duplicated code that calculates the currently enabled HPD interrupt bits. Nice one! I see this one

Re: [Intel-gfx] [PATCH 02/11] drm/i915; Extract intel_hpd_enabled_irqs()

2015-08-19 Thread Ville Syrjälä
On Mon, Aug 17, 2015 at 05:06:17PM -0300, Paulo Zanoni wrote: 2015-08-12 12:44 GMT-03:00 ville.syrj...@linux.intel.com: From: Ville Syrjälä ville.syrj...@linux.intel.com Eliminate a bunch of duplicated code that calculates the currently enabled HPD interrupt bits. Nice one! I see this

Re: [Intel-gfx] [PATCH 02/11] drm/i915; Extract intel_hpd_enabled_irqs()

2015-08-17 Thread Paulo Zanoni
2015-08-12 12:44 GMT-03:00 ville.syrj...@linux.intel.com: From: Ville Syrjälä ville.syrj...@linux.intel.com Eliminate a bunch of duplicated code that calculates the currently enabled HPD interrupt bits. Nice one! I see this one also depends on a patch that's not merged yet, so I'm not sure

[Intel-gfx] [PATCH 02/11] drm/i915; Extract intel_hpd_enabled_irqs()

2015-08-12 Thread ville . syrjala
From: Ville Syrjälä ville.syrj...@linux.intel.com Eliminate a bunch of duplicated code that calculates the currently enabled HPD interrupt bits. Signed-off-by: Ville Syrjälä ville.syrj...@linux.intel.com --- drivers/gpu/drm/i915/i915_irq.c | 43 - 1 file