Hi Rob
Here is the second pull request for the fixes for 5.19.
This goes on top of the previous pull request.
Mainly it has the foll fixes:
- Fix to add minimum ICC vote in the msm_mdss pm_resume path to address bootup splats - Fix to avoid dereferencing without checking in WB encoder - Fix to avoid crash during suspend in DP driver by ensuring interrupt mask bits are updated - Remove unused code from dpu_encoder_virt_atomic_check() - Fix to remove redundant init of dsc variable
Thanks
Abhinav
The following changes since commit 1a5409facf9ceba401f83925c6d15bae2121d29c:
Merge tag 'msm-next-5.19-fixes' of https://gitlab.freedesktop.org/abhinavk/msm into msm-fixes-staging (2022-05-19 11:21:17 -0700)
are available in the git repository at:
https://gitlab.freedesktop.org/abhinavk/msm.git tags/msm-next-5.19-fixes-06-01
for you to fetch changes up to b9364eed9232f3d2a846f68c2307eb25c93cc2d0:
drm/msm/dpu: Move min BW request and full BW disable back to mdss (2022-06-01 16:16:19 -0700)
---------------------------------------------------------------- 5.19 fixes for msm-next
---------------------------------------------------------------- Douglas Anderson (1): drm/msm/dpu: Move min BW request and full BW disable back to mdss
Haowen Bai (1): drm/msm/dpu: Fix pointer dereferenced before checking
Jiapeng Chong (1): drm/msm/dpu: Remove unused code
Kuogee Hsieh (1): drm/msm/dp: Always clear mask bits to disable interrupts at dp_ctrl_reset_irq_ctrl()
Vinod Koul (1): drm/msm/disp/dpu1: remove superfluous init
drivers/gpu/drm/msm/disp/dpu1/dpu_encoder.c | 3 --- drivers/gpu/drm/msm/disp/dpu1/dpu_encoder_phys_wb.c | 4 ++-- drivers/gpu/drm/msm/disp/dpu1/dpu_kms.c | 8 -------- drivers/gpu/drm/msm/dp/dp_ctrl.c | 9 +++++++-- drivers/gpu/drm/msm/msm_mdss.c | 57 +++++++++++++++++++++++++++++++++++++++++++++++++++++++++ 5 files changed, 66 insertions(+), 15 deletions(-)