Re: [PATCH v5 1/8] drm/msm/dpu: fix the irq index in dpu_encoder_phys_wb_wait_for_commit_done

2023-08-07 Thread Abhinav Kumar
On 8/2/2023 3:04 AM, Dmitry Baryshkov wrote: Since commit 1e7ac595fa46 ("drm/msm/dpu: pass irq to dpu_encoder_helper_wait_for_irq()") the dpu_encoder_phys_wb_wait_for_commit_done expects the IRQ index rather than the IRQ index in phys_enc->intr table, however writeback got the older

Re: [PATCH v5 1/8] drm/msm/dpu: fix the irq index in dpu_encoder_phys_wb_wait_for_commit_done

2023-08-06 Thread Marijn Suijten
On 2023-08-02 13:04:19, Dmitry Baryshkov wrote: > Since commit 1e7ac595fa46 ("drm/msm/dpu: pass irq to > dpu_encoder_helper_wait_for_irq()") the > dpu_encoder_phys_wb_wait_for_commit_done expects the IRQ index rather > than the IRQ index in phys_enc->intr table, however writeback got the > older

[PATCH v5 1/8] drm/msm/dpu: fix the irq index in dpu_encoder_phys_wb_wait_for_commit_done

2023-08-02 Thread Dmitry Baryshkov
Since commit 1e7ac595fa46 ("drm/msm/dpu: pass irq to dpu_encoder_helper_wait_for_irq()") the dpu_encoder_phys_wb_wait_for_commit_done expects the IRQ index rather than the IRQ index in phys_enc->intr table, however writeback got the older invocation in place. This was unnoticed for several