]> www.infradead.org Git - users/dwmw2/linux.git/commit
drm/amdgpu/gmc7: fix wait_for_idle callers
authorAlex Deucher <alexander.deucher@amd.com>
Tue, 19 Nov 2024 19:19:07 +0000 (14:19 -0500)
committerAlex Deucher <alexander.deucher@amd.com>
Thu, 21 Nov 2024 20:56:22 +0000 (15:56 -0500)
commit4c28e645aa3e4d697a02fc291b363702b8a6c921
treee04bb40a412248bddecf59c798aa6ea7a4298b69
parentda868898cf4c5ddbd1f7406e356edce5d7211eb5
drm/amdgpu/gmc7: fix wait_for_idle callers

The wait_for_idle signature was changed, but the callers
were not.

Reviewed-by: Sunil Khatri <sunil.khatri@amd.com>
Reported-by: Michel Dänzer <michel@daenzer.net>
Fixes: 82ae6619a450 ("drm/amdgpu: update the handle ptr in wait_for_idle")
Signed-off-by: Alex Deucher <alexander.deucher@amd.com>
Cc: Sunil Khatri <sunil.khatri@amd.com>
drivers/gpu/drm/amd/amdgpu/gmc_v7_0.c