drm/i915: Split intel_update_crtc() into two parts
authorVille Syrjälä <ville.syrjala@linux.intel.com>
Thu, 7 Sep 2023 12:25:40 +0000 (15:25 +0300)
committerVille Syrjälä <ville.syrjala@linux.intel.com>
Wed, 8 Nov 2023 17:20:20 +0000 (19:20 +0200)
commitc39c93578106f035218078c300db6361cf6a326c
tree1761c3a277a7b0745785fbfe42bc44150e06fd50
parentd08361e1f66381ba615852cb6155f028a52a0fa4
drm/i915: Split intel_update_crtc() into two parts

Split intel_update_crtc() into two parts such that the first
part performs all the non-vblank evasion preparatory stuff,
and the second part just does the vblank evasion stuff.

For now we just call these back to back so that there is
no funcitonal change.

Signed-off-by: Ville Syrjälä <ville.syrjala@linux.intel.com>
Link: https://patchwork.freedesktop.org/patch/msgid/20230907122541.32261-3-ville.syrjala@linux.intel.com
Reviewed-by: Stanislav Lisovskiy <stanislav.lisovskiy@intel.com>
drivers/gpu/drm/i915/display/intel_display.c