Re: [Intel-gfx] [PATCH 5/9] drm/i915: Track runtime spent in closed GEM contexts

2020-09-14 Thread Mika Kuoppala
Tvrtko Ursulin writes: > From: Tvrtko Ursulin > > As GEM contexts are closed we want to have the DRM client remember how > much GPU time they used (per class) so later we can used it for smarter > purposes. > > Signed-off-by: Tvrtko Ursulin Reviewed-by: Mika Kuoppala > --- > drivers/gpu/drm

[Intel-gfx] [PATCH 5/9] drm/i915: Track runtime spent in closed GEM contexts

2020-09-14 Thread Tvrtko Ursulin
From: Tvrtko Ursulin As GEM contexts are closed we want to have the DRM client remember how much GPU time they used (per class) so later we can used it for smarter purposes. Signed-off-by: Tvrtko Ursulin --- drivers/gpu/drm/i915/gem/i915_gem_context.c | 12 +++- drivers/gpu/drm/i915/i9

[Intel-gfx] [PATCH 5/9] drm/i915: Track runtime spent in closed GEM contexts

2020-09-04 Thread Tvrtko Ursulin
From: Tvrtko Ursulin As GEM contexts are closed we want to have the DRM client remember how much GPU time they used (per class) so later we can used it for smarter purposes. Signed-off-by: Tvrtko Ursulin --- drivers/gpu/drm/i915/gem/i915_gem_context.c | 12 +++- drivers/gpu/drm/i915/i9

[Intel-gfx] [PATCH 5/9] drm/i915: Track runtime spent in closed GEM contexts

2020-04-15 Thread Tvrtko Ursulin
From: Tvrtko Ursulin As GEM contexts are closed we want to have the DRM client remember how much GPU time they used (per class) so later we can used it for smarter purposes. Signed-off-by: Tvrtko Ursulin --- drivers/gpu/drm/i915/gem/i915_gem_context.c | 12 +++- drivers/gpu/drm/i915/i9

[Intel-gfx] [PATCH 5/9] drm/i915: Track runtime spent in closed GEM contexts

2020-03-18 Thread Tvrtko Ursulin
From: Tvrtko Ursulin As GEM contexts are closed we want to have the DRM client remember how much GPU time they used (per class) so later we can used it for smarter purposes. Signed-off-by: Tvrtko Ursulin --- drivers/gpu/drm/i915/gem/i915_gem_context.c | 12 +++- drivers/gpu/drm/i915/i9