[PATCH] drm/etnaviv: Fix flush sequence logic

2025-05-07 Thread Tomeu Vizoso
We should be comparing the last submitted sequence number with that of the address space we may be switching to. And we should be using the latter as the last submitted sequence number afterwards. Signed-off-by: Tomeu Vizoso --- drivers/gpu/drm/etnaviv/etnaviv_buffer.c | 3 ++- 1 file changed,

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

2025-05-07 Thread Christian Gmeiner
> Hi Tomeu, > > On Wed, May 7, 2025 at 8:22 AM Tomeu Vizoso wrote: > > > > We should be comparing the last submitted sequence number with that of > > the address space we may be switching to. > > > > And we should be using the latter as the last submitted sequence number > > afterwards. > > > > Si

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

2025-05-07 Thread Lucas Stach
Am Mittwoch, dem 07.05.2025 um 13:21 +0200 schrieb Tomeu Vizoso: > We should be comparing the last submitted sequence number with that of > the address space we may be switching to. > > And we should be using the latter as the last submitted sequence number > afterwards. > > Signed-off-by: Tomeu

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

2025-05-07 Thread Fabio Estevam
Hi Tomeu, On Wed, May 7, 2025 at 8:22 AM Tomeu Vizoso wrote: > > We should be comparing the last submitted sequence number with that of > the address space we may be switching to. > > And we should be using the latter as the last submitted sequence number > afterwards. > > Signed-off-by: Tomeu Vi