I have the same comment about the use of "dce110_" prefix under general/global DCE code that I left on the previous patch. For consistency with the current code, I understand why this prefix is used, but I'd gladly clean this up once the patches have landed in if there is a common agreement. AlexandreWe support two kinds of analog connections: 1. VGA, which only supports analog signals: For VGA, we need to create a link encoder that only works with the DAC without perturbing any digital transmitter functionality. This is achieved by the new dce110_analog_link_encoder_construct.2. DVI-I, which allows both digital and analog signals: The DC code base only allows 1 encoder per connector, and the preferred engine type is still going to be digital. So, for DVI-I to work, we need to make sure the pre-existing link encoder can also work with analog signals. Signed-off-by: Timur Kristóf <timur.kristof at gmail.com <https://lists.freedesktop.org/mailman/listinfo/amd-gfx>> --- .../drm/amd/display/dc/dce/dce_link_encoder.c | 100 ++++++++++++++++++ .../drm/amd/display/dc/dce/dce_link_encoder.h | 21 ++--
- Re: [PATCH 07/20] drm/amd/display: Don't use ste... Timur Kristóf
- Re: [PATCH 07/20] drm/amd/display: Don't use... Harry Wentland
- Re: [PATCH 07/20] drm/amd/display: Don't... Timur Kristóf
- Re: [PATCH 07/20] drm/amd/display: ... Harry Wentland
- Re: [PATCH 07/20] drm/amd/displ... Alexandre Demers
- Re: [PATCH 07/20] drm/amd/displ... Timur Kristóf
- Re: [PATCH 07/20] drm/amd/displ... Harry Wentland
- Re: [PATCH 07/20] drm/amd/displ... Timur Kristóf
- [PATCH 06/20] drm/amd/display: Get maximum pixel clock fr... Timur Kristóf
- [PATCH 11/20] drm/amd/display: Implement DCE analog link ... Timur Kristóf
- Re: [PATCH 11/20] drm/amd/display: Implement DCE ana... Alexandre Demers
- Re: [PATCH 11/20] drm/amd/display: Implement DCE... Timur Kristóf
- Re: [PATCH 11/20] drm/amd/display: Implement... Alexandre Demers
- Re: [PATCH 11/20] drm/amd/display: Imple... Timur Kristóf
- [PATCH 09/20] drm/amd/display: Add concept of analog enco... Timur Kristóf
- [PATCH 15/20] drm/amd/display: Add DCE BIOS_SCRATCH_0 reg... Timur Kristóf
- [PATCH 13/20] drm/amd/display: Add analog link detection Timur Kristóf
- Re: [PATCH 13/20] drm/amd/display: Add analog link d... Harry Wentland
- Re: [PATCH 13/20] drm/amd/display: Add analog li... Harry Wentland
- Re: [PATCH 13/20] drm/amd/display: Add analo... Timur Kristóf
- Re: [PATCH 13/20] drm/amd/display: Add a... Harry Wentland