Re: [PATCH 3/3] drm/lima: add show_fdinfo for drm usage stats

2023-03-12 Thread Qiang Yu
On Mon, Mar 13, 2023 at 7:31 AM Erico Nunes wrote: > > This exposes an accumulated active time per client via the fdinfo > infrastructure per execution engine, following > Documentation/gpu/drm-usage-stats.rst. > In lima, the exposed execution engines are gp and pp. > > Signed-off-by: Erico Nunes

[PATCH 3/3] drm/lima: add show_fdinfo for drm usage stats

2023-03-12 Thread Erico Nunes
This exposes an accumulated active time per client via the fdinfo infrastructure per execution engine, following Documentation/gpu/drm-usage-stats.rst. In lima, the exposed execution engines are gp and pp. Signed-off-by: Erico Nunes --- drivers/gpu/drm/lima/lima_drv.c | 31 ++