This pull request contains few tiny fixes targeting 5.19. The biggest one is the fix for the dp event thread wait condition. The following changes since commit 36a1d1bda77e1851bddfa9cf4e8ada94476dbaff: drm/msm: Fix null pointer dereferences without iommu (2022-05-02 10:11:44 -0700) are available in the Git repository at: https://gitlab.freedesktop.org/lumag/msm.git msm-next-lumag for you to fetch changes up to e402369f0b16d1518a9c7c7ffaaee9a90b2de6a5: drm/msm/dp: fix event thread stuck in wait_event after kthread_stop() (2022-05-04 21:46:40 +0300) ---------------------------------------------------------------- Abhinav Kumar (1): drm/msm/dpu: add missing break statement for update_pending_flush_wb() Dmitry Baryshkov (2): drm/msm/dpu: don't access mode pointer before it is set drm/msm/dsi: fix address for second DSI PHY on SDM660 Konrad Dybcio (1): drm/msm/disp: dpu1: Properly sort qcm2290_dpu_caps Kuogee Hsieh (1): drm/msm/dp: fix event thread stuck in wait_event after kthread_stop() Vinod Polimera (1): drm/msm/disp/dpu1: avoid clearing hw interrupts if hw_intr is null during drm uninit .../gpu/drm/msm/disp/dpu1/dpu_encoder_phys_wb.c | 3 +-- drivers/gpu/drm/msm/disp/dpu1/dpu_hw_catalog.c | 22 +++++++++++----------- drivers/gpu/drm/msm/disp/dpu1/dpu_hw_ctl.c | 1 + drivers/gpu/drm/msm/disp/dpu1/dpu_hw_interrupts.c | 3 +++ drivers/gpu/drm/msm/dp/dp_display.c | 13 +++++++++---- drivers/gpu/drm/msm/dsi/phy/dsi_phy_14nm.c | 2 +- 6 files changed, 26 insertions(+), 18 deletions(-)