Re: [PATCH v3 0/6] drm/msm/dpu: simplify IRQ helpers

2022-03-03 Thread Dmitry Baryshkov
On Fri, 4 Mar 2022 at 00:23, Stephen Boyd wrote: > > Quoting Dmitry Baryshkov (2022-02-16 20:31:42) > > This is the second part of > > https://patchwork.freedesktop.org/series/91631/ reworked and cleaned up. > > > > Changes since v1: > > v2? And the series should have been v3. Thanks for pointing

Re: [PATCH v3 0/6] drm/msm/dpu: simplify IRQ helpers

2022-03-03 Thread Bjorn Andersson
On Thu 03 Mar 13:22 PST 2022, Stephen Boyd wrote: > Quoting Dmitry Baryshkov (2022-02-16 20:31:42) > > This is the second part of > > https://patchwork.freedesktop.org/series/91631/ reworked and cleaned up. > > > > Changes since v1: > > v2? > > > - Fix warning ins dpu_trace.h related to > >

Re: [PATCH v3 0/6] drm/msm/dpu: simplify IRQ helpers

2022-03-03 Thread Stephen Boyd
Quoting Dmitry Baryshkov (2022-02-16 20:31:42) > This is the second part of > https://patchwork.freedesktop.org/series/91631/ reworked and cleaned up. > > Changes since v1: v2? > - Fix warning ins dpu_trace.h related to >dpu_core_irq_unregister_callback event Any plans to migrate to hierarc

[PATCH v3 0/6] drm/msm/dpu: simplify IRQ helpers

2022-02-16 Thread Dmitry Baryshkov
This is the second part of https://patchwork.freedesktop.org/series/91631/ reworked and cleaned up. Changes since v1: - Fix warning ins dpu_trace.h related to dpu_core_irq_unregister_callback event Changes since v1: - Use ARRAY_SIZE() rather INTR_IDX_MAX when clearing irq arrays. Changes sin