[Intel-xe] [PATCH 28/31] fixup! drm/xe/display: Implement display support
Jouni Högander
jouni.hogander at intel.com
Fri Oct 27 07:59:15 UTC 2023
We are facing several build problems with Xe display due to missing include
of drm_drv.h in display source files. Add drm_drv.h into i915_drv.h.
Signed-off-by: Jouni Högander <jouni.hogander at intel.com>
---
drivers/gpu/drm/xe/compat-i915-headers/i915_drv.h | 2 ++
1 file changed, 2 insertions(+)
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 4e922446e40e..fe026a3792d2 100644
--- a/drivers/gpu/drm/xe/compat-i915-headers/i915_drv.h
+++ b/drivers/gpu/drm/xe/compat-i915-headers/i915_drv.h
@@ -10,6 +10,8 @@
* TODO: refactor i915 and xe so this can cease to exist
*/
+#include <drm/drm_drv.h>
+
#include "soc/intel_pch.h"
#include "xe_device.h"
#include "xe_bo.h"
--
2.34.1
More information about the Intel-xe
mailing list