Re: [RFC v2 3/8] drm/panthor: Add panthor_perf_init and panthor_perf_unplug

2025-03-26 Thread Lukas Zapolskas
(please excuse the line-wrapping on the previous email, it seems that it was soft-wrapped). On 27/01/2025 12:46, Adrián Larumbe wrote: On 11.12.2024 16:50, Lukas Zapolskas wrote: Added the panthor_perf system initialization and unplug code to allow for the handling of userspace sessions to be

Re: [RFC v2 3/8] drm/panthor: Add panthor_perf_init and panthor_perf_unplug

2025-01-27 Thread adrian . larumbe
On 11.12.2024 16:50, Lukas Zapolskas wrote: > Added the panthor_perf system initialization and unplug code to allow > for the handling of userspace sessions to be added in follow-up patches. > > Signed-off-by: Lukas Zapolskas > --- > drivers/gpu/drm/panthor/panthor_device.c | 7 +++ > drivers/g

Re: [RFC v2 3/8] drm/panthor: Add panthor_perf_init and panthor_perf_unplug

2025-01-27 Thread Adrián Larumbe
On 11.12.2024 16:50, Lukas Zapolskas wrote: > Added the panthor_perf system initialization and unplug code to allow > for the handling of userspace sessions to be added in follow-up patches. > > Signed-off-by: Lukas Zapolskas > --- > drivers/gpu/drm/panthor/panthor_device.c | 7 +++ > drivers/g

[RFC v2 3/8] drm/panthor: Add panthor_perf_init and panthor_perf_unplug

2024-12-11 Thread Lukas Zapolskas
Added the panthor_perf system initialization and unplug code to allow for the handling of userspace sessions to be added in follow-up patches. Signed-off-by: Lukas Zapolskas --- drivers/gpu/drm/panthor/panthor_device.c | 7 +++ drivers/gpu/drm/panthor/panthor_device.h | 5 +- drivers/gpu/drm/p