From 06615ee5c54740a970754b6d8d7d5e7106dec186 Mon Sep 17 00:00:00 2001 From: Joonas Lahtinen Date: Fri, 24 Apr 2015 15:09:03 +0300 Subject: [PATCH] drm/i915: Do not clear mappings beyond VMA size Do not to clear mappings outside the allocated VMA under any circumstances. Only clear the smaller of VMA or object page count. This is required to allow creating partial object VMAs which in turn are needed for partial GGTT views. Signed-off-by: Joonas Lahtinen Reviewed-by: Tvrtko Ursulin Signed-off-by: Daniel Vetter --- Reading git-format-patch failed