Re: [Intel-gfx] [PATCH 04/13] drm/i915/dsb: Introduce intel_dsb_finish()

2023-02-02 Thread Manna, Animesh
> -Original Message- > From: Intel-gfx On Behalf Of Ville > Syrjala > Sent: Wednesday, January 18, 2023 10:01 PM > To: intel-gfx@lists.freedesktop.org > Subject: [Intel-gfx] [PATCH 04/13] drm/i915/dsb: Introduce intel_dsb_finish() > > From: Ville Syrjälä &

[Intel-gfx] [PATCH 04/13] drm/i915/dsb: Introduce intel_dsb_finish()

2023-01-18 Thread Ville Syrjala
From: Ville Syrjälä Introduce a function to emits whatever commands we need at the end of the DSB command buffer. For the moment we only do the tail cacheline alignment there, but eventually we might want eg. emit an interrupt. Signed-off-by: Ville Syrjälä ---