[PATCH v1 4/6] drm/lima: handle spurious timeouts due to high irq latency

Erico Nunes nunes.erico at gmail.com
Thu Jan 18 11:38:15 UTC 2024


On Thu, Jan 18, 2024 at 3:46 AM Qiang Yu <yuq825 at gmail.com> wrote:
>
> On Wed, Jan 17, 2024 at 11:12 AM Erico Nunes <nunes.erico at gmail.com> wrote:
> > diff --git a/drivers/gpu/drm/lima/lima_sched.h b/drivers/gpu/drm/lima/lima_sched.h
> > index 6a11764d87b3..34050facb110 100644
> > --- a/drivers/gpu/drm/lima/lima_sched.h
> > +++ b/drivers/gpu/drm/lima/lima_sched.h
> > @@ -29,6 +29,8 @@ struct lima_sched_task {
> >         bool recoverable;
> >         struct lima_bo *heap;
> >
> > +       struct dma_fence *done_fence;
> This is same as the following fence, do we really need a duplicated one?

Checking again now, I think we can reuse the existing one.


More information about the lima mailing list