From: Alex Hung <alex.hung@amd.com>
To: "Alex Deucher" <alexdeucher@gmail.com>,
"Timur Kristóf" <timur.kristof@gmail.com>
Cc: amd-gfx@lists.freedesktop.org, Alexander.Deucher@amd.com,
Mario Limonciello <mario.limonciello@amd.com>,
Ivan Lipski <ivan.lipski@amd.com>,
harry.wentland@amd.com, Ray Wu <Ray.Wu@amd.com>,
siqueira@igalia.com, Mauro Rossi <issor.oruam@gmail.com>
Subject: Re: [PATCH 0/8] drm/amd/display: Fix and cleanup analog encoders
Date: Mon, 2 Feb 2026 17:47:19 -0700 [thread overview]
Message-ID: <cf272efe-c0d4-47f2-a62b-7e47973632dc@amd.com> (raw)
In-Reply-To: <CADnq5_OKvYO6ibNLmzuK3tW_sEaaCB82FgoLUc+NPb2asuck=w@mail.gmail.com>
On 2/2/26 14:25, Alex Deucher wrote:
> On Mon, Feb 2, 2026 at 7:17 AM Timur Kristóf <timur.kristof@gmail.com> wrote:
>>
>> Fix a "black screen" issue with analog connector support in DC.
>> The Radeon HD 7790 series seems specifically affected.
>> I recommend backporting the series to 6.19 to avoid regressions.
>>
>> The series also makes the analog connector support more consistent
>> with the rest of the DC code base so it doesn't feel like a hack
>> anymore, ie. it brings analog connectors a bit closer to other
>> connector types.
>
> Series looks good to me.
> Reviewed-by: Alex Deucher <alexander.deucher@amd.com>
> I assume Alex Hung or Harry will pull this into the DC promotion testing.
I will send this series to promotion test next week.
>
> Thanks,
>
> Alex
>
>>
>> Timur Kristóf (8):
>> drm/amd/display: Use DCE 6 link encoder for DCE 6 analog connectors
>> drm/amd/display: Fix disabling fastboot on DCE 6-8
>> drm/amd/display: Don't call find_analog_engine() twice
>> drm/amd/display: Turn off DAC in DCE link encoder using VBIOS
>> drm/amd/display: Initialize DAC in DCE link encoder using VBIOS
>> drm/amd/display: Set CRTC source for DAC using registers
>> drm/amd/display: Enable DAC in DCE link encoder
>> drm/amd/display: Remove unneeded DAC link encoder register
>>
>> .../drm/amd/display/dc/bios/command_table.c | 3 +-
>> .../drm/amd/display/dc/dce/dce_link_encoder.c | 58 ++++++++++++++-----
>> .../drm/amd/display/dc/dce/dce_link_encoder.h | 8 ++-
>> .../amd/display/dc/dce/dce_stream_encoder.c | 23 ++++++--
>> .../amd/display/dc/dce/dce_stream_encoder.h | 12 +++-
>> .../amd/display/dc/hwss/dce110/dce110_hwseq.c | 58 ++++---------------
>> .../drm/amd/display/dc/hwss/hw_sequencer.h | 2 +
>> .../drm/amd/display/dc/inc/hw/link_encoder.h | 2 +
>> .../gpu/drm/amd/display/dc/link/link_dpms.c | 14 ++++-
>> .../drm/amd/display/dc/link/link_factory.c | 1 -
>> .../dc/resource/dce100/dce100_resource.c | 8 ++-
>> .../dc/resource/dce60/dce60_resource.c | 11 ++--
>> .../dc/resource/dce80/dce80_resource.c | 8 ++-
>> 13 files changed, 127 insertions(+), 81 deletions(-)
>>
>> --
>> 2.52.0
next prev parent reply other threads:[~2026-02-03 0:47 UTC|newest]
Thread overview: 16+ messages / expand[flat|nested] mbox.gz Atom feed top
2026-02-02 11:25 [PATCH 0/8] drm/amd/display: Fix and cleanup analog encoders Timur Kristóf
2026-02-02 11:25 ` [PATCH 1/8] drm/amd/display: Use DCE 6 link encoder for DCE 6 analog connectors Timur Kristóf
2026-02-18 4:51 ` Alex Hung
2026-02-02 11:25 ` [PATCH 2/8] drm/amd/display: Fix disabling fastboot on DCE 6-8 Timur Kristóf
2026-02-18 4:53 ` Alex Hung
2026-02-02 11:25 ` [PATCH 3/8] drm/amd/display: Don't call find_analog_engine() twice Timur Kristóf
2026-02-02 11:25 ` [PATCH 4/8] drm/amd/display: Turn off DAC in DCE link encoder using VBIOS Timur Kristóf
2026-02-02 11:25 ` [PATCH 5/8] drm/amd/display: Initialize " Timur Kristóf
2026-02-02 11:25 ` [PATCH 6/8] drm/amd/display: Set CRTC source for DAC using registers Timur Kristóf
2026-02-02 11:25 ` [PATCH 7/8] drm/amd/display: Enable DAC in DCE link encoder Timur Kristóf
2026-02-02 11:25 ` [PATCH 8/8] drm/amd/display: Remove unneeded DAC link encoder register Timur Kristóf
2026-02-02 21:25 ` [PATCH 0/8] drm/amd/display: Fix and cleanup analog encoders Alex Deucher
2026-02-03 0:47 ` Alex Hung [this message]
2026-02-16 14:41 ` Alex Deucher
2026-02-16 17:53 ` Alex Hung
2026-02-18 4:54 ` Alex Hung
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=cf272efe-c0d4-47f2-a62b-7e47973632dc@amd.com \
--to=alex.hung@amd.com \
--cc=Alexander.Deucher@amd.com \
--cc=Ray.Wu@amd.com \
--cc=alexdeucher@gmail.com \
--cc=amd-gfx@lists.freedesktop.org \
--cc=harry.wentland@amd.com \
--cc=issor.oruam@gmail.com \
--cc=ivan.lipski@amd.com \
--cc=mario.limonciello@amd.com \
--cc=siqueira@igalia.com \
--cc=timur.kristof@gmail.com \
/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