Re: [PATCH 1/3] drm/scheduler: track GPU active time per entity

2022-09-16 Thread Andrey Grodzovsky
On 2022-09-16 05:12, Lucas Stach wrote: Am Donnerstag, dem 08.09.2022 um 14:33 -0400 schrieb Andrey Grodzovsky: On 2022-09-08 14:10, Lucas Stach wrote: Track the accumulated time that jobs from this entity were active on the GPU. This allows drivers using the scheduler to trivially implement

Re: [PATCH 1/3] drm/scheduler: track GPU active time per entity

2022-09-16 Thread Lucas Stach
Am Donnerstag, dem 08.09.2022 um 14:33 -0400 schrieb Andrey Grodzovsky: > On 2022-09-08 14:10, Lucas Stach wrote: > > Track the accumulated time that jobs from this entity were active > > on the GPU. This allows drivers using the scheduler to trivially > > implement the DRM fdinfo when the hardware

Re: [PATCH 1/3] drm/scheduler: track GPU active time per entity

2022-09-08 Thread Andrey Grodzovsky
On 2022-09-08 14:10, Lucas Stach wrote: Track the accumulated time that jobs from this entity were active on the GPU. This allows drivers using the scheduler to trivially implement the DRM fdinfo when the hardware doesn't provide more specific information than signalling job completion anyways.

[PATCH 1/3] drm/scheduler: track GPU active time per entity

2022-09-08 Thread Lucas Stach
Track the accumulated time that jobs from this entity were active on the GPU. This allows drivers using the scheduler to trivially implement the DRM fdinfo when the hardware doesn't provide more specific information than signalling job completion anyways. Signed-off-by: Lucas Stach --- drivers/g