drm/amd/pm: add smu_v13_0_5_ppt implementation
authorYifan Zhang <yifan1.zhang@amd.com>
Fri, 21 Jan 2022 10:58:47 +0000 (18:58 +0800)
committerAlex Deucher <alexander.deucher@amd.com>
Fri, 18 Feb 2022 19:07:00 +0000 (14:07 -0500)
commit068ea8bdc0aacb3bba3d1392ed41cc1116a671b8
tree68f585d68c710c3c56b457c7fe4f83060af0695a
parentcec24112e125a228d5077eb05ca793398de619e3
drm/amd/pm: add smu_v13_0_5_ppt implementation

this patch adds smu_v13_0_5_ppt implementation.

Signed-off-by: Yifan Zhang <yifan1.zhang@amd.com>
Reviewed-by: Alex Deucher <alexander.deucher@amd.com>
Reviewed-by: Huang Rui <ray.huang@amd.com>
Signed-off-by: Alex Deucher <alexander.deucher@amd.com>
drivers/gpu/drm/amd/amdgpu/amdgpu_discovery.c
drivers/gpu/drm/amd/pm/swsmu/amdgpu_smu.c
drivers/gpu/drm/amd/pm/swsmu/inc/smu_types.h
drivers/gpu/drm/amd/pm/swsmu/inc/smu_v13_0.h
drivers/gpu/drm/amd/pm/swsmu/smu13/Makefile
drivers/gpu/drm/amd/pm/swsmu/smu13/smu_v13_0.c
drivers/gpu/drm/amd/pm/swsmu/smu13/smu_v13_0_5_ppt.c [new file with mode: 0644]
drivers/gpu/drm/amd/pm/swsmu/smu13/smu_v13_0_5_ppt.h [new file with mode: 0644]