[PATCH 11/20] drm/amd/display: Implement DCE analog link encoders
Alexandre Demers
alexandre.f.demers at gmail.com
Fri Aug 1 19:30:00 UTC 2025
> We 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 ++--
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.
Alexandre
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <https://lists.freedesktop.org/archives/amd-gfx/attachments/20250801/bc18217a/attachment.htm>
More information about the amd-gfx
mailing list