]> git.ipfire.org Git - thirdparty/kernel/linux.git/commit
drm/xe: Only dump PAT when xe_hw_engines_init_early fails
authorMaarten Lankhorst <dev@lankhorst.se>
Thu, 19 Jun 2025 10:49:04 +0000 (12:49 +0200)
committerMaarten Lankhorst <dev@lankhorst.se>
Thu, 26 Jun 2025 20:11:35 +0000 (22:11 +0200)
commit4c5517e9ecd5f13e9981fbf7378e0ce7b0d4af1f
tree77ff4f38f2152194890d603241a34230cd2dae38
parent2e1efcafd4fb61de987482d49a4e7b12395a3f25
drm/xe: Only dump PAT when xe_hw_engines_init_early fails

After discussion with Lucas De Marchi, it turns out that is the
specific caller requiring a dump. This allows us to cleanup
gt_init in a bit.

Reviewed-by: Lucas De Marchi <lucas.demarchi@intel.com>
Link: https://lore.kernel.org/r/20250619104858.418440-18-dev@lankhorst.se
Signed-off-by: Maarten Lankhorst <dev@lankhorst.se>
drivers/gpu/drm/xe/xe_gt.c