Re: [PATCH 8/8] drm/ast: Move SIL164-based connector code into separate helpers

2022-02-07 Thread Thomas Zimmermann
Hi Am 03.02.22 um 18:57 schrieb Javier Martinez Canillas: On 1/11/22 13:00, Thomas Zimmermann wrote: Add helpers for initializing SIL164-based connectors. These used to be handled by the VGA connector code. But SIL164 provides output via DVI-I, so set the encoder and connector types accordingly

Re: [PATCH 8/8] drm/ast: Move SIL164-based connector code into separate helpers

2022-02-03 Thread Javier Martinez Canillas
On 1/11/22 13:00, Thomas Zimmermann wrote: > Add helpers for initializing SIL164-based connectors. These used to be > handled by the VGA connector code. But SIL164 provides output via DVI-I, > so set the encoder and connector types accordingly. > > If a SIL164 chip has been detected, ast will now

[PATCH 8/8] drm/ast: Move SIL164-based connector code into separate helpers

2022-01-11 Thread Thomas Zimmermann
Add helpers for initializing SIL164-based connectors. These used to be handled by the VGA connector code. But SIL164 provides output via DVI-I, so set the encoder and connector types accordingly. If a SIL164 chip has been detected, ast will now create a DVI-I connector instead of a VGA connector.