[Intel-gfx] [PATCH] drm/i915/display: Include drm_drv.h in intel_display_params.c
Jouni Högander
jouni.hogander at intel.com
Thu Oct 26 11:40:49 UTC 2023
intel_display_params.c is accessing drm_drv->name. Due to this include
drm_drv.h to avoid build problem with Xe.
Signed-off-by: Jouni Högander <jouni.hogander at intel.com>
---
drivers/gpu/drm/i915/display/intel_display_params.c | 2 ++
1 file changed, 2 insertions(+)
diff --git a/drivers/gpu/drm/i915/display/intel_display_params.c b/drivers/gpu/drm/i915/display/intel_display_params.c
index 11e03cfb774d..cd1dd2fbd8a4 100644
--- a/drivers/gpu/drm/i915/display/intel_display_params.c
+++ b/drivers/gpu/drm/i915/display/intel_display_params.c
@@ -3,6 +3,8 @@
* Copyright © 2023 Intel Corporation
*/
+#include <drm/drm_drv.h>
+
#include "intel_display_params.h"
#include "i915_drv.h"
--
2.34.1
More information about the Intel-gfx
mailing list