drm/amd/pm: enable pmlog support for smu_v13_0_7
authorYang Wang <KevinYang.Wang@amd.com>
Mon, 25 Apr 2022 08:10:21 +0000 (16:10 +0800)
committerAlex Deucher <alexander.deucher@amd.com>
Fri, 6 May 2022 14:36:12 +0000 (10:36 -0400)
enable pmlog support for smu 13_0_7.

Signed-off-by: Yang Wang <KevinYang.Wang@amd.com>
Reviewed-by: Kenneth Feng <kenneth.feng@amd.com>
Signed-off-by: Alex Deucher <alexander.deucher@amd.com>
drivers/gpu/drm/amd/pm/swsmu/smu13/smu_v13_0_7_ppt.c

index d5c5229..ac50030 100644 (file)
@@ -1496,6 +1496,7 @@ static const struct pptable_funcs smu_v13_0_7_ppt_funcs = {
        .enable_mgpu_fan_boost = smu_v13_0_7_enable_mgpu_fan_boost,
        .get_power_profile_mode = smu_v13_0_7_get_power_profile_mode,
        .set_power_profile_mode = smu_v13_0_7_set_power_profile_mode,
+       .set_tool_table_location = smu_v13_0_set_tool_table_location,
 };
 
 void smu_v13_0_7_set_ppt_funcs(struct smu_context *smu)