Hi Dave and Daniel,
here's the PR for the latest fixes in drm-misc-next-fixes.
Best regards Thomas
drm-misc-next-fixes-2020-06-11: In core, DRM connectors now notify userspace of hotplug events via sysfs. In drivers, sun4i now uses 4 bits to store the clock's m divider; ast sets up 24/32-bit color mode correctly. The following changes since commit 9ca1f474cea0edc14a1d7ec933e5472c0ff115d3:
Merge tag 'amd-drm-next-5.8-2020-05-27' of git://people.freedesktop.org/~agd5f/linux into drm-next (2020-05-28 16:10:17 +1000)
are available in the Git repository at:
git://anongit.freedesktop.org/drm/drm-misc tags/drm-misc-next-fixes-2020-06-11
for you to fetch changes up to 291ddeb621e4a9f1ced8302a777fbd7fbda058c6:
drm/ast: fix missing break in switch statement for format->cpp[0] case 4 (2020-06-11 09:05:31 +0200)
---------------------------------------------------------------- In core, DRM connectors now notify userspace of hotplug events via sysfs. In drivers, sun4i now uses 4 bits to store the clock's m divider; ast sets up 24/32-bit color mode correctly.
---------------------------------------------------------------- Colin Ian King (1): drm/ast: fix missing break in switch statement for format->cpp[0] case 4
Jernej Skrabec (1): drm/sun4i: hdmi ddc clk: Fix size of m divider
Jeykumar Sankaran (1): drm/connector: notify userspace on hotplug after register complete
drivers/gpu/drm/ast/ast_mode.c | 1 + drivers/gpu/drm/drm_connector.c | 5 +++++ drivers/gpu/drm/drm_sysfs.c | 3 --- drivers/gpu/drm/sun4i/sun4i_hdmi.h | 2 +- drivers/gpu/drm/sun4i/sun4i_hdmi_ddc_clk.c | 2 +- 5 files changed, 8 insertions(+), 5 deletions(-)
dri-devel@lists.freedesktop.org