[Intel-gfx] [PATCH 8/9] drm/i915: Split ivb+ sprite plane update into noarm+arm pair

2021-10-18 Thread Ville Syrjala
From: Ville Syrjälä Chop ivb_sprite_update() into two halves. Fist half becomes the _noarm() variant, second part the _arm() variant. Fortunately I have already previously grouped the register writes into roughtly the correct order, so the split looks surprisingly clean. Didn't bother with i915

Re: [Intel-gfx] [PATCH 8/9] drm/i915: Split ivb+ sprite plane update into noarm+arm pair

2021-11-03 Thread Lisovskiy, Stanislav
On Mon, Oct 18, 2021 at 02:50:29PM +0300, Ville Syrjala wrote: > From: Ville Syrjälä > > Chop ivb_sprite_update() into two halves. Fist half becomes > the _noarm() variant, second part the _arm() variant. > > Fortunately I have already previously grouped the register > writes into roughtly the c