Re: [PATCH v2] drm/i915/guc: Flush ct receive tasklet during reset preparation

2024-11-30 Thread Rodrigo Vivi
On Mon, Nov 04, 2024 at 01:41:03PM -0800, Zhanjun Dong wrote: > GuC to host communication is interrupt driven, the handling has 3 > parts: interrupt context, tasklet and request queue worker. > During GuC reset prepare, interrupt is disabled before destroy > contexts steps start. The IRQ and worker

[PATCH v2] drm/i915/guc: Flush ct receive tasklet during reset preparation

2024-11-04 Thread Zhanjun Dong
GuC to host communication is interrupt driven, the handling has 3 parts: interrupt context, tasklet and request queue worker. During GuC reset prepare, interrupt is disabled before destroy contexts steps start. The IRQ and worker are flushed to finish any outstanding in-progress message handling. B