summaryrefslogtreecommitdiff
path: root/drivers/gpu/drm/xe/xe_lrc.c
diff options
context:
space:
mode:
authorMatt Roper <matthew.d.roper@intel.com>2023-12-14 21:47:08 +0300
committerRodrigo Vivi <rodrigo.vivi@intel.com>2023-12-21 19:46:17 +0300
commit1374df38e9267bf4588fbc665b3a20afb479f5ac (patch)
treefa0f32e0dea0d67704b259c69c9dcda2461b6b6c /drivers/gpu/drm/xe/xe_lrc.c
parentaaa536a8877e61104ccb5ba5287beaa4e959539e (diff)
downloadlinux-1374df38e9267bf4588fbc665b3a20afb479f5ac.tar.xz
drm/xe: Drop some unnecessary header includes
Several files were including register headers that they no longer require. Drop the unnecessary includes to reduce build dependencies. Reviewed-by: Lucas De Marchi <lucas.demarchi@intel.com> Link: https://lore.kernel.org/r/20231214184659.2249559-18-matthew.d.roper@intel.com Signed-off-by: Matt Roper <matthew.d.roper@intel.com> Signed-off-by: Rodrigo Vivi <rodrigo.vivi@intel.com>
Diffstat (limited to 'drivers/gpu/drm/xe/xe_lrc.c')
-rw-r--r--drivers/gpu/drm/xe/xe_lrc.c2
1 files changed, 0 insertions, 2 deletions
diff --git a/drivers/gpu/drm/xe/xe_lrc.c b/drivers/gpu/drm/xe/xe_lrc.c
index d6dfbd0bdc70..b7fa3831b684 100644
--- a/drivers/gpu/drm/xe/xe_lrc.c
+++ b/drivers/gpu/drm/xe/xe_lrc.c
@@ -9,9 +9,7 @@
#include "instructions/xe_gfxpipe_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 "regs/xe_regs.h"
#include "xe_bb.h"
#include "xe_bo.h"
#include "xe_device.h"