]> git.baikalelectronics.ru Git - kernel.git/commit
drm/msm/dpu: Fix address of SM8150 PINGPONG5 IRQ register
authorRobert Foss <robert.foss@linaro.org>
Thu, 19 Aug 2021 13:36:36 +0000 (15:36 +0200)
committerRob Clark <robdclark@chromium.org>
Tue, 12 Oct 2021 00:30:53 +0000 (17:30 -0700)
commit4f485b81f2c34bfdc4fcb96ca3007d135ea72e22
treef49313c559b635208cd40f9818c866c04dd89fea
parent8d8320ad3450296d0bf7499b42379fec14b85453
drm/msm/dpu: Fix address of SM8150 PINGPONG5 IRQ register

Both PINGPONG4 and PINGPONG5 IRQ registers are using the
same address, which is incorrect. PINGPONG4 should use the
register offset 30, and PINGPONG5 should use the register
offset 31 according to the downstream driver.

Fixes: 817dc3379870 ("drm/msm/dpu: replace IRQ lookup with the data in hw catalog")
Signed-off-by: Robert Foss <robert.foss@linaro.org>
Reviewed-by: Dmitry Baryshkov <dmitry.baryshkov@linaro.org>
Link: https://lore.kernel.org/r/20210819133636.2045766-1-robert.foss@linaro.org
Signed-off-by: Dmitry Baryshkov <dmitry.baryshkov@linaro.org>
Signed-off-by: Rob Clark <robdclark@chromium.org>
drivers/gpu/drm/msm/disp/dpu1/dpu_hw_catalog.c