Re: [PATCH 3/6] drm/ttm: fix error handling in ttm_buffer_object_transfer

2025-06-23 Thread Matthew Brost
On Mon, Jun 16, 2025 at 03:07:23PM +0200, Christian König wrote: > Unlocking the resv object was missing in the error path, additionally to > that we should move over the resource only after the fence slot was > reserved. > > Signed-off-by: Christian König Fixes tag? You probably can merge this

[PATCH 3/6] drm/ttm: fix error handling in ttm_buffer_object_transfer

2025-06-16 Thread Christian König
Unlocking the resv object was missing in the error path, additionally to that we should move over the resource only after the fence slot was reserved. Signed-off-by: Christian König --- drivers/gpu/drm/ttm/ttm_bo_util.c | 13 +++-- 1 file changed, 7 insertions(+), 6 deletions(-) diff --