Linux kernel mirror (for testing) git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git
kernel os linux

drm/xe: Move xe_gpu_commands.h file to instructions/

All other files with commands definitions are in instructions/
folder. Move xe_gpu_commands.h also there.

Signed-off-by: Michal Wajdeczko <michal.wajdeczko@intel.com>
Reviewed-by: Himal Prasad Ghimiray <himal.prasad.ghimiray@intel.com>
Link: https://patchwork.freedesktop.org/patch/msgid/20240508174856.1908-1-michal.wajdeczko@intel.com

+3 -6
drivers/gpu/drm/xe/regs/xe_gpu_commands.h drivers/gpu/drm/xe/instructions/xe_gpu_commands.h
-1
drivers/gpu/drm/xe/xe_bb.c
··· 6 6 #include "xe_bb.h" 7 7 8 8 #include "instructions/xe_mi_commands.h" 9 - #include "regs/xe_gpu_commands.h" 10 9 #include "xe_assert.h" 11 10 #include "xe_device.h" 12 11 #include "xe_exec_queue_types.h"
+1 -1
drivers/gpu/drm/xe/xe_device.c
··· 16 16 #include <drm/xe_drm.h> 17 17 18 18 #include "display/xe_display.h" 19 - #include "regs/xe_gpu_commands.h" 19 + #include "instructions/xe_gpu_commands.h" 20 20 #include "regs/xe_gt_regs.h" 21 21 #include "regs/xe_regs.h" 22 22 #include "xe_bo.h"
-1
drivers/gpu/drm/xe/xe_execlist.c
··· 9 9 10 10 #include "instructions/xe_mi_commands.h" 11 11 #include "regs/xe_engine_regs.h" 12 - #include "regs/xe_gpu_commands.h" 13 12 #include "regs/xe_gt_regs.h" 14 13 #include "regs/xe_lrc_layout.h" 15 14 #include "xe_assert.h"
-1
drivers/gpu/drm/xe/xe_lrc.c
··· 11 11 #include "instructions/xe_gfxpipe_commands.h" 12 12 #include "instructions/xe_gfx_state_commands.h" 13 13 #include "regs/xe_engine_regs.h" 14 - #include "regs/xe_gpu_commands.h" 15 14 #include "regs/xe_lrc_layout.h" 16 15 #include "xe_bb.h" 17 16 #include "xe_bo.h"
+1 -1
drivers/gpu/drm/xe/xe_migrate.c
··· 14 14 15 15 #include <generated/xe_wa_oob.h> 16 16 17 + #include "instructions/xe_gpu_commands.h" 17 18 #include "instructions/xe_mi_commands.h" 18 - #include "regs/xe_gpu_commands.h" 19 19 #include "regs/xe_gtt_defs.h" 20 20 #include "tests/xe_test.h" 21 21 #include "xe_assert.h"
+1 -1
drivers/gpu/drm/xe/xe_ring_ops.c
··· 7 7 8 8 #include <generated/xe_wa_oob.h> 9 9 10 + #include "instructions/xe_gpu_commands.h" 10 11 #include "instructions/xe_mi_commands.h" 11 12 #include "regs/xe_engine_regs.h" 12 - #include "regs/xe_gpu_commands.h" 13 13 #include "regs/xe_gt_regs.h" 14 14 #include "regs/xe_lrc_layout.h" 15 15 #include "xe_exec_queue_types.h"