Re: [PATCH v4 14/14] drm/panfrost: Queue jobs on the hardware

2021-06-28 Thread Steven Price
On 28/06/2021 08:42, Boris Brezillon wrote: > From: Steven Price > > The hardware has a set of '_NEXT' registers that can hold a second job > while the first is executing. Make use of these registers to enqueue a > second job per slot. > > v3: > * Fix the done/err job dequeuing logic to get a va

[PATCH v4 14/14] drm/panfrost: Queue jobs on the hardware

2021-06-28 Thread Boris Brezillon
From: Steven Price The hardware has a set of '_NEXT' registers that can hold a second job while the first is executing. Make use of these registers to enqueue a second job per slot. v3: * Fix the done/err job dequeuing logic to get a valid active state * Only enable the second slot on GPUs suppo