diff options
author | Michal Wajdeczko <michal.wajdeczko@intel.com> | 2024-05-08 19:48:56 +0200 |
---|---|---|
committer | Michal Wajdeczko <michal.wajdeczko@intel.com> | 2024-05-09 21:17:57 +0200 |
commit | 62010b3cd6030ff743930c9ae898d8e4e943100d (patch) | |
tree | c7d1d5478082b4e1e5dac61ec5ab50bcc5587239 /drivers/gpu/drm/xe/xe_lrc.c | |
parent | 515f08972355e160f896f612347121fbb685e740 (diff) | |
download | linux-stable-62010b3cd6030ff743930c9ae898d8e4e943100d.tar.gz linux-stable-62010b3cd6030ff743930c9ae898d8e4e943100d.tar.bz2 linux-stable-62010b3cd6030ff743930c9ae898d8e4e943100d.zip |
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
Diffstat (limited to 'drivers/gpu/drm/xe/xe_lrc.c')
-rw-r--r-- | drivers/gpu/drm/xe/xe_lrc.c | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/drivers/gpu/drm/xe/xe_lrc.c b/drivers/gpu/drm/xe/xe_lrc.c index ef954cd5cd68..9b0a4078add3 100644 --- a/drivers/gpu/drm/xe/xe_lrc.c +++ b/drivers/gpu/drm/xe/xe_lrc.c @@ -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" |