Commit a24d9099 authored by Dafna Hirschfeld's avatar Dafna Hirschfeld Committed by Lucas De Marchi

drm/xe: Do not include current dir for generated/xe_wa_oob.h

The generated file 'generated/xe_wa_oob.h' is included using:
"generated/xe_wa_oob.h"
which first look inside the source code. But the file resides
in the build directory and should therefore be included using:
<generated/xe_wa_oob.h>
Signed-off-by: default avatarDafna Hirschfeld <dhirschfeld@habana.ai>
Reviewed-by: default avatarLucas De Marchi <lucas.demarchi@intel.com>
Signed-off-by: default avatarLucas De Marchi <lucas.demarchi@intel.com>
Link: https://patchwork.freedesktop.org/patch/msgid/20240221083622.1584492-1-dhirschfeld@habana.ai
parent de74079f
...@@ -7,8 +7,9 @@ ...@@ -7,8 +7,9 @@
#include <drm/drm_managed.h> #include <drm/drm_managed.h>
#include <generated/xe_wa_oob.h>
#include "abi/gsc_mkhi_commands_abi.h" #include "abi/gsc_mkhi_commands_abi.h"
#include "generated/xe_wa_oob.h"
#include "xe_bb.h" #include "xe_bb.h"
#include "xe_bo.h" #include "xe_bo.h"
#include "xe_device.h" #include "xe_device.h"
......
...@@ -7,9 +7,10 @@ ...@@ -7,9 +7,10 @@
#include <drm/drm_managed.h> #include <drm/drm_managed.h>
#include <generated/xe_wa_oob.h>
#include "abi/guc_actions_abi.h" #include "abi/guc_actions_abi.h"
#include "abi/guc_errors_abi.h" #include "abi/guc_errors_abi.h"
#include "generated/xe_wa_oob.h"
#include "regs/xe_gt_regs.h" #include "regs/xe_gt_regs.h"
#include "regs/xe_guc_regs.h" #include "regs/xe_guc_regs.h"
#include "xe_bo.h" #include "xe_bo.h"
......
...@@ -12,7 +12,8 @@ ...@@ -12,7 +12,8 @@
#include <drm/ttm/ttm_tt.h> #include <drm/ttm/ttm_tt.h>
#include <drm/xe_drm.h> #include <drm/xe_drm.h>
#include "generated/xe_wa_oob.h" #include <generated/xe_wa_oob.h>
#include "instructions/xe_mi_commands.h" #include "instructions/xe_mi_commands.h"
#include "regs/xe_gpu_commands.h" #include "regs/xe_gpu_commands.h"
#include "tests/xe_test.h" #include "tests/xe_test.h"
......
...@@ -5,7 +5,8 @@ ...@@ -5,7 +5,8 @@
#include "xe_ring_ops.h" #include "xe_ring_ops.h"
#include "generated/xe_wa_oob.h" #include <generated/xe_wa_oob.h>
#include "instructions/xe_mi_commands.h" #include "instructions/xe_mi_commands.h"
#include "regs/xe_engine_regs.h" #include "regs/xe_engine_regs.h"
#include "regs/xe_gpu_commands.h" #include "regs/xe_gpu_commands.h"
......
...@@ -11,7 +11,8 @@ ...@@ -11,7 +11,8 @@
#include <drm/ttm/ttm_placement.h> #include <drm/ttm/ttm_placement.h>
#include <drm/ttm/ttm_range_manager.h> #include <drm/ttm/ttm_range_manager.h>
#include "generated/xe_wa_oob.h" #include <generated/xe_wa_oob.h>
#include "regs/xe_gt_regs.h" #include "regs/xe_gt_regs.h"
#include "regs/xe_regs.h" #include "regs/xe_regs.h"
#include "xe_bo.h" #include "xe_bo.h"
......
...@@ -19,6 +19,8 @@ ...@@ -19,6 +19,8 @@
#include <linux/mm.h> #include <linux/mm.h>
#include <linux/swap.h> #include <linux/swap.h>
#include <generated/xe_wa_oob.h>
#include "xe_assert.h" #include "xe_assert.h"
#include "xe_bo.h" #include "xe_bo.h"
#include "xe_device.h" #include "xe_device.h"
...@@ -35,7 +37,6 @@ ...@@ -35,7 +37,6 @@
#include "xe_res_cursor.h" #include "xe_res_cursor.h"
#include "xe_sync.h" #include "xe_sync.h"
#include "xe_trace.h" #include "xe_trace.h"
#include "generated/xe_wa_oob.h"
#include "xe_wa.h" #include "xe_wa.h"
static struct drm_gem_object *xe_vm_obj(struct xe_vm *vm) static struct drm_gem_object *xe_vm_obj(struct xe_vm *vm)
......
...@@ -9,7 +9,8 @@ ...@@ -9,7 +9,8 @@
#include <kunit/visibility.h> #include <kunit/visibility.h>
#include <linux/compiler_types.h> #include <linux/compiler_types.h>
#include "generated/xe_wa_oob.h" #include <generated/xe_wa_oob.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"
#include "regs/xe_regs.h" #include "regs/xe_regs.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