drm/amd/pm: add smu13 ip support for moment(V3)
authorAaron Liu <aaron.liu@amd.com>
Wed, 2 Dec 2020 02:01:43 +0000 (10:01 +0800)
committerAlex Deucher <alexander.deucher@amd.com>
Fri, 4 Jun 2021 20:03:10 +0000 (16:03 -0400)
commit20761d0a797931356b3adf4240d72fde0be5fdbf
treeb390dbd7e5f68afafb64a3007c513c86d4b0d4bc
parente1aeab8a211502d44a4c9ba0104e570473de0bd0
drm/amd/pm: add smu13 ip support for moment(V3)

For supporting yellow carp, we need to add smu13 ip
support for the moment.

V2: add smu_v13_0_1.c|h dedicated for apu.
V3: cleanup code.

Signed-off-by: Aaron Liu <aaron.liu@amd.com>
Acked-by: Alex Deucher <alexander.deucher@amd.com>
Reviewed-by: Huang Rui <ray.huang@amd.com>
Reviewed-by: Lijo Lazar <lijo.lazar@amd.com>
Signed-off-by: Alex Deucher <alexander.deucher@amd.com>
drivers/gpu/drm/amd/pm/inc/amdgpu_smu.h
drivers/gpu/drm/amd/pm/inc/smu_v13_0_1.h [new file with mode: 0644]
drivers/gpu/drm/amd/pm/swsmu/smu13/Makefile
drivers/gpu/drm/amd/pm/swsmu/smu13/smu_v13_0_1.c [new file with mode: 0644]