]> git.itanic.dy.fi Git - linux-stable/commit
drm/amdgpu: fix the missed handling for SDMA2 and SDMA3
authorGuchun Chen <guchun.chen@amd.com>
Fri, 26 Nov 2021 05:06:15 +0000 (13:06 +0800)
committerAlex Deucher <alexander.deucher@amd.com>
Wed, 1 Dec 2021 22:00:55 +0000 (17:00 -0500)
commit7551f70ab93d0f3371b28e996f7583e3be1d9a72
tree5b01b6540614ee96fba0bb4cb6d671d9fb53eedb
parent1053b9c948e614473819a1a5bcaff6d44e680dcf
drm/amdgpu: fix the missed handling for SDMA2 and SDMA3

There is no base reg offset or ip_version set for SDMA2
and SDMA3 on SIENNA_CICHLID, so add them.

Signed-off-by: Guchun Chen <guchun.chen@amd.com>
Reviewed-by: Kevin Wang <kevinyang.wang@amd.com>
Signed-off-by: Alex Deucher <alexander.deucher@amd.com>
drivers/gpu/drm/amd/amdgpu/amdgpu_discovery.c