]> www.infradead.org Git - users/jedix/linux-maple.git/commitdiff
drm/xe: Move xe_gpu_commands.h file to instructions/
authorMichal Wajdeczko <michal.wajdeczko@intel.com>
Wed, 8 May 2024 17:48:56 +0000 (19:48 +0200)
committerMichal Wajdeczko <michal.wajdeczko@intel.com>
Thu, 9 May 2024 19:17:57 +0000 (21:17 +0200)
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
drivers/gpu/drm/xe/instructions/xe_gpu_commands.h [moved from drivers/gpu/drm/xe/regs/xe_gpu_commands.h with 100% similarity]
drivers/gpu/drm/xe/xe_bb.c
drivers/gpu/drm/xe/xe_device.c
drivers/gpu/drm/xe/xe_execlist.c
drivers/gpu/drm/xe/xe_lrc.c
drivers/gpu/drm/xe/xe_migrate.c
drivers/gpu/drm/xe/xe_ring_ops.c

index 37e056fde95d7ba3d60919fc7435753bf50a4245..a13e0b3a169ed801285665d506aeb73ee8e63226 100644 (file)
@@ -6,7 +6,6 @@
 #include "xe_bb.h"
 
 #include "instructions/xe_mi_commands.h"
-#include "regs/xe_gpu_commands.h"
 #include "xe_assert.h"
 #include "xe_device.h"
 #include "xe_exec_queue_types.h"
index f8eb477f359d3cdf563123cc81c94aac7fc5cc11..4165e13473710b8fa58eb9c871dffe92e5523394 100644 (file)
@@ -16,7 +16,7 @@
 #include <drm/xe_drm.h>
 
 #include "display/xe_display.h"
-#include "regs/xe_gpu_commands.h"
+#include "instructions/xe_gpu_commands.h"
 #include "regs/xe_gt_regs.h"
 #include "regs/xe_regs.h"
 #include "xe_bo.h"
index dece2785933c0a497ec76b0cedfb0f0c500d25f8..e9dee1e14fef97f347e4b2752f8a7f834a0cae54 100644 (file)
@@ -9,7 +9,6 @@
 
 #include "instructions/xe_mi_commands.h"
 #include "regs/xe_engine_regs.h"
-#include "regs/xe_gpu_commands.h"
 #include "regs/xe_gt_regs.h"
 #include "regs/xe_lrc_layout.h"
 #include "xe_assert.h"
index ef954cd5cd68e31937647971cce7ae29db319502..9b0a4078add33ebf7f2d534590c3cb2b70736ebc 100644 (file)
@@ -11,7 +11,6 @@
 #include "instructions/xe_gfxpipe_commands.h"
 #include "instructions/xe_gfx_state_commands.h"
 #include "regs/xe_engine_regs.h"
-#include "regs/xe_gpu_commands.h"
 #include "regs/xe_lrc_layout.h"
 #include "xe_bb.h"
 #include "xe_bo.h"
index 9f6e9b7f11c848502ebba3b819f3ff829f22304a..36db5ed1a572c09d32255ae2f48b8941ed9ccae9 100644 (file)
@@ -14,8 +14,8 @@
 
 #include <generated/xe_wa_oob.h>
 
+#include "instructions/xe_gpu_commands.h"
 #include "instructions/xe_mi_commands.h"
-#include "regs/xe_gpu_commands.h"
 #include "regs/xe_gtt_defs.h"
 #include "tests/xe_test.h"
 #include "xe_assert.h"
index d42b3f33bd7a2bfb7cf779cf462b5d133c2e43b3..a3ca718456f665b9b4692fdb2726aa57aa6a31c4 100644 (file)
@@ -7,9 +7,9 @@
 
 #include <generated/xe_wa_oob.h>
 
+#include "instructions/xe_gpu_commands.h"
 #include "instructions/xe_mi_commands.h"
 #include "regs/xe_engine_regs.h"
-#include "regs/xe_gpu_commands.h"
 #include "regs/xe_gt_regs.h"
 #include "regs/xe_lrc_layout.h"
 #include "xe_exec_queue_types.h"