Hi Dave, Daniel,
Here's this week drm-misc-fixes PR
Maxime
drm-misc-fixes-2021-12-02: Switch back to drm_poll for virtio, multiple fixes (memory leak, improper error check, some functional fixes too) for vc4, memory leak fix in dma-buf, The following changes since commit e048834c209a02e3776bcc47d43c6d863e3a67ca:
drm/hyperv: Fix device removal on Gen1 VMs (2021-11-23 10:56:12 -0800)
are available in the Git repository at:
git://anongit.freedesktop.org/drm/drm-misc tags/drm-misc-fixes-2021-12-02
for you to fetch changes up to 679d94cd7d900871e5bc9cf780bd5b73af35ab42:
dma-buf: system_heap: Use 'for_each_sgtable_sg' in pages free flow (2021-12-01 15:30:10 +0530)
---------------------------------------------------------------- Switch back to drm_poll for virtio, multiple fixes (memory leak, improper error check, some functional fixes too) for vc4, memory leak fix in dma-buf,
---------------------------------------------------------------- Guangming (1): dma-buf: system_heap: Use 'for_each_sgtable_sg' in pages free flow
Gurchetan Singh (2): drm/virtgpu api: define a dummy fence signaled event drm/virtio: use drm_poll(..) instead of virtio_gpu_poll(..)
Maxime Ripard (6): drm/vc4: kms: Wait for the commit before increasing our clock rate drm/vc4: kms: Fix return code check drm/vc4: kms: Add missing drm_crtc_commit_put drm/vc4: kms: Clear the HVS FIFO commit pointer once done drm/vc4: kms: Don't duplicate pending commit drm/vc4: kms: Fix previous HVS commit wait
drivers/dma-buf/heaps/system_heap.c | 2 +- drivers/gpu/drm/vc4/vc4_kms.c | 42 +++++++++++++++------------------- drivers/gpu/drm/virtio/virtgpu_drv.c | 42 +--------------------------------- drivers/gpu/drm/virtio/virtgpu_drv.h | 1 - drivers/gpu/drm/virtio/virtgpu_ioctl.c | 2 +- include/uapi/drm/virtgpu_drm.h | 7 ++++++ 6 files changed, 29 insertions(+), 67 deletions(-)
dri-devel@lists.freedesktop.org