]> git.ipfire.org Git - thirdparty/linux.git/commit
drm/xe: Remove unused code in devcoredump_snapshot()
authorShuicheng Lin <shuicheng.lin@intel.com>
Mon, 7 Jul 2025 00:49:13 +0000 (00:49 +0000)
committerMatthew Brost <matthew.brost@intel.com>
Tue, 8 Jul 2025 22:11:36 +0000 (15:11 -0700)
commit8ce560d8e1c6449adb9dc5517ef91404c7810c94
tree4a86cf16a5fc8fa48a132e1741d81ab1fc65b299
parentb2c4ac219fa46bb6535a8147ac1611b3d6481aa2
drm/xe: Remove unused code in devcoredump_snapshot()

The deleted code is no longer needed because patch "drm/xe/guc: Plumb
GuC-capture into dev coredump" has removed the related usage code.
Remove the code to tidy up the function.

v2: s/bacause/because

Reviewed-by: Zhanjun Dong <zhanjun.dong@intel.com>
Reviewed-by: Matthew Brost <matthew.brost@intel.com>
Cc: Rodrigo Vivi <rodrigo.vivi@intel.com>
Signed-off-by: Shuicheng Lin <shuicheng.lin@intel.com>
Signed-off-by: Matthew Brost <matthew.brost@intel.com>
Link: https://lore.kernel.org/r/20250707004911.3502904-5-shuicheng.lin@intel.com
drivers/gpu/drm/xe/xe_devcoredump.c