Re: [PATCH v4 5/7] drm/msm/dpu: stop using raw IRQ indices in the kernel output

2023-07-30 Thread Marijn Suijten
On 2023-07-30 01:27:06, Dmitry Baryshkov wrote: > In preparation to reworking IRQ indcies, stop using raw indices in IRQ indices* > kernel output (both printk and debugfs). Instead use a pair of register > index and bit. This corresponds closer to the values in HW catalog. > > Signed-off-by: Dmi

[PATCH v4 5/7] drm/msm/dpu: stop using raw IRQ indices in the kernel output

2023-07-29 Thread Dmitry Baryshkov
In preparation to reworking IRQ indcies, stop using raw indices in kernel output (both printk and debugfs). Instead use a pair of register index and bit. This corresponds closer to the values in HW catalog. Signed-off-by: Dmitry Baryshkov --- drivers/gpu/drm/msm/disp/dpu1/dpu_encoder.c | 26 ++