drm/amd/swsmu: add smu v14_0_2 support
authorLikun Gao <Likun.Gao@amd.com>
Tue, 25 Apr 2023 08:53:32 +0000 (16:53 +0800)
committerAlex Deucher <alexander.deucher@amd.com>
Wed, 17 Apr 2024 02:39:16 +0000 (22:39 -0400)
commit3e55845c3983d92e28517a545e403b5eb9acf95b
treea3f23149135032fb5e1c67a13b6def315706cdf1
parentfefa83fe43ca3c365ea2cdc3f6bf8bddd4e3519d
drm/amd/swsmu: add smu v14_0_2 support

Add initial support for smu v14_0_2.

v2: fix warnings (Alex)
v3: squash in various fixes (Alex)
v4: squash in various fixes (Alex)
v5: remove hardcoded pptable id (Alex)
v6: update fw version (Alex)
v7: squash in more updates (Alex)
v8: rebase, squash in pptable override updates,
    combo table updates, SW CTF support (Alex)

Signed-off-by: Kenneth Feng <kenneth.feng@amd.com>
Signed-off-by: Likun Gao <Likun.Gao@amd.com>
Reviewed-by: Likun Gao <Likun.Gao@amd.com>
Signed-off-by: Alex Deucher <alexander.deucher@amd.com>
drivers/gpu/drm/amd/pm/swsmu/inc/smu_v14_0.h
drivers/gpu/drm/amd/pm/swsmu/smu14/Makefile
drivers/gpu/drm/amd/pm/swsmu/smu14/smu_v14_0.c
drivers/gpu/drm/amd/pm/swsmu/smu14/smu_v14_0_2_ppt.c [new file with mode: 0644]
drivers/gpu/drm/amd/pm/swsmu/smu14/smu_v14_0_2_ppt.h [new file with mode: 0644]