]> www.infradead.org Git - linux-platform-drivers-x86.git/commit
drm/msm/disp/dpu1: increase the range of interrupts in dpu_irq_map
authorKrishna Manikandan <mkrishn@codeaurora.org>
Tue, 6 Apr 2021 06:01:33 +0000 (11:31 +0530)
committerRob Clark <robdclark@chromium.org>
Wed, 7 Apr 2021 18:05:48 +0000 (11:05 -0700)
commita8eca8a1a524b96a49a8f7f172bfc9a8f4320e40
treea3434f128a4f2ec00cfcd3d3c55bff5d0886bd54
parent7e6ee55320f09cef73163ac6a2ffaca2aa17334f
drm/msm/disp/dpu1: increase the range of interrupts in dpu_irq_map

Currently, each register in the dpu interrupt set is allowed
to have a maximum of 32 interrupts. With the introduction
of INTF_5_VSYNC and INTF_5_UNDERRUN irqs for EDP panel,
the total number of interrupts under INTR_STATUS register
in dpu_irq_map will exceed 32. Increase the range of each
interrupt register to 64 to handle this.

This patch has dependency on the below series:
https://patchwork.kernel.org/project/linux-arm-msm/list/?series=461193

Signed-off-by: Krishna Manikandan <mkrishn@codeaurora.org>
Link: https://lore.kernel.org/r/1617688895-26275-2-git-send-email-mkrishn@codeaurora.org
Signed-off-by: Rob Clark <robdclark@chromium.org>
drivers/gpu/drm/msm/disp/dpu1/dpu_hw_interrupts.c