drm/amdgpu:Remove sdma halt/unhalt during frontdoor load
authorMangesh Gadre <Mangesh.Gadre@amd.com>
Wed, 21 Jun 2023 08:55:05 +0000 (16:55 +0800)
committerAlex Deucher <alexander.deucher@amd.com>
Fri, 30 Jun 2023 17:11:35 +0000 (13:11 -0400)
commit7f03b1d14d51371fcbb8acba2f8bf037cd8807fa
tree3a318a29857d750663d9ccee097fd2c6b4f93e26
parent4ff96bcc0d40b66bf3ddd6010830e9a4f9b85d53
drm/amdgpu:Remove sdma halt/unhalt during frontdoor load

sdma halt/unhalt is performed by psp when frontdoor
loading used,so this can be skipped.

v2: Instead of removing halt/unhalt completely,
    driver will do it only during backdoor load.

Signed-off-by: Mangesh Gadre <Mangesh.Gadre@amd.com>
Reviewed-by: Lijo Lazar <lijo.lazar@amd.com>
Reviewed-by: Asad Kamal <asad.kamal@amd.com>
Signed-off-by: Alex Deucher <alexander.deucher@amd.com>
drivers/gpu/drm/amd/amdgpu/sdma_v4_4_2.c