Re: [Intel-gfx] [PATCH v10 0/7] drm/i915: Define and use GuC and CTB TLB invalidation routines

2023-10-10 Thread Andi Shyti
Hi Jonathan, On Tue, Oct 10, 2023 at 08:02:37AM -0700, Jonathan Cavitt wrote: > Implement GuC-based TLB invalidations and use them on MTL. I have to admit that I'm a bit biased on this series. Given this premise, you can add Reviewed-by: Andi Shyti to all the patches. Nevertheless to get

[Intel-gfx] [PATCH v10 0/7] drm/i915: Define and use GuC and CTB TLB invalidation routines

2023-10-10 Thread Jonathan Cavitt
Implement GuC-based TLB invalidations and use them on MTL. v2: - Add missing supporting patches. v3: - Split suspend/resume changes and multi-gt support into separate patches. - Only perform GuC TLB invalidation functions when supported. - Move intel_guc_is_enabled check function to usage