Hi Dave and Daniel,
this week's PR for drm-misc-next-fixes contains a number of BO-related fixes in amdgpu, gma500 and radeon, and a documentation fix for dma-buf.
Best regards Thomas
drm-misc-next-fixes-2021-07-01: Short summary of fixes pull:
* amdgpu: TTM fixes * dma-buf: Doc fixes * gma500: Fix potential BO leaks in error handling * radeon: Fix NULL-ptr deref The following changes since commit eed75ce7c8260e0d5612ced4a88180ab991e207c:
drm/amdgpu: fix amdgpu_preempt_mgr_new() (2021-06-21 15:24:29 +0200)
are available in the Git repository at:
git://anongit.freedesktop.org/drm/drm-misc tags/drm-misc-next-fixes-2021-07-01
for you to fetch changes up to f18f58012ee894039cd59ee8c889bf499d7a3943:
drm/radeon: Fix NULL dereference when updating memory stats (2021-06-30 11:56:21 +0200)
---------------------------------------------------------------- Short summary of fixes pull:
* amdgpu: TTM fixes * dma-buf: Doc fixes * gma500: Fix potential BO leaks in error handling * radeon: Fix NULL-ptr deref
---------------------------------------------------------------- Jing Xiangfeng (1): drm/gma500: Add the missed drm_gem_object_put() in psb_user_framebuffer_create()
Mikel Rychliski (1): drm/radeon: Fix NULL dereference when updating memory stats
Nirmoy Das (1): drm/amdgpu: return early for non-TTM_PL_TT type BOs
Randy Dunlap (1): <linux/dma-resv.h>: correct a function name in kernel-doc
drivers/gpu/drm/amd/amdgpu/amdgpu_ttm.c | 3 ++- drivers/gpu/drm/gma500/framebuffer.c | 7 ++++++- drivers/gpu/drm/radeon/radeon_object.c | 29 ++++++++++++----------------- drivers/gpu/drm/radeon/radeon_object.h | 2 +- drivers/gpu/drm/radeon/radeon_ttm.c | 13 ++++++++++--- include/linux/dma-resv.h | 2 +- 6 files changed, 32 insertions(+), 24 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