diff options
author | Danilo Krummrich <dakr@redhat.com> | 2023-08-10 01:50:14 +0300 |
---|---|---|
committer | Christian König <christian.koenig@amd.com> | 2023-08-10 10:01:00 +0300 |
commit | 806fd6d005ad7aa9e217d47063e5b12b25143402 (patch) | |
tree | 3d3f3fa7573e079c5d19cc4487f6659dd750622b /include/drm/ttm | |
parent | d01cb0457de7acf67eee2ff674eaf5fed6b969ef (diff) | |
download | linux-806fd6d005ad7aa9e217d47063e5b12b25143402.tar.xz |
drm/test: drm_exec: fix memory leak on object prepare
drm_exec_prepare_obj() and drm_exec_prepare_array() both reserve
dma-fence slots and hence a dma_resv_list without ever freeing it.
Make sure to call drm_gem_private_object_fini() for each GEM object
passed to drm_exec_prepare_obj()/drm_exec_prepare_array() throughout the
test to fix this up.
While at it, remove some trailing empty lines.
Fixes: 9710631cc8f3 ("drm: add drm_exec selftests v4")
Signed-off-by: Danilo Krummrich <dakr@redhat.com>
Reviewed-by: Christian König <christian.koenig@amd.com>
Link: https://patchwork.freedesktop.org/patch/msgid/20230809225034.8803-1-dakr@redhat.com
Signed-off-by: Christian König <christian.koenig@amd.com>
Diffstat (limited to 'include/drm/ttm')
0 files changed, 0 insertions, 0 deletions