Re: [Intel-gfx] [PATCH v3 09/16] drm/i915/pxp: Implement PXP irq handler

2021-04-09 Thread Rodrigo Vivi
On Sun, Mar 28, 2021 at 03:57:01PM -0700, Daniele Ceraolo Spurio wrote: > From: "Huang, Sean Z" > > The HW will generate a teardown interrupt when session termination is > required, which requires i915 to submit a terminating batch. Once the HW > is done with the termination it will generate anot

[Intel-gfx] [PATCH v3 09/16] drm/i915/pxp: Implement PXP irq handler

2021-03-28 Thread Daniele Ceraolo Spurio
From: "Huang, Sean Z" The HW will generate a teardown interrupt when session termination is required, which requires i915 to submit a terminating batch. Once the HW is done with the termination it will generate another interrupt, at which point it is safe to re-create the session. Since the term