Re: [PATCH v3] drm/i915: Do not cover all future platforms in TLB invalidation

2023-01-10 Thread Andrzej Hajda
On 10.01.2023 10:16, Tvrtko Ursulin wrote: On 10/01/2023 08:23, Andrzej Hajda wrote: On 09.01.2023 13:24, Tvrtko Ursulin wrote: From: Tvrtko Ursulin Revert to the original explicit approach and document the reasoning behind it. v2:   * DG2 needs to be covered too. (Matt) v3:   * Full

Re: [PATCH v3] drm/i915: Do not cover all future platforms in TLB invalidation

2023-01-10 Thread Tvrtko Ursulin
On 10/01/2023 08:23, Andrzej Hajda wrote: On 09.01.2023 13:24, Tvrtko Ursulin wrote: From: Tvrtko Ursulin Revert to the original explicit approach and document the reasoning behind it. v2:   * DG2 needs to be covered too. (Matt) v3:   * Full version check for Gen12 to avoid catching all

Re: [PATCH v3] drm/i915: Do not cover all future platforms in TLB invalidation

2023-01-10 Thread Andrzej Hajda
On 09.01.2023 13:24, Tvrtko Ursulin wrote: From: Tvrtko Ursulin Revert to the original explicit approach and document the reasoning behind it. v2: * DG2 needs to be covered too. (Matt) v3: * Full version check for Gen12 to avoid catching all future platforms. (Matt) Signed-off-by:

Re: [PATCH v3] drm/i915: Do not cover all future platforms in TLB invalidation

2023-01-09 Thread Matt Roper
On Mon, Jan 09, 2023 at 12:24:42PM +, Tvrtko Ursulin wrote: > From: Tvrtko Ursulin > > Revert to the original explicit approach and document the reasoning > behind it. > > v2: > * DG2 needs to be covered too. (Matt) > > v3: > * Full version check for Gen12 to avoid catching all future pla

[PATCH v3] drm/i915: Do not cover all future platforms in TLB invalidation

2023-01-09 Thread Tvrtko Ursulin
From: Tvrtko Ursulin Revert to the original explicit approach and document the reasoning behind it. v2: * DG2 needs to be covered too. (Matt) v3: * Full version check for Gen12 to avoid catching all future platforms. (Matt) Signed-off-by: Tvrtko Ursulin Cc: Matt Roper Cc: Balasubramani