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

2023-07-29 Thread Marijn Suijten
On 2023-07-29 02:31:59, Dmitry Baryshkov wrote: > 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

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

2023-07-29 Thread Marijn Suijten
Title suggestion: replace "stop using" with "Replace RAW IRQ indices in prints with tuple" or something else that describes what the new case is that we can expect after this PR was applied (at your discretion, it might be hard to fit that in 72 chars). Otherwise this reads as if you just dropped

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

2023-07-28 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 --- .../gpu/drm/msm/disp/dpu1/dpu_hw_interrupts.c | 49 ++