Hello Ville,
Thank you so much. Changes Look Good to me.
Reviewed-by: Vidya Srinivas
> -Original Message-
> From: Ville Syrjala
> Sent: 27 November 2024 11:41
> To: intel-gfx@lists.freedesktop.org
> Cc: Brian Geffon ; Srinivas, Vidya
>
> Subject: [PATCH 1/4]
From: Ville Syrjälä
Currently we reuse the commit_work for a later cleanup step.
Let's not do that so that atomic ioctl handler won't accidentally
wait for the cleanup work when it really wants to just wait on the
commit_tail() part. We'll just add another work struct for the
cleanup.
Cc: Brian