Re: [PATCH] drm/i915/uc: Include requested frequency in slow firmware load messages

2025-01-17 Thread Krzysztof Karas
Hi, > > > + guc_warn(guc, "excessive init time: [freq = %dMHz -> %dMHz vs > > > %dMHz, perf_limit_reasons = 0x%08X]\n", > > > + before_freq, intel_rps_read_actual_frequency(>->rps), > > > + intel_rps_get_requested_frequency(>->rps), > > While, -> is cle

Re: [PATCH] drm/i915/uc: Include requested frequency in slow firmware load messages

2025-01-16 Thread John Harrison
On 1/16/2025 03:52, Krzysztof Karas wrote: Hi John, From: John Harrison To aid debug of sporadic issues, include the requested frequency in the debug message as well as the actual frequency. That way we know for certain that the clamping is not because the driver forgot to ask. ...

Re: [PATCH] drm/i915/uc: Include requested frequency in slow firmware load messages

2025-01-16 Thread Krzysztof Karas
Hi John, > From: John Harrison > > To aid debug of sporadic issues, include the requested frequency in > the debug message as well as the actual frequency. That way we know > for certain that the clamping is not because the driver forgot to ask. > ... > } else if (delta_ms > 200) { >

[PATCH] drm/i915/uc: Include requested frequency in slow firmware load messages

2024-12-20 Thread John . C . Harrison
From: John Harrison To aid debug of sporadic issues, include the requested frequency in the debug message as well as the actual frequency. That way we know for certain that the clamping is not because the driver forgot to ask. Signed-off-by: John Harrison Reviewed-by: Vinay Belgaumkar --- dri