Re: [PATCH 3/3] drm/i915: Extract intel_atomic_swap_state()

2024-01-15 Thread Lisovskiy, Stanislav
On Tue, Dec 19, 2023 at 03:07:56PM +0200, Ville Syrjala wrote: > From: Ville Syrjälä > > Pull all the state swap stuff into its own function to declutter > intel_atomic_commit() a bit. > > Note that currently the state swap is spread across both > sides of the unprepare branch in intel_atomic_co

[PATCH 3/3] drm/i915: Extract intel_atomic_swap_state()

2023-12-19 Thread Ville Syrjala
From: Ville Syrjälä Pull all the state swap stuff into its own function to declutter intel_atomic_commit() a bit. Note that currently the state swap is spread across both sides of the unprepare branch in intel_atomic_commit(), but we can pull all of it ahead a bit since we bail on the first erro