]> www.infradead.org Git - users/jedix/linux-maple.git/commit
drm/xe: Ignore GGTT TLB inval errors during GT reset
authorNirmoy Das <nirmoy.das@intel.com>
Tue, 12 Nov 2024 17:01:23 +0000 (18:01 +0100)
committerNirmoy Das <nirmoy.das@intel.com>
Thu, 14 Nov 2024 11:20:23 +0000 (12:20 +0100)
commit68634b12d769831dcf317f2736665fce6f895655
treed44c699ae27cb22f242284b2c53084d08d6ae699
parent9d42476f71a9a000ea2d72aae5f4d43c5061fe10
drm/xe: Ignore GGTT TLB inval errors during GT reset

During GT reset, GGTT TLB invalidations may fail. This is acceptable
as the reset will clear GGTT caches. Suppress only -ECANCELED other
return codes are still unexpected error.

v2: Add code comment(Matt).

Link: https://gitlab.freedesktop.org/drm/xe/kernel/-/issues/3389
Suggested-by: Matthew Brost <matthew.brost@intel.com>
Reviewed-by: Matthew Brost <matthew.brost@intel.com>
Link: https://patchwork.freedesktop.org/patch/msgid/20241112170123.1236443-1-nirmoy.das@intel.com
Signed-off-by: Nirmoy Das <nirmoy.das@intel.com>
drivers/gpu/drm/xe/xe_gt_tlb_invalidation.c