Home
last modified time | relevance | path

Searched refs:past_runtime (Results 1 - 3 of 3) sorted by relevance

/kernel/linux/linux-6.6/drivers/gpu/drm/i915/
H A Di915_drm_client.h29 * @past_runtime: Accumulation of pphwsp runtimes from closed contexts.
31 atomic64_t past_runtime[I915_LAST_UABI_ENGINE_CLASS + 1]; member
H A Di915_drm_client.c75 u64 total = atomic64_read(&client->past_runtime[class]); in show_client_class()
/kernel/linux/linux-6.6/drivers/gpu/drm/i915/gem/
H A Di915_gem_context.c1053 GEM_BUG_ON(class >= ARRAY_SIZE(client->past_runtime)); in accumulate_runtime()
1055 &client->past_runtime[class]); in accumulate_runtime()

Completed in 4 milliseconds