Re: [PATCH] drm/etnaviv: don't disable TS on MMUv2 core when moving the linear window

2024-05-15 Thread João Paulo Gonçalves
Hi Lucas, On Wed, May 15, 2024 at 02:13:58PM +0200, Lucas Stach wrote: > On MMUv2 cores the linear window is only relevant when starting the FE, > before the MMU has been activated. Once the MMU is active, all accesses > are translated with no way to bypass the MMU via the linear window. Thus > TS

[PATCH] drm/etnaviv: don't disable TS on MMUv2 core when moving the linear window

2024-05-15 Thread Lucas Stach
On MMUv2 cores the linear window is only relevant when starting the FE, before the MMU has been activated. Once the MMU is active, all accesses are translated with no way to bypass the MMU via the linear window. Thus TS ignoring the linear window offset is not an issue on cores with MMUv2 present a