]> www.infradead.org Git - users/jedix/linux-maple.git/commit
drm/amdgpu: use gmc_v7_0_is_idle() since it is available under GMC7
authorAlexandre Demers <alexandre.f.demers@gmail.com>
Sat, 22 Mar 2025 18:37:42 +0000 (14:37 -0400)
committerAlex Deucher <alexander.deucher@amd.com>
Mon, 7 Apr 2025 19:18:32 +0000 (15:18 -0400)
commit62e0b8f76651f5a85f8524fec73027a8f6407128
tree04fc7b12e6ba6e3ec6cf47717275820cb6d9b04b
parentcc9428d5336aec746ffeb3d13ee2cf49756b157d
drm/amdgpu: use gmc_v7_0_is_idle() since it is available under GMC7

gmc_v7_0_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/gmc_v7_0.c