mirror of
https://github.com/torvalds/linux.git
synced 2026-06-04 04:23:35 +02:00
drm/xe: Make GGTT TLB invalidation failure message GT oriented
GGTT TLB invalidation is performed on the specific GT, thus any failure message shall be also GT specific. And to help investigate any unexpected failures, promote message from warn level to WARN to get full call stack of this unlikely case. Signed-off-by: Michal Wajdeczko <michal.wajdeczko@intel.com> Reviewed-by: Matthew Brost <matthew.brost@intel.com> Link: https://lore.kernel.org/r/20250723133015.206601-1-michal.wajdeczko@intel.com
This commit is contained in:
parent
6983ea9cd7
commit
538b27a09a
|
|
@ -439,8 +439,7 @@ static void ggtt_invalidate_gt_tlb(struct xe_gt *gt)
|
|||
return;
|
||||
|
||||
err = xe_gt_tlb_invalidation_ggtt(gt);
|
||||
if (err)
|
||||
drm_warn(>_to_xe(gt)->drm, "xe_gt_tlb_invalidation_ggtt error=%d", err);
|
||||
xe_gt_WARN(gt, err, "Failed to invalidate GGTT (%pe)", ERR_PTR(err));
|
||||
}
|
||||
|
||||
static void xe_ggtt_invalidate(struct xe_ggtt *ggtt)
|
||||
|
|
|
|||
Loading…
Reference in New Issue
Block a user