[Intel-gfx] [PULL] drm-misc-fixes
Maarten Lankhorst
maarten.lankhorst at linux.intel.com
Thu Mar 5 10:19:20 UTC 2020
drm-misc-fixes-2020-03-05:
Fixes for v5.6.rc5:
- Fix memory leak
- Fix resource id creation race in virtio.
- Various mmap fixes.
- Fix fence leak in ttm_buffer_object_transfer().
- Fixes for sun4i VI layer format support.
- kirin: Revert "Fix for hikey620 display offset problem"
The following changes since commit dde2bb2da01e96c17f0a44b4a3cf72a30e66e3ef:
drm/panfrost: perfcnt: Reserve/use the AS attached to the perfcnt MMU context (2020-02-12 14:27:29 -0600)
are available in the Git repository at:
git://anongit.freedesktop.org/drm/drm-misc tags/drm-misc-fixes-2020-03-05
for you to fetch changes up to 1b79cfd99ff5127e6a143767b51694a527b3ea38:
drm: kirin: Revert "Fix for hikey620 display offset problem" (2020-03-04 13:29:05 +0000)
----------------------------------------------------------------
Fixes for v5.6.rc5:
- Fix memory leak
- Fix resource id creation race in virtio.
- Various mmap fixes.
- Fix fence leak in ttm_buffer_object_transfer().
- Fixes for sun4i VI layer format support.
- kirin: Revert "Fix for hikey620 display offset problem"
----------------------------------------------------------------
Ahzo (1):
drm/ttm: fix leaking fences via ttm_buffer_object_transfer
Cong Wang (1):
dma-buf: free dmabuf->name in dma_buf_release()
Gerd Hoffmann (3):
drm/shmem: add support for per object caching flags.
drm/virtio: fix mmap page attributes
drm/shmem: drop pgprot_decrypted()
Icenowy Zheng (1):
drm/bridge: analogix-anx6345: fix set of link bandwidth
Jernej Skrabec (3):
drm/sun4i: de2/de3: Remove unsupported VI layer formats
drm/sun4i: Add separate DE3 VI layer formats
drm/sun4i: Fix DE2 VI layer format support
John Bates (1):
drm/virtio: fix resource id creation race
John Stultz (1):
drm: kirin: Revert "Fix for hikey620 display offset problem"
Tomeu Vizoso (1):
drm/panfrost: Don't try to map on error faults
drivers/dma-buf/dma-buf.c | 1 +
drivers/gpu/drm/bridge/analogix/analogix-anx6345.c | 3 +-
drivers/gpu/drm/drm_gem_shmem_helper.c | 16 +++-
drivers/gpu/drm/hisilicon/kirin/kirin_ade_reg.h | 1 -
drivers/gpu/drm/hisilicon/kirin/kirin_drm_ade.c | 20 ----
drivers/gpu/drm/panfrost/panfrost_mmu.c | 44 ++++-----
drivers/gpu/drm/sun4i/sun8i_mixer.c | 104 ++++++++++++++++++---
drivers/gpu/drm/sun4i/sun8i_mixer.h | 11 +++
drivers/gpu/drm/sun4i/sun8i_vi_layer.c | 66 +++++++++++--
drivers/gpu/drm/ttm/ttm_bo_util.c | 1 +
drivers/gpu/drm/virtio/virtgpu_object.c | 5 +-
include/drm/drm_gem_shmem_helper.h | 5 +
12 files changed, 202 insertions(+), 75 deletions(-)
More information about the Intel-gfx
mailing list