Re: [PATCH v3 3/6] drm/msm/dpu: add helper to get IRQ-related data

2023-07-29 Thread Marijn Suijten
On 2023-07-29 02:31:57, Dmitry Baryshkov wrote: > In preparation to reworking the IRQ indices, move irq_tbl access to > separate helper. Nit: "to _a_ separate helper" > > Reviewed-by: Marijn Suijten > Signed-off-by: Dmitry Baryshkov > --- > .../gpu/drm/msm/disp/dpu1/dpu_hw_interrupts.c | 48 +

[PATCH v3 3/6] drm/msm/dpu: add helper to get IRQ-related data

2023-07-28 Thread Dmitry Baryshkov
In preparation to reworking the IRQ indices, move irq_tbl access to separate helper. Reviewed-by: Marijn Suijten Signed-off-by: Dmitry Baryshkov --- .../gpu/drm/msm/disp/dpu1/dpu_hw_interrupts.c | 48 +-- .../gpu/drm/msm/disp/dpu1/dpu_hw_interrupts.h | 12 +++-- 2 files changed,