]> www.infradead.org Git - users/jedix/linux-maple.git/commit
drm/amdgpu: don't swallow errors in amdgpu_userqueue_resume_all()
authorAlex Deucher <alexander.deucher@amd.com>
Thu, 10 Apr 2025 17:17:08 +0000 (13:17 -0400)
committerAlex Deucher <alexander.deucher@amd.com>
Mon, 21 Apr 2025 14:49:32 +0000 (10:49 -0400)
commit94fc88f680f94e1c41eb994e6c84873696ddcc6e
treeb154b8d3edb8f3f6bd5c3af79000773a4eed53ab
parentc2c722217af4d2d17de8665968975a70a08046ea
drm/amdgpu: don't swallow errors in amdgpu_userqueue_resume_all()

since we loop through the queues |= the errors.

Reviewed-by: Sunil Khatri <sunil.khatri@amd.com>
Signed-off-by: Alex Deucher <alexander.deucher@amd.com>
drivers/gpu/drm/amd/amdgpu/amdgpu_userqueue.c