Hi Daniel, Dave, Here's this week drm-misc-fixes PR Maxime drm-misc-fixes-2022-06-09: One fix to handle DT errors in ti-sn65dsi83, a fix for a use-after-free in panfrost, two fixes for panel self-refresh handling, and one to fix multiple output support on AST. The following changes since commit f2906aa863381afb0015a9eb7fefad885d4e5a56: Linux 5.19-rc1 (2022-06-05 17:18:54 -0700) are available in the Git repository at: git://anongit.freedesktop.org/drm/drm-misc tags/drm-misc-fixes-2022-06-09 for you to fetch changes up to 477277c7fd43d48ae68cbdcaa7c0f82024a87421: drm/ast: Support multiple outputs (2022-06-09 10:27:49 +0200) ---------------------------------------------------------------- One fix to handle DT errors in ti-sn65dsi83, a fix for a use-after-free in panfrost, two fixes for panel self-refresh handling, and one to fix multiple output support on AST. ---------------------------------------------------------------- Brian Norris (2): drm/bridge: analogix_dp: Support PSR-exit to disable transition drm/atomic: Force bridge self-refresh-exit on CRTC switch Marek Vasut (1): drm/bridge: ti-sn65dsi83: Handle dsi_lanes == 0 as invalid Maxime Ripard (1): Merge v5.19-rc1 into drm-misc-fixes Steven Price (1): drm/panfrost: Job should reference MMU not file_priv Thomas Zimmermann (1): drm/ast: Support multiple outputs drivers/gpu/drm/ast/ast_dp.c | 5 ++- drivers/gpu/drm/ast/ast_dp501.c | 2 +- drivers/gpu/drm/ast/ast_drv.h | 9 +++-- drivers/gpu/drm/ast/ast_main.c | 21 +++++------ drivers/gpu/drm/ast/ast_mode.c | 38 +++++++++++--------- drivers/gpu/drm/ast/ast_post.c | 2 +- drivers/gpu/drm/bridge/analogix/analogix_dp_core.c | 42 +++++++++++++++++++--- drivers/gpu/drm/bridge/ti-sn65dsi83.c | 2 +- drivers/gpu/drm/drm_atomic_helper.c | 16 +++++++-- drivers/gpu/drm/panfrost/panfrost_drv.c | 5 +-- drivers/gpu/drm/panfrost/panfrost_job.c | 6 ++-- drivers/gpu/drm/panfrost/panfrost_job.h | 2 +- 12 files changed, 100 insertions(+), 50 deletions(-)