Message ID | 20240405152951.1531555-1-nunes.erico@gmail.com (mailing list archive) |
---|---|
Headers | show |
Series | drm/lima: fix devfreq refcount imbalance for job timeouts | expand |
Serial is Reviewed-by: Qiang Yu <yuq825@gmail.com> On Fri, Apr 5, 2024 at 11:31 PM Erico Nunes <nunes.erico@gmail.com> wrote: > > v1 reference: > https://patchwork.freedesktop.org/series/131902/ > > Changes v1 -> v2: > - Split synchronize_irq of pp bcast irq change into (new) patch 2. > > Erico Nunes (3): > drm/lima: add mask irq callback to gp and pp > drm/lima: include pp bcast irq in timeout handler check > drm/lima: mask irqs in timeout path before hard reset > > drivers/gpu/drm/lima/lima_bcast.c | 12 ++++++++++++ > drivers/gpu/drm/lima/lima_bcast.h | 3 +++ > drivers/gpu/drm/lima/lima_gp.c | 8 ++++++++ > drivers/gpu/drm/lima/lima_pp.c | 18 ++++++++++++++++++ > drivers/gpu/drm/lima/lima_sched.c | 9 +++++++++ > drivers/gpu/drm/lima/lima_sched.h | 1 + > 6 files changed, 51 insertions(+) > > -- > 2.44.0 >
applied to drm-misc-next On Sat, Apr 6, 2024 at 3:32 PM Qiang Yu <yuq825@gmail.com> wrote: > > Serial is Reviewed-by: Qiang Yu <yuq825@gmail.com> > > On Fri, Apr 5, 2024 at 11:31 PM Erico Nunes <nunes.erico@gmail.com> wrote: > > > > v1 reference: > > https://patchwork.freedesktop.org/series/131902/ > > > > Changes v1 -> v2: > > - Split synchronize_irq of pp bcast irq change into (new) patch 2. > > > > Erico Nunes (3): > > drm/lima: add mask irq callback to gp and pp > > drm/lima: include pp bcast irq in timeout handler check > > drm/lima: mask irqs in timeout path before hard reset > > > > drivers/gpu/drm/lima/lima_bcast.c | 12 ++++++++++++ > > drivers/gpu/drm/lima/lima_bcast.h | 3 +++ > > drivers/gpu/drm/lima/lima_gp.c | 8 ++++++++ > > drivers/gpu/drm/lima/lima_pp.c | 18 ++++++++++++++++++ > > drivers/gpu/drm/lima/lima_sched.c | 9 +++++++++ > > drivers/gpu/drm/lima/lima_sched.h | 1 + > > 6 files changed, 51 insertions(+) > > > > -- > > 2.44.0 > >