Re: [PATCH] drm/v3d: Enable Performance Counters before clearing them

2024-12-05 Thread Maíra Canal
Hi Iago, On 04/12/24 09:36, Iago Toral wrote: Reviewed-by: Iago Toral Quiroga Thanks for reviewing! Applied to misc/kernel.git (drm-misc-fixes). Best Regards, - Maíra El mié, 04-12-2024 a las 09:28 -0300, Maíra Canal escribió: On the Raspberry Pi 5, performance counters are not being cle

Re: [PATCH] drm/v3d: Enable Performance Counters before clearing them

2024-12-04 Thread Iago Toral
Reviewed-by: Iago Toral Quiroga El mié, 04-12-2024 a las 09:28 -0300, Maíra Canal escribió: > On the Raspberry Pi 5, performance counters are not being cleared > when `v3d_perfmon_start()` is called, even though we write to the > CLR register. As a result, their values accumulate until they > ove

[PATCH] drm/v3d: Enable Performance Counters before clearing them

2024-12-04 Thread Maíra Canal
On the Raspberry Pi 5, performance counters are not being cleared when `v3d_perfmon_start()` is called, even though we write to the CLR register. As a result, their values accumulate until they overflow. The expected behavior is for performance counters to reset to zero at the start of a job. When