Re: [PATCH v4 2/7] drm/panthor: Add DEV_QUERY.PERF_INFO handling for Gx10

2025-07-21 Thread Lukas Zapolskas
On 18/07/2025 16:11, Adrián Larumbe wrote: > Hi Lucas, forgot to add one comment in the previous patch review, > > On 16.05.2025 16:49, Lukas Zapolskas wrote: >> This change adds the IOCTL to query data about the performance counter >> setup. Some of this data was available via previous DEV_QUE

Re: [PATCH v4 2/7] drm/panthor: Add DEV_QUERY.PERF_INFO handling for Gx10

2025-07-21 Thread Lukas Zapolskas
On 18/07/2025 03:52, Adrián Larumbe wrote: > On 16.05.2025 16:49, Lukas Zapolskas wrote: >> This change adds the IOCTL to query data about the performance counter >> setup. Some of this data was available via previous DEV_QUERY calls, >> for instance for GPU info, but exposing it via PERF_INFO >

Re: [PATCH v4 2/7] drm/panthor: Add DEV_QUERY.PERF_INFO handling for Gx10

2025-07-18 Thread Adrián Larumbe
Hi Lucas, forgot to add one comment in the previous patch review, On 16.05.2025 16:49, Lukas Zapolskas wrote: > This change adds the IOCTL to query data about the performance counter > setup. Some of this data was available via previous DEV_QUERY calls, > for instance for GPU info, but exposing it

Re: [PATCH v4 2/7] drm/panthor: Add DEV_QUERY.PERF_INFO handling for Gx10

2025-07-17 Thread Adrián Larumbe
On 16.05.2025 16:49, Lukas Zapolskas wrote: > This change adds the IOCTL to query data about the performance counter > setup. Some of this data was available via previous DEV_QUERY calls, > for instance for GPU info, but exposing it via PERF_INFO > minimizes the overhead of creating a single sessio

[PATCH v4 2/7] drm/panthor: Add DEV_QUERY.PERF_INFO handling for Gx10

2025-05-16 Thread Lukas Zapolskas
This change adds the IOCTL to query data about the performance counter setup. Some of this data was available via previous DEV_QUERY calls, for instance for GPU info, but exposing it via PERF_INFO minimizes the overhead of creating a single session to just the one aggregate IOCTL. Signed-off-by: L