Re: [PATCH] drm/etnaviv: always start/stop scheduler in timeout processing

2020-08-25 Thread Lucas Stach
Hi all, Am Montag, den 24.08.2020, 11:11 -0300 schrieb Fabio Estevam: > Hi Lucas, > > On Mon, Aug 24, 2020 at 8:02 AM Lucas Stach wrote: > > The drm scheduler currently expects that the stop/start sequence is always > > executed in the timeout handling, as the job at the head of the hardware >

Re: [PATCH] drm/etnaviv: always start/stop scheduler in timeout processing

2020-08-24 Thread Fabio Estevam
Hi Lucas, On Mon, Aug 24, 2020 at 8:02 AM Lucas Stach wrote: > > The drm scheduler currently expects that the stop/start sequence is always > executed in the timeout handling, as the job at the head of the hardware > execution list is always removed from the ring mirror before the driver >

Re: [PATCH] drm/etnaviv: always start/stop scheduler in timeout processing

2020-08-24 Thread Russell King - ARM Linux admin
On Mon, Aug 24, 2020 at 01:02:48PM +0200, Lucas Stach wrote: > The drm scheduler currently expects that the stop/start sequence is always > executed in the timeout handling, as the job at the head of the hardware > execution list is always removed from the ring mirror before the driver > function

[PATCH] drm/etnaviv: always start/stop scheduler in timeout processing

2020-08-24 Thread Lucas Stach
The drm scheduler currently expects that the stop/start sequence is always executed in the timeout handling, as the job at the head of the hardware execution list is always removed from the ring mirror before the driver function is called and only inserted back into the list when starting the