[PATCH] drm/msm/dpu: drop rogue intr_tear_rd_ptr values

2025-04-10 Thread Dmitry Baryshkov
The commit 5a9d50150c2c ("drm/msm/dpu: shift IRQ indices by 1") shifted IRQ indices by 1, making 'NO_IRQ' to be 0 rather than -1 (and allowing to skip the definition if the IRQ is not present). Several platform files were sketched before that commit, but got applied afterwards. As such, they inheri

Re: [PATCH] drm/msm/dpu: drop rogue intr_tear_rd_ptr values

2025-04-08 Thread Abhinav Kumar
On 4/8/2025 6:02 AM, Dmitry Baryshkov wrote: The commit 5a9d50150c2c ("drm/msm/dpu: shift IRQ indices by 1") shifted IRQ indices by 1, making 'NO_IRQ' to be 0 rather than -1 (and allowing to skip the definition if the IRQ is not present). Several platform files were sketched before that commit