]> Gentwo Git Trees - linux/.git/commit
drm/i915/cdclk: Extract intel_cdclk_update_crtc_min_cdclk()
authorVille Syrjälä <ville.syrjala@linux.intel.com>
Tue, 23 Sep 2025 17:19:32 +0000 (20:19 +0300)
committerVille Syrjälä <ville.syrjala@linux.intel.com>
Fri, 10 Oct 2025 23:50:44 +0000 (02:50 +0300)
commit25b0657e7fe849897bb28831860a50c7ab6ad707
tree31572dca17eb634f202f62341adc8eb86402851c
parentdd45d5a615d1b5697bdc21b44d8668bf25d16e48
drm/i915/cdclk: Extract intel_cdclk_update_crtc_min_cdclk()

Hide the cdclk state details better by providing a helper
(intel_cdclk_update_crtc_min_cdclk()) by which the crtc code
can inform the cdclk code about a new per-pipe min_cdclk value.

Note that this is currently being called once per-plane, but
it'll be changed to be just a single call for the whole pipe
later.

Signed-off-by: Ville Syrjälä <ville.syrjala@linux.intel.com>
Link: https://patchwork.freedesktop.org/patch/msgid/20250923171943.7319-11-ville.syrjala@linux.intel.com
Reviewed-by: Mika Kahola <mika.kahola@intel.com>
drivers/gpu/drm/i915/display/intel_cdclk.c
drivers/gpu/drm/i915/display/intel_cdclk.h
drivers/gpu/drm/i915/display/intel_plane.c