Re: [PATCH v2] drm/i915/gt: use new tasklet API for execution list

From: Emil Renner Berthing
Date: Tue Jan 26 2021 - 10:20:35 EST


On Tue, 26 Jan 2021 at 16:13, Chris Wilson <chris@xxxxxxxxxxxxxxxxxx> wrote:
> Quoting Emil Renner Berthing (2021-01-26 15:01:55)
> > This converts the driver to use the new tasklet API introduced in
> > commit 12cc923f1ccc ("tasklet: Introduce new initialization API")
> >
> > Signed-off-by: Emil Renner Berthing <kernel@xxxxxxxx>
> >
> > ---
> > v2: Rebased on drm-intel-next
>
> Ta. Saves me having to do the fixup.
>
> Reviewed-by: Chris Wilson <chris@xxxxxxxxxxxxxxxxxx>
>
> Will be applied to drm-intel-gt-next which is scheduled for inclusion in
> 5.13. It should apply against the 5.12 merge window if there's a tree
> through which you want to migrate the tasklet API faster.

That's fine by me, thanks!

/Emil