Hi, Here is this week (and the first) drm-misc-fixes PR. Maxime drm-misc-fixes-2020-04-23: A few resources-related fixes (tidss, dp_mst, scheduler), probe fixes and DT bindings adjustments. The following changes since commit 8f3d9f354286745c751374f5f1fcafee6b3f3136: Linux 5.7-rc1 (2020-04-12 12:35:55 -0700) are available in the Git repository at: git://anongit.freedesktop.org/drm/drm-misc tags/drm-misc-fixes-2020-04-23 for you to fetch changes up to 9da67433f64eb89e5a7b47977507806c6ea026e7: drm/tidss: fix crash related to accessing freed memory (2020-04-20 10:07:35 +0300) ---------------------------------------------------------------- A few resources-related fixes (tidss, dp_mst, scheduler), probe fixes and DT bindings adjustments. ---------------------------------------------------------------- Christian König (1): drm/scheduler: fix drm_sched_get_cleanup_job Fabio Estevam (2): dt-bindings: display: ltk500hd1829: Remove the reg property dt-bindings: display: xpp055c272: Remove the reg property Marek Szyprowski (1): drm/bridge: analogix_dp: Split bind() into probe() and real bind() Markus Elfring (1): drm/meson: Delete an error message in meson_dw_hdmi_bind() Maxime Ripard (1): Merge v5.7-rc1 into drm-misc-fixes Mikita Lipski (1): drm/dp_mst: Zero assigned PBN when releasing VCPI slots Sam Ravnborg (1): dt-bindings: display: allow port and ports in panel-lvds Tomi Valkeinen (1): drm/tidss: fix crash related to accessing freed memory Vasily Khoruzhick (1): drm/bridge: anx6345: set correct BPC for display_info of connector .../display/panel/leadtek,ltk500hd1829.yaml | 1 - .../devicetree/bindings/display/panel/lvds.yaml | 10 ++++++++- .../bindings/display/panel/xinpeng,xpp055c272.yaml | 1 - drivers/gpu/drm/bridge/analogix/analogix-anx6345.c | 3 +++ drivers/gpu/drm/drm_dp_mst_topology.c | 1 + drivers/gpu/drm/meson/meson_dw_hdmi.c | 4 +--- drivers/gpu/drm/scheduler/sched_main.c | 2 +- drivers/gpu/drm/tidss/tidss_crtc.c | 16 ++++++++++++--- drivers/gpu/drm/tidss/tidss_encoder.c | 14 ++++++++++--- drivers/gpu/drm/tidss/tidss_plane.c | 24 ++++++++++++++++------ 10 files changed, 57 insertions(+), 19 deletions(-)