From: Damien Lespiau Date: Sat, 28 Feb 2015 14:54:09 +0000 (+0000) Subject: drm/i915: Make for_each_sprite() take dev_priv as argument X-Git-Tag: omap-for-v4.1/fixes-rc1~82^2~24^2~84 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=3bdcfc0c2e52fc1507abdbacbadc571aaa5e2e0b;p=pandora-kernel.git drm/i915: Make for_each_sprite() take dev_priv as argument Implicit usage of local variables in macros isn't exactly the greatest thing in the world, especially when that variable is the drm device and we want to move towards a broader use of the i915 device structure. Let's make for_each_sprite() take dev_priv as its first argument then. Suggested-by: Chris Wilson Signed-off-by: Damien Lespiau Reviewed-by: Chris Wilson Signed-off-by: Daniel Vetter --- Reading git-diff-tree failed