drm/xe: Drop some unnecessary header includes
authorMatt Roper <matthew.d.roper@intel.com>
Thu, 14 Dec 2023 18:47:08 +0000 (10:47 -0800)
committerRodrigo Vivi <rodrigo.vivi@intel.com>
Thu, 21 Dec 2023 16:46:17 +0000 (11:46 -0500)
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>
drivers/gpu/drm/xe/xe_execlist.c
drivers/gpu/drm/xe/xe_ggtt.c
drivers/gpu/drm/xe/xe_heci_gsc.c
drivers/gpu/drm/xe/xe_lrc.c
drivers/gpu/drm/xe/xe_pci.c
drivers/gpu/drm/xe/xe_ring_ops.c

index d82b50de144ea948cc4ead475459236eb4d693df..507b6baec3dc4e16bbce2cf17b4790d3a9fcc3e8 100644 (file)
@@ -12,7 +12,6 @@
 #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_assert.h"
 #include "xe_bo.h"
 #include "xe_device.h"
index 374ae4289fa0971bfb77c93869ee54eeb73e894e..3efd2d066bf723c6ef7378523516d0048172a32e 100644 (file)
@@ -11,7 +11,6 @@
 #include <drm/i915_drm.h>
 
 #include "regs/xe_gt_regs.h"
-#include "regs/xe_regs.h"
 #include "xe_bo.h"
 #include "xe_device.h"
 #include "xe_gt.h"
index 19eda00d5cc4e407214ee6f1e1f2e22b07d54b93..bfdd33b9b23b40c26e2ee632b72a2b964a24b5e6 100644 (file)
@@ -8,7 +8,6 @@
 #include <linux/pci.h>
 #include <linux/sizes.h>
 
-#include "regs/xe_regs.h"
 #include "xe_device_types.h"
 #include "xe_drv.h"
 #include "xe_heci_gsc.h"
index d6dfbd0bdc70e98f9c53b73167dd8c1360e4515e..b7fa3831b68451cb74ae557ca3e7a66d5d4fa6fd 100644 (file)
@@ -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"
index 88fb6c54ef990671655e4eedffd224f7d87a33c3..dcc5ded1558e71c2ac0fc02a275f22ffa4a01a20 100644 (file)
@@ -15,7 +15,6 @@
 #include <drm/drm_drv.h>
 #include <drm/xe_pciids.h>
 
-#include "regs/xe_regs.h"
 #include "regs/xe_gt_regs.h"
 #include "xe_device.h"
 #include "xe_display.h"
index 1201e42ef823c6cfa4964fe8f2000d6a1eae6a1a..1e4c06eacd9842bc3f56c41fc2c2e90628530f06 100644 (file)
@@ -11,7 +11,6 @@
 #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_exec_queue_types.h"
 #include "xe_gt.h"
 #include "xe_lrc.h"