[Intel-xe] [PATCH 2/9] fixup! drm/xe/display: Implement display support

Maarten Lankhorst maarten.lankhorst at linux.intel.com
Thu Nov 9 15:07:52 UTC 2023


From: Maarten Lankhorst <dev at lankhorst.se>

With the previous commit, i915_config.h is no longer used.

Signed-off-by: Maarten Lankhorst <dev at lankhorst.se>
---
 .../drm/xe/compat-i915-headers/i915_config.h  | 19 -------------------
 1 file changed, 19 deletions(-)
 delete mode 100644 drivers/gpu/drm/xe/compat-i915-headers/i915_config.h

diff --git a/drivers/gpu/drm/xe/compat-i915-headers/i915_config.h b/drivers/gpu/drm/xe/compat-i915-headers/i915_config.h
deleted file mode 100644
index e835bea08d1bd..0000000000000
--- a/drivers/gpu/drm/xe/compat-i915-headers/i915_config.h
+++ /dev/null
@@ -1,19 +0,0 @@
-/* SPDX-License-Identifier: MIT */
-/*
- * Copyright © 2023 Intel Corporation
- */
-
-#ifndef __I915_CONFIG_H__
-#define __I915_CONFIG_H__
-
-#include <linux/sched.h>
-
-struct drm_i915_private;
-
-static inline unsigned long
-i915_fence_timeout(const struct drm_i915_private *i915)
-{
-	return MAX_SCHEDULE_TIMEOUT;
-}
-
-#endif /* __I915_CONFIG_H__ */
-- 
2.39.2



More information about the Intel-xe mailing list