Intel-XE Archive on lore.kernel.org
 help / color / mirror / Atom feed
* [PATCH] drm/xe: Fix build error in xe_ggtt.c
@ 2024-02-25  0:14 Matthew Brost
  2024-02-25  0:19 ` ✓ CI.Patch_applied: success for " Patchwork
                   ` (8 more replies)
  0 siblings, 9 replies; 15+ messages in thread
From: Matthew Brost @ 2024-02-25  0:14 UTC (permalink / raw)
  To: intel-xe; +Cc: Matthew Brost, kernel test robot

Need to include io-64-nonatomic-lo-hi.h for writeq function.

Fixes: 3121fed0c51b drm/xe: ("Cleanup some layering in GGTT")
Reported-by: kernel test robot <lkp@intel.com>
Closes: https://lore.kernel.org/oe-kbuild-all/202402241903.R5J8hKVI-lkp@intel.com/
Signed-off-by: Matthew Brost <matthew.brost@intel.com>
---
 drivers/gpu/drm/xe/xe_ggtt.c | 1 +
 1 file changed, 1 insertion(+)

diff --git a/drivers/gpu/drm/xe/xe_ggtt.c b/drivers/gpu/drm/xe/xe_ggtt.c
index 5d46958e3144..717d0e76277a 100644
--- a/drivers/gpu/drm/xe/xe_ggtt.c
+++ b/drivers/gpu/drm/xe/xe_ggtt.c
@@ -5,6 +5,7 @@
 
 #include "xe_ggtt.h"
 
+#include <linux/io-64-nonatomic-lo-hi.h>
 #include <linux/sizes.h>
 
 #include <drm/drm_managed.h>
-- 
2.34.1


^ permalink raw reply related	[flat|nested] 15+ messages in thread

end of thread, other threads:[~2024-03-01  4:24 UTC | newest]

Thread overview: 15+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2024-02-25  0:14 [PATCH] drm/xe: Fix build error in xe_ggtt.c Matthew Brost
2024-02-25  0:19 ` ✓ CI.Patch_applied: success for " Patchwork
2024-02-25  0:20 ` ✗ CI.checkpatch: warning " Patchwork
2024-02-25  0:20 ` ✓ CI.KUnit: success " Patchwork
2024-02-25  0:31 ` ✓ CI.Build: " Patchwork
2024-02-25  0:32 ` ✓ CI.Hooks: " Patchwork
2024-02-25  0:33 ` ✓ CI.checksparse: " Patchwork
2024-02-25  0:53 ` ✓ CI.BAT: " Patchwork
2024-02-26  9:05 ` [PATCH] " Thomas Hellström
2024-02-26 15:40   ` Matthew Brost
2024-02-28 14:47     ` Thomas Hellström
2024-02-28 18:49       ` Lucas De Marchi
2024-02-29  0:52         ` Matthew Brost
2024-03-01  4:23           ` Lucas De Marchi
2024-02-26 12:10 ` Jani Nikula

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox