]> git.ipfire.org Git - thirdparty/kernel/linux.git/commit
i915/guc: Accumulate active runtime on gt reset
authorUmesh Nerlige Ramappa <umesh.nerlige.ramappa@intel.com>
Wed, 27 Nov 2024 17:40:06 +0000 (09:40 -0800)
committerTvrtko Ursulin <tursulin@ursulin.net>
Tue, 17 Dec 2024 10:15:15 +0000 (10:15 +0000)
commit1622ed27d26ab4c234476be746aa55bcd39159dd
tree8b123c1b3524ba6216cda0779e455ed9e3308d7d
parent59a0b46788d58fdcee8d2f6b4e619d264a1799bf
i915/guc: Accumulate active runtime on gt reset

On gt reset, if a context is running, then accumulate it's active time
into the busyness counter since there will be no chance for the context
to switch out and update it's run time.

v2: Move comment right above the if (John)

Fixes: 77cdd054dd2c ("drm/i915/pmu: Connect engine busyness stats from GuC to pmu")
Signed-off-by: Umesh Nerlige Ramappa <umesh.nerlige.ramappa@intel.com>
Reviewed-by: John Harrison <John.C.Harrison@Intel.com>
Link: https://patchwork.freedesktop.org/patch/msgid/20241127174006.190128-4-umesh.nerlige.ramappa@intel.com
(cherry picked from commit 7ed047da59cfa1acb558b95169d347acc8d85da1)
Signed-off-by: Tvrtko Ursulin <tursulin@ursulin.net>
drivers/gpu/drm/i915/gt/uc/intel_guc_submission.c