Searched hist:"842 ebf7aeb1d6d5d679491d33d8c3f113de7964e" (Results 1 – 1 of 1) sorted by relevance
/openbmc/linux/drivers/gpu/drm/i915/ |
H A D | i915_irq.c | diff 842ebf7aeb1d6d5d679491d33d8c3f113de7964e Fri Aug 18 13:36:50 CDT 2017 Ville Syrjälä <ville.syrjala@linux.intel.com> drm/i915: Don't enable/unmask flip interrupts
commit fd3a40242e87 ("drm/i915: Rip out legacy page_flip completion/irq handling") removed the code to hande the flip done/pending interrupts, but it failed to actually disable/mask those interrupts. Let's do that now.
Also remove a stale comment that was left behind.
Cc: Daniel Vetter <daniel.vetter@intel.com> Cc: Maarten Lankhorst <maarten.lankhorst@linux.intel.com> Signed-off-by: Ville Syrjälä <ville.syrjala@linux.intel.com> Link: https://patchwork.freedesktop.org/patch/msgid/20170818183705.27850-2-ville.syrjala@linux.intel.com Reviewed-by: Imre Deak <imre.deak@intel.com>
|