From: Ville Syrjälä Date: Fri, 17 Jan 2014 18:09:03 +0000 (+0200) Subject: drm/i915: Shuffle sprite register writes into a tighter group X-Git-Tag: v3.15-rc1~51^2~62^2~94 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=ca6ad02523972b331f862161eff93e1a62f34d32;p=pandora-kernel.git drm/i915: Shuffle sprite register writes into a tighter group Group the sprite register writes a bit tighter. We want to write the registers atomically, and so doing the base address/offset artihmetic within the critical section is pointless when it can all be done beforehand. Reviewed-by: Jesse Barnes Signed-off-by: Ville Syrjälä Signed-off-by: Daniel Vetter --- Reading git-diff-tree failed