]> git.ipfire.org Git - thirdparty/kernel/stable.git/commitdiff
drm/xe: Fix driver reference in FLR comment
authorVarun Gupta <varun.gupta@intel.com>
Thu, 11 Sep 2025 11:17:12 +0000 (16:47 +0530)
committerLucas De Marchi <lucas.demarchi@intel.com>
Thu, 11 Sep 2025 15:00:33 +0000 (08:00 -0700)
Rectify the reference of i915 to Xe in a comment.

v2: Cosmetic changes. (Karthik)
v3: Rephrased the commit message. (Karthik)

Signed-off-by: Varun Gupta <varun.gupta@intel.com>
Reviewed-by: Karthik Poosa <karthik.poosa@intel.com>
Link: https://lore.kernel.org/r/20250911111712.811524-1-varun.gupta@intel.com
Signed-off-by: Lucas De Marchi <lucas.demarchi@intel.com>
drivers/gpu/drm/xe/xe_device.c

index c7bba535b1456fe794a69ec8c11e1baa563aeaac..a4d12ee7d575682336fcd54bd122aaf0bb713461 100644 (file)
@@ -532,7 +532,7 @@ static bool xe_driver_flr_disabled(struct xe_device *xe)
  * re-init and saving/restoring (or re-populating) the wiped memory. Since we
  * perform the FLR as the very last action before releasing access to the HW
  * during the driver release flow, we don't attempt recovery at all, because
- * if/when a new instance of i915 is bound to the device it will do a full
+ * if/when a new instance of Xe is bound to the device it will do a full
  * re-init anyway.
  */
 static void __xe_driver_flr(struct xe_device *xe)