From dd740780a47aa85981349bbea5186b633a8f5d50 Mon Sep 17 00:00:00 2001 From: Damien Lespiau Date: Sat, 28 Feb 2015 14:54:08 +0000 Subject: [PATCH] drm/i915: Make for_each_plane() 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_plane() 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