]> www.infradead.org Git - users/jedix/linux-maple.git/commit
drm/i915: Extract intel_post_plane_update_after_readout()
authorVille Syrjälä <ville.syrjala@linux.intel.com>
Mon, 16 Sep 2024 15:29:58 +0000 (18:29 +0300)
committerVille Syrjälä <ville.syrjala@linux.intel.com>
Thu, 19 Sep 2024 11:41:43 +0000 (14:41 +0300)
commit92699ba9561a032fa3b4a9f5c5dfd24bc9678c46
tree85fb93be7a7cb0e00549fbad13557d37ee86e46b
parent84d2d0430f0833cdf52a3d051906add051f20ef0
drm/i915: Extract intel_post_plane_update_after_readout()

Clean up the main commit_tail() codepath a bit by pulling
the post plane update steps that need to performed after
readout into their own little function
(intel_post_plane_update_after_readout()).

Declutters intel_atomic_commit_tail() a bit, and should
hopefully aid in keeping intel_pre_plane_update() vs.
intel_post_plane_update*() in sync.

Signed-off-by: Ville Syrjälä <ville.syrjala@linux.intel.com>
Link: https://patchwork.freedesktop.org/patch/msgid/20240916152958.17332-3-ville.syrjala@linux.intel.com
Reviewed-by: Luca Coelho <luciano.coelho@intel.com>
drivers/gpu/drm/i915/display/intel_display.c