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
