[Intel-xe] [PATCH 7/8] fixup! drm/xe/display: Implement display support

Jouni Högander jouni.hogander at intel.com
Mon Nov 6 06:48:33 UTC 2023


Definition of i915_sw_fence_commit is not necessary anymore

Signed-off-by: Jouni Högander <jouni.hogander at intel.com>
---
 drivers/gpu/drm/xe/compat-i915-headers/i915_drv.h | 1 -
 1 file changed, 1 deletion(-)

diff --git a/drivers/gpu/drm/xe/compat-i915-headers/i915_drv.h b/drivers/gpu/drm/xe/compat-i915-headers/i915_drv.h
index 46652e6c8ff7..3012b787aa6a 100644
--- a/drivers/gpu/drm/xe/compat-i915-headers/i915_drv.h
+++ b/drivers/gpu/drm/xe/compat-i915-headers/i915_drv.h
@@ -204,7 +204,6 @@ static inline void intel_runtime_pm_put(struct xe_runtime_pm *pm, bool wakeref)
 #define intel_uncore_forcewake_put(x, y) do { } while (0)
 
 #define intel_uncore_arm_unclaimed_mmio_detection(x) do { } while (0)
-#define i915_sw_fence_commit(x) do { } while (0)
 
 #define I915_PRIORITY_DISPLAY 0
 struct i915_sched_attr {
-- 
2.34.1



More information about the Intel-xe mailing list