[git pull] drm fixes for 5.9-rc5
Dave Airlie
airlied at gmail.com
Fri Sep 11 07:20:15 UTC 2020
Hi Linus,
Regular fixes, not much a major amount. One thing though is Laurent
fixed some Kconfig issues, and I'm carrying the rapidio kconfig change
so the drm one for xlnx driver works. He hadn't got a response from
rapidio maintainers.
Otherwise, virtio, sun4i, tve200, ingenic have some fixes, one audio
fix for i915 and a core docs fix.
DAve.
drm-fixes-2020-09-11:
drm fixes for 5.9-rc5
rapidio/xlnx kconfig fix.
core:
- Documentation fix.
i915:
- audio regression fix
virtio:
- Fix double free in virtio.
- Fix virtio unblank.
- Remove output->enabled from virtio, as it should use crtc_state.
sun4i:
- Add missing put_device in sun4i, and other fixes.
- Handle sun4i alpha on lowest plane correctly.
tv200:
- Fix tve200 enable/disable.
ingenic
- Small ingenic fixes.
The following changes since commit 20561da3a2e1e0e827ef5510cb0f74bcfd377e41:
Revert "drm/i915/gem: Delete unused code" (2020-09-08 15:45:27 +1000)
are available in the Git repository at:
git://anongit.freedesktop.org/drm/drm tags/drm-fixes-2020-09-11
for you to fetch changes up to 7f7a47952c0f981f9c9a6409c8cf8d025d55af64:
Merge tag 'drm-misc-fixes-2020-09-09' of
git://anongit.freedesktop.org/drm/drm-misc into drm-fixes (2020-09-11
09:49:23 +1000)
----------------------------------------------------------------
drm fixes for 5.9-rc5
rapidio/xlnx kconfig fix.
core:
- Documentation fix.
i915:
- audio regression fix
virtio:
- Fix double free in virtio.
- Fix virtio unblank.
- Remove output->enabled from virtio, as it should use crtc_state.
sun4i:
- Add missing put_device in sun4i, and other fixes.
- Handle sun4i alpha on lowest plane correctly.
tv200:
- Fix tve200 enable/disable.
ingenic
- Small ingenic fixes.
----------------------------------------------------------------
Dave Airlie (3):
Merge tag 'drm-xlnx-dpsub-fixes-20200905' of
git://linuxtv.org/pinchartl/media into drm-fixes
Merge tag 'drm-intel-fixes-2020-09-10' of
git://anongit.freedesktop.org/drm/drm-intel into drm-fixes
Merge tag 'drm-misc-fixes-2020-09-09' of
git://anongit.freedesktop.org/drm/drm-misc into drm-fixes
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
Kai Vehmanen (1):
drm/i915: fix regression leading to display audio probe failure on GLK
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
Laurent Pinchart (2):
rapidio: Replace 'select' DMAENGINES 'with depends on'
drm: xlnx: dpsub: Fix DMADEVICES Kconfig dependency
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/i915/display/intel_display.c | 10 ++++------
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 ++++--
drivers/gpu/drm/xlnx/Kconfig | 1 +
drivers/rapidio/Kconfig | 2 +-
16 files changed, 77 insertions(+), 36 deletions(-)
More information about the dri-devel
mailing list