drm/amd/swsmu: add aldebaran smu13 ip support (v3)
authorKevin Wang <kevin1.wang@amd.com>
Tue, 20 Oct 2020 16:09:36 +0000 (00:09 +0800)
committerAlex Deucher <alexander.deucher@amd.com>
Wed, 24 Mar 2021 02:54:24 +0000 (22:54 -0400)
commitc05d1c401572ac63d704183b19db2ce746961412
tree94bd7270da9ab0e6ec8ecf3ad794bcae557925a0
parent465c437aac49c7d435c4447a15249f4d5623530c
drm/amd/swsmu: add aldebaran smu13 ip support (v3)

Add initial swSMU support.

v1: add smu13 ip support for aldebaran asic (Kevin/Kenneth)
v2: switch to thm/mp v13_0 ip headers (Hawking)
v3: squash in updates (Alex)

Signed-off-by: Kevin Wang <kevin1.wang@amd.com>
Signed-off-by: Kenneth Feng <kenneth.feng@amd.com>
Reviewed-by: Kenneth Feng <kenneth.feng@amd.com>
Signed-off-by: Hawking Zhang <Hawking.Zhang@amd.com>
Signed-off-by: Alex Deucher <alexander.deucher@amd.com>
12 files changed:
drivers/gpu/drm/amd/pm/Makefile
drivers/gpu/drm/amd/pm/inc/aldebaran_ppsmc.h [new file with mode: 0644]
drivers/gpu/drm/amd/pm/inc/amdgpu_smu.h
drivers/gpu/drm/amd/pm/inc/smu_types.h
drivers/gpu/drm/amd/pm/inc/smu_v13_0.h [new file with mode: 0644]
drivers/gpu/drm/amd/pm/inc/smu_v13_0_pptable.h [new file with mode: 0644]
drivers/gpu/drm/amd/pm/swsmu/Makefile
drivers/gpu/drm/amd/pm/swsmu/amdgpu_smu.c
drivers/gpu/drm/amd/pm/swsmu/smu13/Makefile [new file with mode: 0644]
drivers/gpu/drm/amd/pm/swsmu/smu13/aldebaran_ppt.c [new file with mode: 0644]
drivers/gpu/drm/amd/pm/swsmu/smu13/aldebaran_ppt.h [new file with mode: 0644]
drivers/gpu/drm/amd/pm/swsmu/smu13/smu_v13_0.c [new file with mode: 0644]