applied to drm-misc-next On Sat, Apr 6, 2024 at 3:32 PM Qiang Yu <yuq825@xxxxxxxxx> wrote: > > Serial is Reviewed-by: Qiang Yu <yuq825@xxxxxxxxx> > > On Fri, Apr 5, 2024 at 11:31 PM Erico Nunes <nunes.erico@xxxxxxxxx> 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 > >