All of lore.kernel.org
 help / color / mirror / Atom feed
From: "Timur Kristóf" <timur.kristof@gmail.com>
To: Alex Deucher <alexdeucher@gmail.com>
Cc: amd-gfx@lists.freedesktop.org, Alex Hung <alex.hung@amd.com>,
	Harry Wentland <Harry.Wentland@amd.com>,
	Wenjing Liu <wenjing.liu@amd.com>,
	alexander.deucher@amd.com, siqueira@igalia.com
Subject: Re: [PATCH 0/5] drm/amd/display: DC analog connector fixes
Date: Tue, 16 Dec 2025 12:21:35 -0600	[thread overview]
Message-ID: <2595415.XAFRqVoOGU@timur-max> (raw)
In-Reply-To: <CADnq5_PhBodb6o9LHi6e5Y8yQUaJyTa_EvMyWFpmmfrpZrUkuA@mail.gmail.com>

On 2025. december 16., kedd 9:27:34 középső államokbeli zónaidő Alex Deucher 
wrote:
> On Fri, Dec 5, 2025 at 9:49 PM Timur Kristóf <timur.kristof@gmail.com> 
wrote:
> > Fix a few issues with the initial DC analog connector
> > implementation that I've noticed since. I highly recommend
> > to backport this series to kernel versions that include
> > the DC analog series.
> 
> Did you have an update for this series, or are they ready to be applied?
> 
> Alex

Hi,

I re-reviewed my patches in this series again and I realized that my comment 
was mistaken (I confused link encoder with stream encoder). So the patches 
should be good as-is.

However, in the meantime Mauro got back to me this weekend, and told me that 
he determined that the patch "Setup DAC encoder before using it" not only 
doesn't fix it, but regresses the analog connector on his HD 7790 further. 
Before this patch, he got a black screen on boot, but the DAC started working 
after suspend/resume. After this patch, it no longer works for him even after 
suspend/resume.

What do you think is the way to proceed?

A) Merge all patches but that one. I'll submit a corrected patch once we figure 
out the HD 7790.
B) Merge the whole series as-is and I can submit a fix once we figured out what 
is going on with the HD 7790.

Thanks & best regards,
Timur

> 
> > Timur Kristóf (5):
> >   drm/amd/display: Pass proper DAC encoder ID to VBIOS
> >   drm/amd/display: Correct color depth for SelectCRTC_Source
> >   drm/amd/display: Add missing encoder setup to DACnEncoderControl
> >   drm/amd/display: Setup DAC encoder before using it
> >   drm/amd/display: Don't repeat DAC load detection
> >  
> >  .../gpu/drm/amd/display/dc/bios/bios_parser.c |  4 +-
> >  .../drm/amd/display/dc/bios/command_table.c   | 44 +++++++++++++++----
> >  .../drm/amd/display/dc/bios/command_table.h   |  4 +-
> >  .../drm/amd/display/dc/dce/dce_link_encoder.c |  2 +
> >  .../amd/display/dc/dce/dce_stream_encoder.c   | 25 ++++++++++-
> >  .../amd/display/dc/hwss/dce110/dce110_hwseq.c | 28 +-----------
> >  .../drm/amd/display/dc/inc/hw/link_encoder.h  |  2 +
> >  .../amd/display/dc/inc/hw/stream_encoder.h    |  4 ++
> >  .../amd/display/dc/link/hwss/link_hwss_dio.c  |  4 ++
> >  .../drm/amd/display/dc/link/link_detection.c  |  7 ++-
> >  .../drm/amd/display/dc/link/link_factory.c    | 10 ++---
> >  .../dc/resource/dce110/dce110_resource.c      |  2 +
> >  .../amd/display/include/bios_parser_types.h   |  2 +-
> >  13 files changed, 87 insertions(+), 51 deletions(-)
> > 
> > --
> > 2.52.0





  parent reply	other threads:[~2025-12-16 18:22 UTC|newest]

Thread overview: 16+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2025-12-06  2:31 [PATCH 0/5] drm/amd/display: DC analog connector fixes Timur Kristóf
2025-12-06  2:31 ` [PATCH 1/5] drm/amd/display: Pass proper DAC encoder ID to VBIOS Timur Kristóf
2025-12-06  2:31 ` [PATCH 2/5] drm/amd/display: Correct color depth for SelectCRTC_Source Timur Kristóf
2025-12-06  2:31 ` [PATCH 3/5] drm/amd/display: Add missing encoder setup to DACnEncoderControl Timur Kristóf
2025-12-06  2:31 ` [PATCH 4/5] drm/amd/display: Setup DAC encoder before using it Timur Kristóf
2025-12-08 15:21   ` timur.kristof
2025-12-08 15:27     ` Alex Deucher
2025-12-08 15:32       ` timur.kristof
2025-12-08 15:46         ` Alex Deucher
2025-12-06  2:31 ` [PATCH 5/5] drm/amd/display: Don't repeat DAC load detection Timur Kristóf
2025-12-16 15:27 ` [PATCH 0/5] drm/amd/display: DC analog connector fixes Alex Deucher
2025-12-16 17:15   ` Alex Hung
2025-12-16 18:21   ` Timur Kristóf [this message]
2025-12-16 19:10     ` Alex Hung
2025-12-17  0:26       ` Timur Kristóf
2025-12-22  7:02         ` 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=2595415.XAFRqVoOGU@timur-max \
    --to=timur.kristof@gmail.com \
    --cc=Harry.Wentland@amd.com \
    --cc=alex.hung@amd.com \
    --cc=alexander.deucher@amd.com \
    --cc=alexdeucher@gmail.com \
    --cc=amd-gfx@lists.freedesktop.org \
    --cc=siqueira@igalia.com \
    --cc=wenjing.liu@amd.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 an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.