Re: [RFC v2 5/8] drm/panthor: Introduce sampling sessions to handle userspace clients

2025-03-26 Thread Lukas Zapolskas
On 27/01/2025 15:43, Adrián Larumbe wrote: On 11.12.2024 16:50, Lukas Zapolskas wrote: To allow for combining the requests from multiple userspace clients, an intermediary layer between the HW/FW interfaces and userspace is created, containing the information for the counter requests and trac

Re: [RFC v2 5/8] drm/panthor: Introduce sampling sessions to handle userspace clients

2025-01-27 Thread Adrián Larumbe
On 11.12.2024 16:50, Lukas Zapolskas wrote: > To allow for combining the requests from multiple userspace clients, an > intermediary layer between the HW/FW interfaces and userspace is > created, containing the information for the counter requests and > tracking of insert and extract indices. Each

Re: [RFC v2 5/8] drm/panthor: Introduce sampling sessions to handle userspace clients

2025-01-27 Thread Adrián Larumbe
On 11.12.2024 16:50, Lukas Zapolskas wrote: > To allow for combining the requests from multiple userspace clients, an > intermediary layer between the HW/FW interfaces and userspace is > created, containing the information for the counter requests and > tracking of insert and extract indices. Each

[RFC v2 5/8] drm/panthor: Introduce sampling sessions to handle userspace clients

2024-12-11 Thread Lukas Zapolskas
To allow for combining the requests from multiple userspace clients, an intermediary layer between the HW/FW interfaces and userspace is created, containing the information for the counter requests and tracking of insert and extract indices. Each session starts inactive and must be explicitly activ