From: Kenneth Feng Date: Mon, 11 Mar 2024 06:14:16 +0000 (+0800) Subject: drm/amd/pm: disable gpo temporarily X-Git-Tag: v6.11-rc1~141^2~25^2~189 X-Git-Url: http://git.ipfire.org/?a=commitdiff_plain;h=d430e856ed009f9a98f12b6d6812d7ee1d7f3e1c;p=thirdparty%2Fkernel%2Flinux.git drm/amd/pm: disable gpo temporarily disable gpo temprarily since it is not ready in fw Signed-off-by: Kenneth Feng Reviewed-by: Jack Gui Signed-off-by: Alex Deucher --- diff --git a/drivers/gpu/drm/amd/pm/swsmu/smu14/smu_v14_0_2_ppt.c b/drivers/gpu/drm/amd/pm/swsmu/smu14/smu_v14_0_2_ppt.c index 0e27cde82193a..b594b748de473 100644 --- a/drivers/gpu/drm/amd/pm/swsmu/smu14/smu_v14_0_2_ppt.c +++ b/drivers/gpu/drm/amd/pm/swsmu/smu14/smu_v14_0_2_ppt.c @@ -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, };