Re: [PATCH 3/3] i915/guc: Accumulate active runtime on gt reset

2024-12-05 Thread John Harrison
On 11/27/2024 09:40, Umesh Nerlige Ramappa wrote: 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

[PATCH 3/3] i915/guc: Accumulate active runtime on gt reset

2024-11-27 Thread Umesh Nerlige Ramappa
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

Re: [PATCH 3/3] i915/guc: Accumulate active runtime on gt reset

2024-11-25 Thread Umesh Nerlige Ramappa
On Thu, Nov 21, 2024 at 04:37:31PM -0800, John Harrison wrote: On 11/18/2024 15:22, Umesh Nerlige Ramappa wrote: 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.

Re: [PATCH 3/3] i915/guc: Accumulate active runtime on gt reset

2024-11-21 Thread John Harrison
On 11/18/2024 15:22, Umesh Nerlige Ramappa wrote: 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. Fixes: 77cdd054dd2c ("drm/i915/pmu: Connect engine busyness sta

[PATCH 3/3] i915/guc: Accumulate active runtime on gt reset

2024-11-18 Thread Umesh Nerlige Ramappa
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. Fixes: 77cdd054dd2c ("drm/i915/pmu: Connect engine busyness stats from GuC to pmu") Signed-off-by: Umesh Nerlige R