From: Jouni Högander Date: Tue, 12 Sep 2023 06:47:09 +0000 (+0300) Subject: drm/xe/display: Add empty define for i915_ggtt_clear_scanout X-Git-Url: http://git.maquefel.me/?a=commitdiff_plain;h=c3744ceb99e54e41f9f4a7a8938f2e12e0be23f0;p=linux.git drm/xe/display: Add empty define for i915_ggtt_clear_scanout Add empty define for i915_ggtt_clear_scanout to avoid build failure. Signed-off-by: Jouni Högander Reviewed-by: Maarten Lankhorst Signed-off-by: Rodrigo Vivi --- diff --git a/drivers/gpu/drm/xe/compat-i915-headers/i915_vma.h b/drivers/gpu/drm/xe/compat-i915-headers/i915_vma.h index e4bbdffcd5f5a..88771f5e03cc3 100644 --- a/drivers/gpu/drm/xe/compat-i915-headers/i915_vma.h +++ b/drivers/gpu/drm/xe/compat-i915-headers/i915_vma.h @@ -22,6 +22,7 @@ struct i915_vma { struct drm_mm_node node; }; +#define i915_ggtt_clear_scanout(bo) do { } while (0) static inline u32 i915_ggtt_offset(const struct i915_vma *vma) {