Hi Dave, A few late fixes for v6.4.. meant to send this out last week but got distracted setting my new x13s. The following changes since commit 5c054db54c43a5fcb5cc81012361f5e3fac37637: drm/msm: Be more shouty if per-process pgtables aren't working (2023-05-17 08:53:47 -0700) are available in the Git repository at: https://gitlab.freedesktop.org/drm/msm.git tags/drm-msm-fixes-2023-06-04 for you to fetch changes up to 203a878ae6f483fa6a99895f90bddd425626b9d2: drm/msm/a6xx: initialize GMU mutex earlier (2023-06-04 09:59:03 -0700) ---------------------------------------------------------------- A few more late fixes for v6.4-rc6 + Fix max segment size to address splat on newer a6xx + Disable PSR by default w/ modparam to re-enable, since there still seems to be a lingering issue + Fix HPD issue + Fix issue with unitialized GMU mutex ---------------------------------------------------------------- Abhinav Kumar (1): drm/msm/dp: add module parameter for PSR Dmitry Baryshkov (1): drm/msm/a6xx: initialize GMU mutex earlier Kuogee Hsieh (1): drm/msm/dp: enable HDP plugin/unplugged interrupts at hpd_enable/disable Rob Clark (1): drm/msm: Set max segment size earlier drivers/gpu/drm/msm/adreno/a6xx_gmu.c | 2 - drivers/gpu/drm/msm/adreno/a6xx_gpu.c | 2 + drivers/gpu/drm/msm/dp/dp_catalog.c | 15 ++++++- drivers/gpu/drm/msm/dp/dp_catalog.h | 3 +- drivers/gpu/drm/msm/dp/dp_display.c | 77 +++++++++++------------------------ drivers/gpu/drm/msm/msm_drv.c | 4 +- 6 files changed, 44 insertions(+), 59 deletions(-)