Re: [PATCH v3 00/10] Preemption support for A7XX

2024-09-12 Thread Antonino Maniscalco
On 9/6/24 9:58 PM, Akhil P Oommen wrote: On Thu, Sep 05, 2024 at 04:51:18PM +0200, Antonino Maniscalco wrote: This series implements preemption for A7XX targets, which allows the GPU to switch to an higher priority ring when work is pushed to it, reducing latency for high priority submissions.

Re: [PATCH v3 00/10] Preemption support for A7XX

2024-09-09 Thread Rob Clark
On Fri, Sep 6, 2024 at 12:59 PM Akhil P Oommen wrote: > > On Thu, Sep 05, 2024 at 04:51:18PM +0200, Antonino Maniscalco wrote: > > This series implements preemption for A7XX targets, which allows the GPU to > > switch to an higher priority ring when work is pushed to it, reducing > > latency > >

Re: [PATCH v3 00/10] Preemption support for A7XX

2024-09-06 Thread Akhil P Oommen
On Thu, Sep 05, 2024 at 04:51:18PM +0200, Antonino Maniscalco wrote: > This series implements preemption for A7XX targets, which allows the GPU to > switch to an higher priority ring when work is pushed to it, reducing latency > for high priority submissions. > > This series enables L1 preemption

[PATCH v3 00/10] Preemption support for A7XX

2024-09-05 Thread Antonino Maniscalco
This series implements preemption for A7XX targets, which allows the GPU to switch to an higher priority ring when work is pushed to it, reducing latency for high priority submissions. This series enables L1 preemption with skip_save_restore which requires the following userspace patches to functi