From: Jouni Högander Date: Mon, 2 Oct 2023 10:23:56 +0000 (+0300) Subject: drm/xe/display: Add empty def for i915_gem_object_flush_if_display X-Git-Url: http://git.maquefel.me/?a=commitdiff_plain;h=fb764a35c7f45a378ae064016c321d61532113b9;p=linux.git drm/xe/display: Add empty def for i915_gem_object_flush_if_display We don't need i915_gem_object_flush_if_display on Xe side. Add empty define to tackle compilation errors with display code where it's used. Signed-off-by: Jouni Högander Reviewed-by: Maarten Lankhorst Signed-off-by: Rodrigo Vivi --- diff --git a/drivers/gpu/drm/xe/xe_bo.h b/drivers/gpu/drm/xe/xe_bo.h index 6283e27bc4251..9d3b704a10303 100644 --- a/drivers/gpu/drm/xe/xe_bo.h +++ b/drivers/gpu/drm/xe/xe_bo.h @@ -325,6 +325,8 @@ static inline unsigned int xe_sg_segment_size(struct device *dev) return round_down(max / 2, PAGE_SIZE); } +#define i915_gem_object_flush_if_display(obj) ((void)(obj)) + #if IS_ENABLED(CONFIG_DRM_XE_KUNIT_TEST) /** * xe_bo_is_mem_type - Whether the bo currently resides in the given