drm/i915: Separate intel_crtc_disable_noatomic_begin/complete()
authorImre Deak <imre.deak@intel.com>
Wed, 10 May 2023 10:31:22 +0000 (13:31 +0300)
committerImre Deak <imre.deak@intel.com>
Tue, 16 May 2023 13:53:46 +0000 (16:53 +0300)
commit3ad41442d7bf5b3af0de927e14ed92b39da68224
treef05676206086184b3704aaac8cc5c44b377f203f
parentdb4069fcbdc5c8bc03424934a3395b39b71d9dc6
drm/i915: Separate intel_crtc_disable_noatomic_begin/complete()

Split calling the CRTC/encoder disabling hooks and updating the CRTC and
DPLL object states from updating the CRTC and atomic state and other
global state (BW, CDCLK, DBUF) into separate functions. When disabling a
bigjoiner configuration the latter step can be done only after all the
linked pipes are disabled, so this change prepares for that.

No functional changes.

Cc: Ville Syrjälä <ville.syrjala@linux.intel.com>
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/20230510103131.1618266-6-imre.deak@intel.com
drivers/gpu/drm/i915/display/intel_modeset_setup.c