Re: [PATCH 1/2] drm/panfrost: Add fdinfo support to Panfrost

2023-08-23 Thread Adrián Larumbe
Hi Steven, thanks for your feedback. On 21.08.2023 16:56, Steven Price wrote: >> We calculate the amount of time the GPU spends on a job with ktime samples, >> and then add it to the cumulative total for the open DRM file, which is >> what will be eventually exposed through the 'fdinfo' DRM file d

Re: [PATCH 1/2] drm/panfrost: Add fdinfo support to Panfrost

2023-08-21 Thread Steven Price
On 08/08/2023 23:22, Adrián Larumbe wrote: > We calculate the amount of time the GPU spends on a job with ktime samples, > and then add it to the cumulative total for the open DRM file, which is > what will be eventually exposed through the 'fdinfo' DRM file descriptor. > > Signed-off-by: Adrián L

[PATCH 1/2] drm/panfrost: Add fdinfo support to Panfrost

2023-08-08 Thread Adrián Larumbe
We calculate the amount of time the GPU spends on a job with ktime samples, and then add it to the cumulative total for the open DRM file, which is what will be eventually exposed through the 'fdinfo' DRM file descriptor. Signed-off-by: Adrián Larumbe --- drivers/gpu/drm/panfrost/panfrost_device