> -----Original Message-----
> From: Intel-gfx <[email protected]> On Behalf Of Ville 
> Syrjala
> Sent: Monday, 13 October 2025 23.13
> To: [email protected]
> Cc: [email protected]
> Subject: [PATCH 8/9] drm/i915: Include the per-crtc minimum cdclk in the crtc 
> state dump
> 
> From: Ville Syrjälä <[email protected]>
> 
> Include the crtc minimum cdclk in the crtc state dump. Might help figuring 
> out who needed how much cdclk.
> 

Reviewed-by: Mika Kahola <[email protected]>

> Signed-off-by: Ville Syrjälä <[email protected]>
> ---
>  drivers/gpu/drm/i915/display/intel_crtc_state_dump.c | 4 ++--
>  1 file changed, 2 insertions(+), 2 deletions(-)
> 
> diff --git a/drivers/gpu/drm/i915/display/intel_crtc_state_dump.c 
> b/drivers/gpu/drm/i915/display/intel_crtc_state_dump.c
> index a14bcda4446c..23e25e97d060 100644
> --- a/drivers/gpu/drm/i915/display/intel_crtc_state_dump.c
> +++ b/drivers/gpu/drm/i915/display/intel_crtc_state_dump.c
> @@ -314,9 +314,9 @@ void intel_crtc_state_dump(const struct intel_crtc_state 
> *pipe_config,
>       drm_printf(&p, "pipe mode: " DRM_MODE_FMT "\n",
>                  DRM_MODE_ARG(&pipe_config->hw.pipe_mode));
>       intel_dump_crtc_timings(&p, &pipe_config->hw.pipe_mode);
> -     drm_printf(&p, "port clock: %d, pipe src: " DRM_RECT_FMT ", pixel rate 
> %d\n",
> +     drm_printf(&p, "port clock: %d, pipe src: " DRM_RECT_FMT ", pixel rate
> +%d, min cdclk %d\n",
>                  pipe_config->port_clock, 
> DRM_RECT_ARG(&pipe_config->pipe_src),
> -                pipe_config->pixel_rate);
> +                pipe_config->pixel_rate, pipe_config->min_cdclk);
> 
>       drm_printf(&p, "linetime: %d, ips linetime: %d\n",
>                  pipe_config->linetime, pipe_config->ips_linetime);
> --
> 2.49.1

Reply via email to