Re: [Intel-gfx] [PATCH 7/7] drm/i915: Consolidate all pre plane update vblank waits

2022-02-09 Thread Murthy, Arun R
> -Original Message- > From: Intel-gfx On Behalf Of Ville > Syrjala > Sent: Wednesday, February 9, 2022 5:05 PM > To: intel-gfx@lists.freedesktop.org > Subject: [Intel-gfx] [PATCH 7/7] drm/i915: Consolidate all pre plane update > vblank waits > > From: Vi

Re: [Intel-gfx] [PATCH 7/7] drm/i915: Consolidate all pre plane update vblank waits

2022-02-09 Thread Jani Nikula
On Wed, 09 Feb 2022, Ville Syrjala wrote: > From: Ville Syrjälä > > There are several reasons why we might have to do a vblank wait > between some of the pre_plane_update() steps and the actual > plane update. Currently we do a vblank wait for each of those > individually. Let's consolidate thing

[Intel-gfx] [PATCH 7/7] drm/i915: Consolidate all pre plane update vblank waits

2022-02-09 Thread Ville Syrjala
From: Ville Syrjälä There are several reasons why we might have to do a vblank wait between some of the pre_plane_update() steps and the actual plane update. Currently we do a vblank wait for each of those individually. Let's consolidate things so that we just do a single vblank wait at the end o