]> git.baikalelectronics.ru Git - kernel.git/commit
drm/i915: Drop useless VLV_IIR writes from vlv_display_irq_postinstall()
authorVille Syrjälä <ville.syrjala@linux.intel.com>
Thu, 30 Oct 2014 17:43:01 +0000 (19:43 +0200)
committerDaniel Vetter <daniel.vetter@ffwll.ch>
Fri, 7 Nov 2014 17:41:56 +0000 (18:41 +0100)
commit0514c2ebfa0e34c4c4ff379525da14f169e69357
treeddbbdfaae92256a73522449cd4024e9f1b763f82
parent6050b40c8b9b0d986de4b27c08a09dd6dfbb9963
drm/i915: Drop useless VLV_IIR writes from vlv_display_irq_postinstall()

The extra VLV_IIR writes at the end of vlv_display_irq_postinstall()
serve no purpose. Remove them.

The VLV_IMR/IER/IIR setup at the start of the function also seems a bit
pointless since it doesn't unmask/enable anything. But leave it be for
now.

Signed-off-by: Ville Syrjälä <ville.syrjala@linux.intel.com>
Reviewed-by: Paulo Zanoni <paulo.r.zanoni@intel.com>
Signed-off-by: Daniel Vetter <daniel.vetter@ffwll.ch>
drivers/gpu/drm/i915/i915_irq.c