drm/ttm: fix memleak in ttm_transfered_destroy
authorChristian König <christian.koenig@amd.com>
Wed, 20 Oct 2021 17:19:46 +0000 (19:19 +0200)
committerChristian König <christian.koenig@amd.com>
Thu, 21 Oct 2021 13:27:21 +0000 (15:27 +0200)
commit0db55f9a1bafbe3dac750ea669de9134922389b5
treef8397a3dc990bd16b462fa243882b9c6204203c7
parent74056092ff415e7e20ce2544689b32ee811c4f0b
drm/ttm: fix memleak in ttm_transfered_destroy

We need to cleanup the fences for ghost objects as well.

Signed-off-by: Christian König <christian.koenig@amd.com>
Reported-by: Erhard F. <erhard_f@mailbox.org>
Tested-by: Erhard F. <erhard_f@mailbox.org>
Reviewed-by: Huang Rui <ray.huang@amd.com>
Bug: https://bugzilla.kernel.org/show_bug.cgi?id=214029
Bug: https://bugzilla.kernel.org/show_bug.cgi?id=214447
CC: <stable@vger.kernel.org>
Link: https://patchwork.freedesktop.org/patch/msgid/20211020173211.2247-1-christian.koenig@amd.com
drivers/gpu/drm/ttm/ttm_bo_util.c