drm/xe/devcoredump: Drop a FIXME in devcoredump
authorShekhar Chauhan <shekhar.chauhan@intel.com>
Tue, 12 May 2026 05:55:08 +0000 (11:25 +0530)
committerBalasubramani Vivekanandan <balasubramani.vivekanandan@intel.com>
Wed, 13 May 2026 06:32:53 +0000 (12:02 +0530)
commit1d3e2a655898f06d15932a8a914654d443e79029
tree204fb37136a12a3b528f43b02852af4bb06555c2
parent160c1af4fbb66ad887825eda5601eccd386015f8
drm/xe/devcoredump: Drop a FIXME in devcoredump

The FIXME says that xe_engine_snapshot_print.. is accessing persistent
driver data, unlike what the FIXME says that it does. Drop the FIXME
since the current code is not going to access the hardware while
dumping.
More details about this patch:
https://patchwork.freedesktop.org/patch/703884/?series=161407&rev=1
The starting two feedbacks make sense and the original patch is wrong
in adding those changes, but the last feedback is the one which
highlights the point.

Signed-off-by: Shekhar Chauhan <shekhar.chauhan@intel.com>
Reviewed-by: Balasubramani Vivekanandan <balasubramani.vivekanandan@intel.com>
Link: https://patch.msgid.link/20260512055508.1380191-1-shekhar.chauhan@intel.com
Signed-off-by: Balasubramani Vivekanandan <balasubramani.vivekanandan@intel.com>
drivers/gpu/drm/xe/xe_guc_capture.c