]> git.ipfire.org Git - thirdparty/linux.git/commit
drm/amdgpu: make amdgpu_user_wait_ioctl more resilent v2
authorChristian König <christian.koenig@amd.com>
Thu, 29 Jan 2026 11:58:10 +0000 (12:58 +0100)
committerAlex Deucher <alexander.deucher@amd.com>
Mon, 23 Mar 2026 18:02:27 +0000 (14:02 -0400)
commit1cc16538402a69d9d028e0cdb7b3bbe19e64019a
treef2a04cc6d575d9e329783fb682333d3678caa6ca
parent79b38858193474d4c35eb17cc238ea8f230f1671
drm/amdgpu: make amdgpu_user_wait_ioctl more resilent v2

When the memory allocated by userspace isn't sufficient for all the
fences then just wait on them instead of returning an error.

v2: use correct variable as pointed out by Sunil

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