[Intel-xe] [PATCH 21/41] fixup! drm/xe/display: Implement display support
Jani Nikula
jani.nikula at intel.com
Wed Apr 12 14:19:46 UTC 2023
It's okay to include uapi/drm/i915_drm.h. It provides us with structs to
make stuff compile, even if we don't use them in xe.
The placement is perhaps a bit random, though.
Signed-off-by: Jani Nikula <jani.nikula at intel.com>
---
drivers/gpu/drm/xe/compat-i915-headers/i915_vma.h | 1 +
1 file changed, 1 insertion(+)
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 133c60cb3a09..c40bb27ac72a 100644
--- a/drivers/gpu/drm/xe/compat-i915-headers/i915_vma.h
+++ b/drivers/gpu/drm/xe/compat-i915-headers/i915_vma.h
@@ -1,6 +1,7 @@
#ifndef I915_VMA_H
#define I915_VMA_H
+#include <uapi/drm/i915_drm.h>
#include <drm/drm_mm.h>
struct xe_bo;
--
2.39.2
More information about the Intel-xe
mailing list