Re: [PATCH v2 1/5] drm/ast: Support multiple outputs

2022-06-02 Thread Thomas Zimmermann
Hi Am 02.06.22 um 09:24 schrieb Patrik Jakobsson: On Tue, May 31, 2022 at 1:15 PM Thomas Zimmermann wrote: Systems with AST graphics can have multiple output; typically VGA plus some other port. Record detected output chips in a bitmask and initialize each output on its own. Assume a VGA out

Re: [PATCH v2 1/5] drm/ast: Support multiple outputs

2022-06-02 Thread Patrik Jakobsson
On Tue, May 31, 2022 at 1:15 PM Thomas Zimmermann wrote: > > Systems with AST graphics can have multiple output; typically VGA > plus some other port. Record detected output chips in a bitmask and > initialize each output on its own. > > Assume a VGA output by default and use SIL164 and DP501 if a

[PATCH v2 1/5] drm/ast: Support multiple outputs

2022-05-31 Thread Thomas Zimmermann
Systems with AST graphics can have multiple output; typically VGA plus some other port. Record detected output chips in a bitmask and initialize each output on its own. Assume a VGA output by default and use SIL164 and DP501 if available. For ASTDP assume that it can run in parallel with VGA. Tes