]> www.infradead.org Git - users/dwmw2/linux.git/commit
drm/i915: Factor out a helper to check/compute all the CRTC states
authorImre Deak <imre.deak@intel.com>
Thu, 21 Sep 2023 19:51:56 +0000 (22:51 +0300)
committerImre Deak <imre.deak@intel.com>
Thu, 28 Sep 2023 09:52:19 +0000 (12:52 +0300)
commit1050e4c2368eabe309193f89281259784f542a41
tree5588445f7f4214fa868005ee73b4cef1bb0eeb6f
parente3b269049103444ccbaafdaa470571d44322375b
drm/i915: Factor out a helper to check/compute all the CRTC states

Factor out intel_atomic_check_config() to check and compute all the CRTC
states. This will be used by a follow up patch to recompute/check the
state until required by BW limitations between CRTCs.

Reviewed-by: Ville Syrjälä <ville.syrjala@linux.intel.com>
Signed-off-by: Imre Deak <imre.deak@intel.com>
Link: https://patchwork.freedesktop.org/patch/msgid/20230921195159.2646027-9-imre.deak@intel.com
drivers/gpu/drm/i915/display/intel_display.c