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
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.
...
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) {
>
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