diff options
author | Kenneth Feng <kenneth.feng@amd.com> | 2024-03-11 14:14:16 +0800 |
---|---|---|
committer | Alex Deucher <alexander.deucher@amd.com> | 2024-05-17 17:40:37 -0400 |
commit | d430e856ed009f9a98f12b6d6812d7ee1d7f3e1c (patch) | |
tree | 7d85c5e1fead94c93bbf04f3277dff47b20ec774 /drivers/gpu/drm/amd | |
parent | 9a55c77978308695cded564d6b17390f7bb879f4 (diff) |
drm/amd/pm: disable gpo temporarily
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>
Diffstat (limited to 'drivers/gpu/drm/amd')
-rw-r--r-- | drivers/gpu/drm/amd/pm/swsmu/smu14/smu_v14_0_2_ppt.c | 2 |
1 files changed, 2 insertions, 0 deletions
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 0e27cde82193..b594b748de47 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, }; |