AMD-GFX Archive mirror
 help / color / mirror / Atom feed
From: "Gao, Likun" <Likun.Gao@amd.com>
To: amd-gfx list <amd-gfx@lists.freedesktop.org>
Subject: [PATCH] drm/amd/pm: disable gpo temporarily
Date: Wed, 15 May 2024 09:53:40 +0000	[thread overview]
Message-ID: <DM4PR12MB5181173ED2778C6F179E81A6EFEC2@DM4PR12MB5181.namprd12.prod.outlook.com> (raw)
In-Reply-To: <20240515094945.3445876-1-likun.gao@amd.com>

[AMD Official Use Only - AMD Internal Distribution Only]

From: Kenneth Feng <kenneth.feng@amd.com>

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>
---
 drivers/gpu/drm/amd/pm/swsmu/smu14/smu_v14_0_2_ppt.c | 2 ++
 1 file changed, 2 insertions(+)

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,  };

--
2.34.1


       reply	other threads:[~2024-05-15  9:53 UTC|newest]

Thread overview: 2+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
     [not found] <20240515094945.3445876-1-likun.gao@amd.com>
2024-05-15  9:53 ` Gao, Likun [this message]
2024-05-15 14:04   ` [PATCH] drm/amd/pm: disable gpo temporarily Alex Deucher

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=DM4PR12MB5181173ED2778C6F179E81A6EFEC2@DM4PR12MB5181.namprd12.prod.outlook.com \
    --to=likun.gao@amd.com \
    --cc=amd-gfx@lists.freedesktop.org \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for read-only IMAP folder(s) and NNTP newsgroup(s).