Re: [Freedreno] [PATCH v3 6/6] drm/msm/dpu: shift IRQ indices by 1

2023-07-29 Thread Marijn Suijten
On 2023-07-29 02:32:00, Dmitry Baryshkov wrote: > In order to simplify IRQ declarations, shift IRQ indices by 1. This > makes 0 the 'no IRQ' value. Thanks to this change, we do no longer have > to explicitly set the 'no interrupt' fields in catalog structures. > > Signed-off-by: Dmitry Baryshkov

[Freedreno] [PATCH v3 6/6] drm/msm/dpu: shift IRQ indices by 1

2023-07-28 Thread Dmitry Baryshkov
In order to simplify IRQ declarations, shift IRQ indices by 1. This makes 0 the 'no IRQ' value. Thanks to this change, we do no longer have to explicitly set the 'no interrupt' fields in catalog structures. Signed-off-by: Dmitry Baryshkov --- .../msm/disp/dpu1/catalog/dpu_3_0_msm8998.h | 4