Hi Dave and Daniel,
here's this week's PR for drm-misc-fixes.
Best regards Thomas
drm-misc-fixes-2021-01-12: * dma-buf: Fix a memory leak in CMAV heap * drm: Fix format check for legacy pageflips * ttm: Pass correct address to dma_mapping_error(); Use mutex in pool shrinker The following changes since commit a73858ef4d5e1d425e171f0f6a52864176a6a979:
drm/ttm: unexport ttm_pool_init/fini (2021-01-07 14:25:43 +0100)
are available in the Git repository at:
git://anongit.freedesktop.org/drm/drm-misc tags/drm-misc-fixes-2021-01-12
for you to fetch changes up to bb52cb0dec8d2fecdb22843a805131478a180728:
drm/ttm: make the pool shrinker lock a mutex (2021-01-12 14:02:08 +0100)
---------------------------------------------------------------- Short summary of fixes pull:
* dma-buf: Fix a memory leak in CMAV heap * drm: Fix format check for legacy pageflips * ttm: Pass correct address to dma_mapping_error(); Use mutex in pool shrinker
---------------------------------------------------------------- Bas Nieuwenhuizen (1): drm: Check actual format for legacy pageflip.
Christian König (1): drm/ttm: make the pool shrinker lock a mutex
Jeremy Cline (1): drm/ttm: Fix address passed to dma_mapping_error() in ttm_pool_map()
John Stultz (1): dma-buf: cma_heap: Fix memory leak in CMA heap
drivers/dma-buf/heaps/cma_heap.c | 3 +++ drivers/gpu/drm/drm_plane.c | 9 ++++++++- drivers/gpu/drm/ttm/ttm_pool.c | 22 +++++++++++----------- 3 files changed, 22 insertions(+), 12 deletions(-)
-- Thomas Zimmermann Graphics Driver Developer SUSE Software Solutions Germany GmbH Maxfeldstr. 5, 90409 Nürnberg, Germany (HRB 36809, AG Nürnberg) Geschäftsführer: Felix Imendörffer
dri-devel@lists.freedesktop.org