From: Greg KH <gregkh@linuxfoundation.org>
To: hgfdgjn <shichuanyim@gmail.com>
Cc: stable@vger.kernel.org, regressions@lists.linux.dev
Subject: Re: [BUG] HDMI monitor shows no signal when the refresh rate is higher than the default 60Hz
Date: Sun, 8 Mar 2026 10:47:20 +0100 [thread overview]
Message-ID: <2026030839-applied-prominent-b774@gregkh> (raw)
In-Reply-To: <CA+tjKGrmADg=oG9CT74_mgGNN3h17=LLmnv51K=MggAqo7q2Eg@mail.gmail.com>
On Sun, Mar 08, 2026 at 05:42:39PM +0800, hgfdgjn wrote:
> Hi maintainers:
>
> After updating to v6.19.6 on Arch Linux, if I set the refresh rate
> higher than 60Hz, the monitor displays "No Signal".
> I tried bisecting and found:
> > # first bad commit: [3471b9a31ce352ffb343cf02a991261880aac3a7] drm/amd/display: Rework HDMI data channel reads
>
> This issue on my machine was caused by this change:
>
> diff --git a/drivers/gpu/drm/amd/display/dc/link/protocols/link_ddc.c
> b/drivers/gpu/drm/amd/display/dc/link/protocols/link_ddc.c
> index 267180e7bc48..5d2bcce2f669 100644
> --- a/drivers/gpu/drm/amd/display/dc/link/protocols/link_ddc.c
> +++ b/drivers/gpu/drm/amd/display/dc/link/protocols/link_ddc.c
> @@ -549,7 +549,8 @@ void write_scdc_data(struct ddc_service *ddc_service,
> /*Lower than 340 Scramble bit from SCDC caps*/
>
> if (ddc_service->link->local_sink &&
> - ddc_service->link->local_sink->edid_caps.panel_patch.skip_scdc_overwrite)
> + (ddc_service->link->local_sink->edid_caps.panel_patch.skip_scdc_overwrite
> ||
> + !ddc_service->link->local_sink->edid_caps.scdc_present))
> return;
>
> link_query_ddc_data(ddc_service, slave_address, &offset,
>
>
> It appears that scdc_present is always false on my device.
> I reverted the change to write_scdc_data(), and the monitor works
> normally at high refresh rates.
Can you cc: the developers and maintainers of this change to let them
know? Otherwise they will not notice it. Also, does 7.0-rc2 show this
issue?
thanks,
greg k-h
next prev parent reply other threads:[~2026-03-08 9:47 UTC|newest]
Thread overview: 3+ messages / expand[flat|nested] mbox.gz Atom feed top
2026-03-08 9:42 [BUG] HDMI monitor shows no signal when the refresh rate is higher than the default 60Hz hgfdgjn
2026-03-08 9:47 ` Greg KH [this message]
2026-03-08 9:56 ` hgfdgjn
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=2026030839-applied-prominent-b774@gregkh \
--to=gregkh@linuxfoundation.org \
--cc=regressions@lists.linux.dev \
--cc=shichuanyim@gmail.com \
--cc=stable@vger.kernel.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