Commit 87d8ecf0 authored by Jani Nikula's avatar Jani Nikula Committed by Rodrigo Vivi

drm/xe: replace #include <drm/xe_drm.h> with <uapi/drm/xe_drm.h>

include/drm/xe_drm.h does not exist. Prefer the explicit uapi include.
Signed-off-by: default avatarJani Nikula <jani.nikula@intel.com>
Reviewed-by: default avatarRodrigo Vivi <rodrigo.vivi@intel.com>
Link: https://patchwork.freedesktop.org/patch/msgid/20240827091539.4136838-1-jani.nikula@intel.comSigned-off-by: default avatarRodrigo Vivi <rodrigo.vivi@intel.com>
parent a7f65709
...@@ -10,7 +10,7 @@ ...@@ -10,7 +10,7 @@
#include <drm/drm_drv.h> #include <drm/drm_drv.h>
#include <drm/drm_managed.h> #include <drm/drm_managed.h>
#include <drm/xe_drm.h> #include <uapi/drm/xe_drm.h>
#include "soc/intel_dram.h" #include "soc/intel_dram.h"
#include "i915_drv.h" /* FIXME: HAS_DISPLAY() depends on this */ #include "i915_drv.h" /* FIXME: HAS_DISPLAY() depends on this */
......
...@@ -3,7 +3,7 @@ ...@@ -3,7 +3,7 @@
* Copyright © 2022 Intel Corporation * Copyright © 2022 Intel Corporation
*/ */
#include <drm/xe_drm.h> #include <uapi/drm/xe_drm.h>
#include <kunit/test.h> #include <kunit/test.h>
#include <kunit/visibility.h> #include <kunit/visibility.h>
......
...@@ -13,7 +13,7 @@ ...@@ -13,7 +13,7 @@
#include <drm/ttm/ttm_device.h> #include <drm/ttm/ttm_device.h>
#include <drm/ttm/ttm_placement.h> #include <drm/ttm/ttm_placement.h>
#include <drm/ttm/ttm_tt.h> #include <drm/ttm/ttm_tt.h>
#include <drm/xe_drm.h> #include <uapi/drm/xe_drm.h>
#include "xe_device.h" #include "xe_device.h"
#include "xe_dma_buf.h" #include "xe_dma_buf.h"
......
...@@ -15,7 +15,7 @@ ...@@ -15,7 +15,7 @@
#include <drm/drm_ioctl.h> #include <drm/drm_ioctl.h>
#include <drm/drm_managed.h> #include <drm/drm_managed.h>
#include <drm/drm_print.h> #include <drm/drm_print.h>
#include <drm/xe_drm.h> #include <uapi/drm/xe_drm.h>
#include "display/xe_display.h" #include "display/xe_display.h"
#include "instructions/xe_gpu_commands.h" #include "instructions/xe_gpu_commands.h"
......
...@@ -5,7 +5,7 @@ ...@@ -5,7 +5,7 @@
#include "xe_drm_client.h" #include "xe_drm_client.h"
#include <drm/drm_print.h> #include <drm/drm_print.h>
#include <drm/xe_drm.h> #include <uapi/drm/xe_drm.h>
#include <linux/kernel.h> #include <linux/kernel.h>
#include <linux/slab.h> #include <linux/slab.h>
#include <linux/types.h> #include <linux/types.h>
......
...@@ -8,7 +8,7 @@ ...@@ -8,7 +8,7 @@
#include <drm/drm_device.h> #include <drm/drm_device.h>
#include <drm/drm_exec.h> #include <drm/drm_exec.h>
#include <drm/drm_file.h> #include <drm/drm_file.h>
#include <drm/xe_drm.h> #include <uapi/drm/xe_drm.h>
#include <linux/delay.h> #include <linux/delay.h>
#include "xe_bo.h" #include "xe_bo.h"
......
...@@ -9,7 +9,7 @@ ...@@ -9,7 +9,7 @@
#include <drm/drm_device.h> #include <drm/drm_device.h>
#include <drm/drm_file.h> #include <drm/drm_file.h>
#include <drm/xe_drm.h> #include <uapi/drm/xe_drm.h>
#include "xe_device.h" #include "xe_device.h"
#include "xe_gt.h" #include "xe_gt.h"
......
...@@ -8,7 +8,7 @@ ...@@ -8,7 +8,7 @@
#include <linux/minmax.h> #include <linux/minmax.h>
#include <drm/drm_managed.h> #include <drm/drm_managed.h>
#include <drm/xe_drm.h> #include <uapi/drm/xe_drm.h>
#include <generated/xe_wa_oob.h> #include <generated/xe_wa_oob.h>
......
...@@ -8,7 +8,7 @@ ...@@ -8,7 +8,7 @@
#include <linux/nospec.h> #include <linux/nospec.h>
#include <drm/drm_managed.h> #include <drm/drm_managed.h>
#include <drm/xe_drm.h> #include <uapi/drm/xe_drm.h>
#include "regs/xe_engine_regs.h" #include "regs/xe_engine_regs.h"
#include "regs/xe_gt_regs.h" #include "regs/xe_gt_regs.h"
......
...@@ -10,7 +10,7 @@ ...@@ -10,7 +10,7 @@
#include <drm/drm_managed.h> #include <drm/drm_managed.h>
#include <drm/ttm/ttm_tt.h> #include <drm/ttm/ttm_tt.h>
#include <drm/xe_drm.h> #include <uapi/drm/xe_drm.h>
#include <generated/xe_wa_oob.h> #include <generated/xe_wa_oob.h>
......
...@@ -10,7 +10,7 @@ ...@@ -10,7 +10,7 @@
#include <drm/drm_drv.h> #include <drm/drm_drv.h>
#include <drm/drm_managed.h> #include <drm/drm_managed.h>
#include <drm/xe_drm.h> #include <uapi/drm/xe_drm.h>
#include "abi/guc_actions_slpc_abi.h" #include "abi/guc_actions_slpc_abi.h"
#include "instructions/xe_mi_commands.h" #include "instructions/xe_mi_commands.h"
......
...@@ -11,7 +11,7 @@ ...@@ -11,7 +11,7 @@
#include <linux/mutex.h> #include <linux/mutex.h>
#include <linux/types.h> #include <linux/types.h>
#include <drm/xe_drm.h> #include <uapi/drm/xe_drm.h>
#include "regs/xe_reg_defs.h" #include "regs/xe_reg_defs.h"
#include "xe_hw_engine_types.h" #include "xe_hw_engine_types.h"
......
...@@ -6,7 +6,7 @@ ...@@ -6,7 +6,7 @@
#include <linux/errno.h> #include <linux/errno.h>
#include <linux/sysctl.h> #include <linux/sysctl.h>
#include <drm/xe_drm.h> #include <uapi/drm/xe_drm.h>
#include "xe_oa.h" #include "xe_oa.h"
#include "xe_observation.h" #include "xe_observation.h"
......
...@@ -5,7 +5,7 @@ ...@@ -5,7 +5,7 @@
#include "xe_pat.h" #include "xe_pat.h"
#include <drm/xe_drm.h> #include <uapi/drm/xe_drm.h>
#include <generated/xe_wa_oob.h> #include <generated/xe_wa_oob.h>
......
...@@ -9,7 +9,7 @@ ...@@ -9,7 +9,7 @@
#include <linux/sched/clock.h> #include <linux/sched/clock.h>
#include <drm/ttm/ttm_placement.h> #include <drm/ttm/ttm_placement.h>
#include <drm/xe_drm.h> #include <uapi/drm/xe_drm.h>
#include "regs/xe_engine_regs.h" #include "regs/xe_engine_regs.h"
#include "regs/xe_gt_regs.h" #include "regs/xe_gt_regs.h"
......
...@@ -7,7 +7,7 @@ ...@@ -7,7 +7,7 @@
#include <kunit/visibility.h> #include <kunit/visibility.h>
#include <drm/xe_drm.h> #include <uapi/drm/xe_drm.h>
#include "xe_gt.h" #include "xe_gt.h"
#include "xe_gt_topology.h" #include "xe_gt_topology.h"
......
...@@ -5,7 +5,7 @@ ...@@ -5,7 +5,7 @@
#include "xe_sched_job.h" #include "xe_sched_job.h"
#include <drm/xe_drm.h> #include <uapi/drm/xe_drm.h>
#include <linux/dma-fence-chain.h> #include <linux/dma-fence-chain.h>
#include <linux/slab.h> #include <linux/slab.h>
......
...@@ -12,7 +12,7 @@ ...@@ -12,7 +12,7 @@
#include <drm/drm_print.h> #include <drm/drm_print.h>
#include <drm/drm_syncobj.h> #include <drm/drm_syncobj.h>
#include <drm/xe_drm.h> #include <uapi/drm/xe_drm.h>
#include "xe_device_types.h" #include "xe_device_types.h"
#include "xe_exec_queue.h" #include "xe_exec_queue.h"
......
...@@ -12,7 +12,7 @@ ...@@ -12,7 +12,7 @@
#include <drm/drm_print.h> #include <drm/drm_print.h>
#include <drm/ttm/ttm_execbuf_util.h> #include <drm/ttm/ttm_execbuf_util.h>
#include <drm/ttm/ttm_tt.h> #include <drm/ttm/ttm_tt.h>
#include <drm/xe_drm.h> #include <uapi/drm/xe_drm.h>
#include <linux/ascii85.h> #include <linux/ascii85.h>
#include <linux/delay.h> #include <linux/delay.h>
#include <linux/kthread.h> #include <linux/kthread.h>
......
...@@ -8,7 +8,7 @@ ...@@ -8,7 +8,7 @@
#include <drm/drm_device.h> #include <drm/drm_device.h>
#include <drm/drm_file.h> #include <drm/drm_file.h>
#include <drm/drm_utils.h> #include <drm/drm_utils.h>
#include <drm/xe_drm.h> #include <uapi/drm/xe_drm.h>
#include "xe_device.h" #include "xe_device.h"
#include "xe_gt.h" #include "xe_gt.h"
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment