]> git.ipfire.org Git - thirdparty/kernel/linux.git/commit
drm/amdgpu: fix error handling in ib_schedule()
authorAlex Deucher <alexander.deucher@amd.com>
Mon, 29 Dec 2025 20:24:10 +0000 (15:24 -0500)
committerAlex Deucher <alexander.deucher@amd.com>
Tue, 20 Jan 2026 22:25:40 +0000 (17:25 -0500)
commit5eb680a06007f2f6ea333d11a4e29039da90614b
tree7cfec4b1c87952b8917b71f30314b2523a7a6795
parent4321c5cac7f21e88d3bae9a67d5a6008d0b4a9c4
drm/amdgpu: fix error handling in ib_schedule()

If fence emit fails, free the fence if necessary.

Reviewed-by: Christian König <christian.koenig@amd.com>
Signed-off-by: Alex Deucher <alexander.deucher@amd.com>
drivers/gpu/drm/amd/amdgpu/amdgpu_ib.c