All of lore.kernel.org
 help / color / mirror / Atom feed
* [PATCH 0/5] drm/amd/display: DC analog connector fixes
@ 2025-12-06  2:31 Timur Kristóf
  2025-12-06  2:31 ` [PATCH 1/5] drm/amd/display: Pass proper DAC encoder ID to VBIOS Timur Kristóf
                   ` (5 more replies)
  0 siblings, 6 replies; 16+ messages in thread
From: Timur Kristóf @ 2025-12-06  2:31 UTC (permalink / raw)
  To: amd-gfx, Alex Hung, Harry Wentland, Wenjing Liu,
	alexander.deucher, siqueira
  Cc: Timur Kristóf

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.

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


^ permalink raw reply	[flat|nested] 16+ messages in thread

end of thread, other threads:[~2025-12-22  7:02 UTC | newest]

Thread overview: 16+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
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
2025-12-16 19:10     ` Alex Hung
2025-12-17  0:26       ` Timur Kristóf
2025-12-22  7:02         ` Alex Hung

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.