Re: [PATCH v3 06/10] drm/msm/A6xx: Use posamble to reset counters on preemption

2024-09-12 Thread Antonino Maniscalco
On 9/12/24 9:12 AM, Akhil P Oommen wrote: On Wed, Sep 11, 2024 at 12:35:08AM +0200, Antonino Maniscalco wrote: On 9/10/24 11:34 PM, Akhil P Oommen wrote: On Mon, Sep 09, 2024 at 05:07:42PM +0200, Antonino Maniscalco wrote: On 9/6/24 10:08 PM, Akhil P Oommen wrote: On Thu, Sep 05, 2024 at 04:5

Re: [PATCH v3 06/10] drm/msm/A6xx: Use posamble to reset counters on preemption

2024-09-12 Thread Akhil P Oommen
On Wed, Sep 11, 2024 at 12:35:08AM +0200, Antonino Maniscalco wrote: > On 9/10/24 11:34 PM, Akhil P Oommen wrote: > > On Mon, Sep 09, 2024 at 05:07:42PM +0200, Antonino Maniscalco wrote: > > > On 9/6/24 10:08 PM, Akhil P Oommen wrote: > > > > On Thu, Sep 05, 2024 at 04:51:24PM +0200, Antonino Manis

Re: [PATCH v3 06/10] drm/msm/A6xx: Use posamble to reset counters on preemption

2024-09-10 Thread Antonino Maniscalco
On 9/10/24 11:34 PM, Akhil P Oommen wrote: On Mon, Sep 09, 2024 at 05:07:42PM +0200, Antonino Maniscalco wrote: On 9/6/24 10:08 PM, Akhil P Oommen wrote: On Thu, Sep 05, 2024 at 04:51:24PM +0200, Antonino Maniscalco wrote: Use the postamble to reset perf counters when switching between rings,

Re: [PATCH v3 06/10] drm/msm/A6xx: Use posamble to reset counters on preemption

2024-09-10 Thread Akhil P Oommen
On Mon, Sep 09, 2024 at 05:07:42PM +0200, Antonino Maniscalco wrote: > On 9/6/24 10:08 PM, Akhil P Oommen wrote: > > On Thu, Sep 05, 2024 at 04:51:24PM +0200, Antonino Maniscalco wrote: > > > Use the postamble to reset perf counters when switching between rings, > > > except when sysprof is enabled

Re: [PATCH v3 06/10] drm/msm/A6xx: Use posamble to reset counters on preemption

2024-09-09 Thread Antonino Maniscalco
On 9/6/24 10:08 PM, Akhil P Oommen wrote: On Thu, Sep 05, 2024 at 04:51:24PM +0200, Antonino Maniscalco wrote: Use the postamble to reset perf counters when switching between rings, except when sysprof is enabled, analogously to how they are reset between submissions when switching pagetables.

Re: [PATCH v3 06/10] drm/msm/A6xx: Use posamble to reset counters on preemption

2024-09-06 Thread Akhil P Oommen
On Thu, Sep 05, 2024 at 04:51:24PM +0200, Antonino Maniscalco wrote: > Use the postamble to reset perf counters when switching between rings, > except when sysprof is enabled, analogously to how they are reset > between submissions when switching pagetables. > > Signed-off-by: Antonino Maniscalco

[PATCH v3 06/10] drm/msm/A6xx: Use posamble to reset counters on preemption

2024-09-05 Thread Antonino Maniscalco
Use the postamble to reset perf counters when switching between rings, except when sysprof is enabled, analogously to how they are reset between submissions when switching pagetables. Signed-off-by: Antonino Maniscalco --- drivers/gpu/drm/msm/adreno/a6xx_gpu.c | 20 ++- drive