Re: [PATCH v2] drm/etnaviv: Fix flush sequence logic

2025-07-30 Thread Lucas Stach
Hi Christian, Am Montag, dem 28.07.2025 um 00:28 +0200 schrieb Christian Gmeiner: > Hi Lucas, > > > > > We should be comparing the last submitted sequence number with that of > > > > the address space we may be switching to. > > > > > > > This isn't the relevant change here though: if we switch

Re: [PATCH v2] drm/etnaviv: Fix flush sequence logic

2025-07-27 Thread Christian Gmeiner
Hi Lucas, > > > We should be comparing the last submitted sequence number with that of > > > the address space we may be switching to. > > > > > This isn't the relevant change here though: if we switch the address > > space, the comparison is moot, as we do a full flush on AS switch > > anyway. Th

Re: [PATCH v2] drm/etnaviv: Fix flush sequence logic

2025-05-08 Thread Tomeu Vizoso
On Thu, May 8, 2025 at 7:08 PM Lucas Stach wrote: > > Am Donnerstag, dem 08.05.2025 um 16:56 +0200 schrieb Tomeu Vizoso: > > We should be comparing the last submitted sequence number with that of > > the address space we may be switching to. > > > This isn't the relevant change here though: if we

Re: [PATCH v2] drm/etnaviv: Fix flush sequence logic

2025-05-08 Thread Lucas Stach
Am Donnerstag, dem 08.05.2025 um 16:56 +0200 schrieb Tomeu Vizoso: > We should be comparing the last submitted sequence number with that of > the address space we may be switching to. > This isn't the relevant change here though: if we switch the address space, the comparison is moot, as we do a f

[PATCH v2] drm/etnaviv: Fix flush sequence logic

2025-05-08 Thread Tomeu Vizoso
We should be comparing the last submitted sequence number with that of the address space we may be switching to. Fixes: 27b67278e007 ("drm/etnaviv: rework MMU handling") Signed-off-by: Tomeu Vizoso --- drivers/gpu/drm/etnaviv/etnaviv_buffer.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-)