]> www.infradead.org Git - users/jedix/linux-maple.git/commit
drm/amdgpu/mes11: drop amdgpu_mes_suspend()/amdgpu_mes_resume() calls
authorAlex Deucher <alexander.deucher@amd.com>
Thu, 20 Feb 2025 15:42:30 +0000 (10:42 -0500)
committerAlex Deucher <alexander.deucher@amd.com>
Thu, 27 Feb 2025 21:50:03 +0000 (16:50 -0500)
commit1d72fc2e9e04e8f83599b309dbde06807273775f
tree9d0b7e7579596ef2059db9622e174d5f7e080445
parenteaa3feb16d3b8fbb787cc6c0c16c45bf654d806a
drm/amdgpu/mes11: drop amdgpu_mes_suspend()/amdgpu_mes_resume() calls

They are noops on GFX11 for most firmware versions. KFD already
handles its own queues and they should already be unmapped at this
point so even if this runs, it's not doing anything.

Reviewed-by: Shaoyun.liu <Shaoyun.liu@amd.com>
Signed-off-by: Alex Deucher <alexander.deucher@amd.com>
drivers/gpu/drm/amd/amdgpu/mes_v11_0.c