drm/amdgpu: add dce_v6_0_soft_reset() to DCE6
authorAlexandre Demers <alexandre.f.demers@gmail.com>
Sat, 1 Mar 2025 04:11:20 +0000 (23:11 -0500)
committerAlex Deucher <alexander.deucher@amd.com>
Wed, 5 Mar 2025 15:45:30 +0000 (10:45 -0500)
commitab23db6d08efdda5d13d01a66c593d0e57f8917f
tree79f6a9250cb0a9d4a670f0943315effcfb4e02fd
parent5f6021d52b159f5bdb0164e0ce0c31df40d5e2a9
drm/amdgpu: add dce_v6_0_soft_reset() to DCE6

DCE6 was missing soft reset, but it was easily identifiable under radeon.
This should be it, pretty much as it is done under DCE8 and DCE10.

Signed-off-by: Alexandre Demers <alexandre.f.demers@gmail.com>
Signed-off-by: Alex Deucher <alexander.deucher@amd.com>
drivers/gpu/drm/amd/amdgpu/dce_v6_0.c