]> www.infradead.org Git - users/jedix/linux-maple.git/commit
drm/amdgpu/mes12: drop amdgpu_mes_suspend()/amdgpu_mes_resume() calls
authorAlex Deucher <alexander.deucher@amd.com>
Thu, 20 Feb 2025 14:58:25 +0000 (09:58 -0500)
committerAlex Deucher <alexander.deucher@amd.com>
Thu, 27 Feb 2025 20:52:43 +0000 (15:52 -0500)
commit4343f814e53f461c3040dfd3481aa7d8fcd02449
tree81d002185e9544e67c4a8c3f0f858ce850a8214f
parent82c13da746d24af7f2179bdceca46f950879896b
drm/amdgpu/mes12: drop amdgpu_mes_suspend()/amdgpu_mes_resume() calls

They are noops on GFX12.  There is no suspend/resume all support
in firmware so the function doesn't do anything.  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_v12_0.c