Hi Dave, Daniel, Here's a few patches stuck in drm-misc-fixes for some time. Maxime drm-misc-fixes-2022-01-14: Two DT bindings fixes for meson, a device refcounting fix for sun4i, a probe fix for vga16fb, a locking fix for the CMA dma-buf heap and a compilation fix for ttm. The following changes since commit 67f74302f45d5d862f22ced3297624e50ac352f0: drm/nouveau: wait for the exclusive fence after the shared ones v2 (2021-12-21 09:24:31 +0100) are available in the Git repository at: git://anongit.freedesktop.org/drm/drm-misc tags/drm-misc-fixes-2022-01-14 for you to fetch changes up to 016017a195b86d9761e91cb052438bf71207a12f: drm/ttm: fix compilation on ARCH=um (2022-01-14 13:30:56 +0100) ---------------------------------------------------------------- Two DT bindings fixes for meson, a device refcounting fix for sun4i, a probe fix for vga16fb, a locking fix for the CMA dma-buf heap and a compilation fix for ttm. ---------------------------------------------------------------- Alexander Stein (2): dt-bindings: display: meson-vpu: Add missing amlogic,canvas property dt-bindings: display: meson-dw-hdmi: add missing sound-name-prefix property Javier Martinez Canillas (1): video: vga16fb: Only probe for EGA and VGA 16 color graphic cards Johannes Berg (1): drm/ttm: fix compilation on ARCH=um Miaoqian Lin (1): drm/sun4i: dw-hdmi: Fix missing put_device() call in sun8i_hdmi_phy_get Weizhao Ouyang (1): dma-buf: cma_heap: Fix mutex locking section .../bindings/display/amlogic,meson-dw-hdmi.yaml | 5 +++++ .../bindings/display/amlogic,meson-vpu.yaml | 6 ++++++ drivers/dma-buf/heaps/cma_heap.c | 6 ++++-- drivers/gpu/drm/sun4i/sun8i_hdmi_phy.c | 4 +++- drivers/gpu/drm/ttm/ttm_module.c | 4 +++- drivers/video/fbdev/vga16fb.c | 24 ++++++++++++++++++++++ 6 files changed, 45 insertions(+), 4 deletions(-)