From 3bdcfc0c2e52fc1507abdbacbadc571aaa5e2e0b Mon Sep 17 00:00:00 2001 From: Damien Lespiau Date: Sat, 28 Feb 2015 14:54:09 +0000 Subject: [PATCH] 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-format-patch failed