drm/amd/pm: disable gpo temporarily
authorKenneth Feng <kenneth.feng@amd.com>
Mon, 11 Mar 2024 06:14:16 +0000 (14:14 +0800)
committerAlex Deucher <alexander.deucher@amd.com>
Fri, 17 May 2024 21:40:37 +0000 (17:40 -0400)
disable gpo temprarily since it is not ready in fw

Signed-off-by: Kenneth Feng <kenneth.feng@amd.com>
Reviewed-by: Jack Gui <Jack.Gui@amd.com>
Signed-off-by: Alex Deucher <alexander.deucher@amd.com>
drivers/gpu/drm/amd/pm/swsmu/smu14/smu_v14_0_2_ppt.c

index 0e27cde82193aa20254161783c8e0c5ea8fb0575..b594b748de473605258e5d1d7d4e389561d05d0d 100644 (file)
@@ -1867,7 +1867,9 @@ static const struct pptable_funcs smu_v14_0_2_ppt_funcs = {
        .set_df_cstate = smu_v14_0_2_set_df_cstate,
        .send_hbm_bad_pages_num = smu_v14_0_2_smu_send_bad_mem_page_num,
        .send_hbm_bad_channel_flag = smu_v14_0_2_send_bad_mem_channel_flag,
+#if 0
        .gpo_control = smu_v14_0_gpo_control,
+#endif
        .get_ecc_info = smu_v14_0_2_get_ecc_info,
 };