]> git.ipfire.org Git - thirdparty/kernel/linux.git/commitdiff
drm/xe: Sort include files alphabetically.
authorArun Abhishek Chowhan <arun.abhishek.chowhan@intel.com>
Mon, 13 Oct 2025 09:59:14 +0000 (15:29 +0530)
committerLucas De Marchi <lucas.demarchi@intel.com>
Mon, 13 Oct 2025 14:18:20 +0000 (07:18 -0700)
Sort the include lines alphabetically, no impact on code behavior.

Signed-off-by: Arun Abhishek Chowhan <arun.abhishek.chowhan@intel.com>
Reviewed-by: Nitin Gote <nitin.r.gote@intel.com>
Link: https://lore.kernel.org/r/20251013095914.3742505-1-arun.abhishek.chowhan@intel.com
Signed-off-by: Lucas De Marchi <lucas.demarchi@intel.com>
drivers/gpu/drm/xe/xe_debugfs.c
drivers/gpu/drm/xe/xe_guc_ads.c
drivers/gpu/drm/xe/xe_tile.c

index 34f622bef3e0ce9b12c9e4582df90918897741ae..1c3c9557a9bd22f00a4b7cbfe8fe21fb3f91ca72 100644 (file)
@@ -27,8 +27,8 @@
 #include "xe_sriov_vf.h"
 #include "xe_step.h"
 #include "xe_tile_debugfs.h"
-#include "xe_wa.h"
 #include "xe_vsec.h"
+#include "xe_wa.h"
 
 #ifdef CONFIG_DRM_XE_DEBUG
 #include "xe_bo_evict.h"
index 58e0b0294a5bcfbd5a3c9cf24ecb9bcd947f1b14..22ac2a8b74c80390be88bcd7684889998ffd19b8 100644 (file)
@@ -18,6 +18,7 @@
 #include "xe_bo.h"
 #include "xe_gt.h"
 #include "xe_gt_ccs_mode.h"
+#include "xe_gt_mcr.h"
 #include "xe_gt_printk.h"
 #include "xe_guc.h"
 #include "xe_guc_buf.h"
@@ -30,7 +31,6 @@
 #include "xe_platform_types.h"
 #include "xe_uc_fw.h"
 #include "xe_wa.h"
-#include "xe_gt_mcr.h"
 
 /* Slack of a few additional entries per engine */
 #define ADS_REGSET_EXTRA_MAX   8
index 6edb5062c1da54b80fc8355a67f29096f34eea53..8fd6ee990d14fb27ffd62e2cba8b084fbc570d8f 100644 (file)
@@ -19,9 +19,9 @@
 #include "xe_tile.h"
 #include "xe_tile_sysfs.h"
 #include "xe_ttm_vram_mgr.h"
-#include "xe_wa.h"
 #include "xe_vram.h"
 #include "xe_vram_types.h"
+#include "xe_wa.h"
 
 /**
  * DOC: Multi-tile Design