[Intel-gfx] [PATCH] drm/i915/pmu: Wait longer for busyness data to be available from GuC

2021-12-08 Thread Umesh Nerlige Ramappa
live_engine_busy_stats waits for busyness to start ticking before sampling busyness for the test sample duration. The wait accesses an MMIO register and the uncore call to read it takes up to 3 ms in the worst case. This can result in the wait timing out since the MMIO read itself consumes up the t

Re: [Intel-gfx] [PATCH] drm/i915/pmu: Wait longer for busyness data to be available from GuC

2021-12-08 Thread Matthew Brost
On Tue, Dec 07, 2021 at 06:15:12PM -0800, Umesh Nerlige Ramappa wrote: > live_engine_busy_stats waits for busyness to start ticking before > sampling busyness for the test sample duration. The wait accesses an > MMIO register and the uncore call to read it takes up to 3 ms in the > worst case. This

Re: [Intel-gfx] [PATCH] drm/i915/pmu: Wait longer for busyness data to be available from GuC

2021-12-08 Thread Jani Nikula
On Tue, 07 Dec 2021, Umesh Nerlige Ramappa wrote: > live_engine_busy_stats waits for busyness to start ticking before > sampling busyness for the test sample duration. The wait accesses an > MMIO register and the uncore call to read it takes up to 3 ms in the > worst case. This can result in the

[Intel-gfx] [PATCH] drm/i915/pmu: Wait longer for busyness data to be available from GuC

2021-12-07 Thread Umesh Nerlige Ramappa
live_engine_busy_stats waits for busyness to start ticking before sampling busyness for the test sample duration. The wait accesses an MMIO register and the uncore call to read it takes up to 3 ms in the worst case. This can result in the wait timing out since the MMIO read itself comsumes up the t