]> www.infradead.org Git - users/jedix/linux-maple.git/commit
drm/amdgpu: Implement MES Suspend and Resume APIs for GFX11
authorMukul Joshi <mukul.joshi@amd.com>
Mon, 3 Jun 2024 15:48:23 +0000 (11:48 -0400)
committerAlex Deucher <alexander.deucher@amd.com>
Wed, 21 Aug 2024 02:14:04 +0000 (22:14 -0400)
commitccf8ef6b7506cc43e7fd504a85465c1c0786a107
tree7096250e82a95ed1f0bec7931d811e35a465b043
parent87758a0ef12cfebb9fab8ef1d0e234dd7b3f4579
drm/amdgpu: Implement MES Suspend and Resume APIs for GFX11

Add implementation for MES Suspend and Resume APIs to unmap/map
all queues for GFX11. Support for GFX12 will be added when the
corresponding firmware support is in place.

Signed-off-by: Mukul Joshi <mukul.joshi@amd.com>
Reviewed-by: Alex Deucher <alexander.deucher@amd.com>
Reviewed-by: Harish Kasiviswanathan <Harish.Kasiviswanathan@amd.com>
Signed-off-by: Alex Deucher <alexander.deucher@amd.com>
drivers/gpu/drm/amd/amdgpu/amdgpu_mes.c
drivers/gpu/drm/amd/amdgpu/amdgpu_mes.h
drivers/gpu/drm/amd/amdgpu/mes_v11_0.c