Commit 62010b3c authored by Michal Wajdeczko's avatar Michal Wajdeczko
Browse files

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: default avatarMichal Wajdeczko <michal.wajdeczko@intel.com>
Reviewed-by: default avatarHimal Prasad Ghimiray <himal.prasad.ghimiray@intel.com>
Link: https://patchwork.freedesktop.org/patch/msgid/20240508174856.1908-1-michal.wajdeczko@intel.com
parent 515f0897
Loading
Loading
Loading
Loading
+0 −1
Original line number Diff line number Diff line
@@ -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"
+1 −1
Original line number Diff line number Diff line
@@ -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"
+0 −1
Original line number Diff line number Diff line
@@ -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"
+0 −1
Original line number Diff line number Diff line
@@ -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"
Loading