]> www.infradead.org Git - users/jedix/linux-maple.git/commit
drm/amdgpu: use cik_sdma_is_idle() in CIK SDMA
authorAlexandre Demers <alexandre.f.demers@gmail.com>
Sat, 22 Mar 2025 18:37:43 +0000 (14:37 -0400)
committerAlex Deucher <alexander.deucher@amd.com>
Mon, 7 Apr 2025 19:18:32 +0000 (15:18 -0400)
commit60c53fe7bc13fb1ecf1d886c073a973371cb3c4a
tree865d191dd4421e23f9cdd8c7cd1366b43f3e4364
parent62e0b8f76651f5a85f8524fec73027a8f6407128
drm/amdgpu: use cik_sdma_is_idle() in CIK SDMA

cik_sdma_is_idle() does exactly what we need, so use it.

V2: fix parameter (Alex)

Signed-off-by: Alexandre Demers <alexandre.f.demers@gmail.com>
Signed-off-by: Alex Deucher <alexander.deucher@amd.com>
drivers/gpu/drm/amd/amdgpu/cik_sdma.c