Re: [Intel-gfx] [PATCH 2/3] drm/i915: Split intel_update_crtc() into two parts

2023-11-08 Thread Lisovskiy, Stanislav
On Thu, Sep 07, 2023 at 03:25:40PM +0300, Ville Syrjala wrote: > From: Ville Syrjälä > > 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 t

[Intel-gfx] [PATCH 2/3] drm/i915: Split intel_update_crtc() into two parts

2023-09-07 Thread Ville Syrjala
From: Ville Syrjälä 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: Vill