Hi Dave, Fixes for v6.9, description below The following changes since commit 4be445f5b6b6810baf397b2d159bd07c3573fd75: drm/msm/dpu: capture snapshot on the first commit_done timeout (2024-03-04 11:44:03 +0200) are available in the Git repository at: https://gitlab.freedesktop.org/drm/msm.git tags/drm-msm-next-2024-04-11 for you to fetch changes up to 9dc23cba0927d09cb481da064c8413eb9df42e2b: drm/msm/adreno: Set highest_bank_bit for A619 (2024-04-05 11:24:53 -0700) ---------------------------------------------------------------- Fixes for v6.9 Display: - Fixes for PM refcount leak when DP goes to disconnected state and also when link training fails. This is also one of the issues found with the pm runtime series - Add missing newlines to prints in msm_fb and msm_kms - Change permissions of some dpu debugfs entries which write to const data from catalog to read-only to avoid protection faults - Fix the interface table for the catalog of X1E80100. This is an important fix to bringup DP for X1E80100. - Logging fix to print the callback symbol in the invalid IRQ message case rather than printing when its known to be NULL. - Bindings fix to add DP node as child of mdss for mdss node - Minor typo fix in DP driver API which handles port status change GPU: - fix CHRASHDUMP_READ() - fix HHB (highest bank bit) for a619 to fix UBWC corruption ---------------------------------------------------------------- Abhinav Kumar (1): drm/msm/dp: fix typo in dp_display_handle_port_status_changed() Dmitry Baryshkov (3): drm/msm/dpu: don't allow overriding data from catalog drm/msm/dpu: make error messages at dpu_core_irq_register_callback() more sensible dt-bindings: display/msm: sm8150-mdss: add DP node Johan Hovold (2): drm/msm/dp: fix runtime PM leak on disconnect drm/msm/dp: fix runtime PM leak on connect failure Kuogee Hsieh (1): drm/msm/dp: assign correct DP controller ID to x1e80100 interface table Luca Weiss (1): drm/msm/adreno: Set highest_bank_bit for A619 Miguel Ojeda (1): drm/msm: fix the `CRASHDUMP_READ` target of `a6xx_get_shader_block()` Stephen Boyd (1): drm/msm: Add newlines to some debug prints .../bindings/display/msm/qcom,sm8150-mdss.yaml | 9 ++++++ drivers/gpu/drm/msm/adreno/a6xx_gpu.c | 4 +++ drivers/gpu/drm/msm/adreno/a6xx_gpu_state.c | 2 +- .../drm/msm/disp/dpu1/catalog/dpu_9_2_x1e80100.h | 34 ++++++++++++++++++++-- drivers/gpu/drm/msm/disp/dpu1/dpu_core_perf.c | 10 +++---- drivers/gpu/drm/msm/disp/dpu1/dpu_hw_interrupts.c | 8 ++--- drivers/gpu/drm/msm/dp/dp_display.c | 6 ++-- drivers/gpu/drm/msm/msm_fb.c | 6 ++-- drivers/gpu/drm/msm/msm_kms.c | 4 +-- 9 files changed, 63 insertions(+), 20 deletions(-)