From 155e63696caab748da3f344f66de503038a72024 Mon Sep 17 00:00:00 2001 From: Matt Roper Date: Mon, 7 Jul 2014 18:21:47 -0700 Subject: [PATCH] drm/i915: Introduce intel_fb_obj() macro Add an intel_fb_obj() macro that returns the GEM object associated with a DRM framebuffer. This macro is safe to call on NULL framebuffers (a NULL object pointer will be returned in this case). Signed-off-by: Matt Roper Reviewed-by: Chris Wilson Signed-off-by: Daniel Vetter --- Reading git-format-patch failed