From: Ville Syrjälä Date: Thu, 30 Oct 2014 17:42:50 +0000 (+0200) Subject: drm/i915: Apply some ocd for IMR vs. IER order during irq enable X-Git-Tag: omap-for-v3.19/fixes-rc1~80^2~64^2~67 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=7d1bd53931e5afe5b2549c045ed4afad71ee6e8f;p=pandora-kernel.git drm/i915: Apply some ocd for IMR vs. IER order during irq enable When disabling interrupts we do the writes in this order: IMR,IER,IIR,IIR. But when enabling interrupts we don't do use the mirrored order, and instead do IIR,IIR,IMR,IER. I like consistency unless there's a good reason against it, which I can't think of here, so change the enable order to IIR,IIR,IER,IMR. Signed-off-by: Ville Syrjälä Reviewed-by: Paulo Zanoni Signed-off-by: Daniel Vetter --- Reading git-diff-tree failed