drm-misc-fixes-2020-09-09: drm-misc-fixes for v5.9-rc5: - Fix double free in virtio. - Add missing put_device in sun4i, and other fixes. - Small ingenic fixes. - Handle sun4i alpha on lowest plane correctly. - Remove output->enabled from virtio, as it should use crtc_state. - Fix tve200 enable/disable. - Documentation fix. - Fix virtio unblank. The following changes since commit 7fd5b25499bcec157dd4de9a713425efcf4571cd: drm/omap: fix incorrect lock state (2020-08-25 12:05:15 +0300) are available in the Git repository at: git://anongit.freedesktop.org/drm/drm-misc tags/drm-misc-fixes-2020-09-09 for you to fetch changes up to fc7f148feb8975784bd40e41fff875d33f698be8: drm/virtio: drop virtio_gpu_output->enabled (2020-09-04 13:11:32 +0200) ---------------------------------------------------------------- drm-misc-fixes for v5.9-rc5: - Fix double free in virtio. - Add missing put_device in sun4i, and other fixes. - Small ingenic fixes. - Handle sun4i alpha on lowest plane correctly. - Remove output->enabled from virtio, as it should use crtc_state. - Fix tve200 enable/disable. - Documentation fix. - Fix virtio unblank. ---------------------------------------------------------------- Gerd Hoffmann (2): drm/virtio: fix unblank drm/virtio: drop virtio_gpu_output->enabled Gurchetan Singh (1): drm/virtio: Revert "drm/virtio: Call the right shmem helpers" Jernej Skrabec (1): drm/sun4i: Fix DE2 YVU handling Krzysztof Kozlowski (2): dma-buf: Fix kerneldoc of dma_buf_set_name() dma-buf: fence-chain: Document missing dma_fence_chain_init() parameter in kerneldoc Linus Walleij (1): drm/tve200: Stabilize enable/disable Maxime Ripard (2): drm/sun4i: backend: Support alpha property on lowest plane drm/sun4i: backend: Disable alpha on the lowest plane on the A20 Ondrej Jirman (1): drm/sun4i: Fix dsi dcs long write function Paul Cercueil (2): drm/ingenic: Fix leak of device_node pointer drm/ingenic: Fix driver not probing when IPU port is missing Randy Dunlap (1): Documentation: fix dma-buf.rst underline length warning Yu Kuai (1): drm/sun4i: add missing put_device() call in sun8i_r40_tcon_tv_set_mux() Documentation/driver-api/dma-buf.rst | 2 +- drivers/dma-buf/dma-buf.c | 6 +++--- drivers/dma-buf/dma-fence-chain.c | 1 + drivers/gpu/drm/ingenic/ingenic-drm-drv.c | 20 ++++++++++++-------- drivers/gpu/drm/sun4i/sun4i_backend.c | 4 +--- drivers/gpu/drm/sun4i/sun4i_tcon.c | 8 ++++++-- drivers/gpu/drm/sun4i/sun6i_mipi_dsi.c | 4 ++-- drivers/gpu/drm/sun4i/sun8i_vi_layer.c | 2 +- drivers/gpu/drm/tve200/tve200_display.c | 22 +++++++++++++++++++++- drivers/gpu/drm/virtio/virtgpu_display.c | 15 +++++++++++---- drivers/gpu/drm/virtio/virtgpu_drv.h | 2 +- drivers/gpu/drm/virtio/virtgpu_object.c | 8 +++++++- drivers/gpu/drm/virtio/virtgpu_plane.c | 6 ++++-- 13 files changed, 71 insertions(+), 29 deletions(-) _______________________________________________ dri-devel mailing list dri-devel@xxxxxxxxxxxxxxxxxxxxx https://lists.freedesktop.org/mailman/listinfo/dri-devel