From 5ec5b51639ec81031b655eaacf95d4f36b75e9b4 Mon Sep 17 00:00:00 2001 From: Imre Deak Date: Wed, 8 Jul 2015 19:18:59 +0300 Subject: [PATCH] drm/i915: remove unused has_dma_mapping flag After the previous patch this flag will check always clear, as it's never set for shmem backed and userptr objects, so we can remove it. Signed-off-by: Imre Deak Reviewed-by: Chris Wilson [danvet: Yeah this isn't really fixes but it's a nice cleanup to clarify the code but not really worth the hassle of backmerging. So just add to -fixes, we're still early in -rc.] Signed-off-by: Daniel Vetter --- Reading git-format-patch failed