summaryrefslogtreecommitdiff
path: root/include/linux
diff options
context:
space:
mode:
authorSrinivasan Shanmugam <srinivasan.shanmugam@amd.com>2026-02-10 17:55:05 +0300
committerAlex Deucher <alexander.deucher@amd.com>2026-02-23 22:16:31 +0300
commit7abc868acf804e1340b6e2978c255fa490710543 (patch)
treeb6d7222e9577884209a536613297b543aa29fb10 /include/linux
parentd3499de3b737f3f6a2058382f7bff641c74f52a4 (diff)
downloadlinux-7abc868acf804e1340b6e2978c255fa490710543.tar.xz
drm/amdgpu: Make amdgpu_fence_emit() non-failing v2
dma_fence_wait(old, false) is not interruptible and cannot return an error. Drop the unreachable error handling in amdgpu_fence_emit(). Since the function can no longer fail, convert amdgpu_fence_emit() to return void and remove return value handling from all callers. v2: - Add comment explaining why dma_fence_wait(..., false) return value is ignored (Alex) Suggested-by: Christian König <christian.koenig@amd.com> Cc: Alex Deucher <alexander.deucher@amd.com> Signed-off-by: Srinivasan Shanmugam <srinivasan.shanmugam@amd.com> Reviewed-by: Alex Deucher <alexander.deucher@amd.com> Signed-off-by: Alex Deucher <alexander.deucher@amd.com>
Diffstat (limited to 'include/linux')
0 files changed, 0 insertions, 0 deletions