From: Daniel Vetter Date: Wed, 11 Apr 2012 20:12:46 +0000 (+0200) Subject: drm/i915: rip out ring->irq_mask X-Git-Tag: v3.5-rc1~83^2~81^2~65 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=6a848ccb800f5330ca368cd804795b7ce644e36c;p=pandora-kernel.git drm/i915: rip out ring->irq_mask We only ever enable/disable one interrupt (namely user_interrupts and pipe_notify), so we don't need to track the interrupt masking state. Also rename irq_enable to irq_enable_mask, now that it won't collide - beforehand both a irq_mask and irq_enable_mask would have looked a bit strange. Reviewed-by: Eric Anholt Signed-Off-by: Daniel Vetter --- Reading git-diff-tree failed