Re: [PATCH 6/8] drm/ast: Initialize encoder and connector for VGA in helper function

2022-02-07 Thread Thomas Zimmermann
Hi Am 03.02.22 um 18:43 schrieb Javier Martinez Canillas: On 1/11/22 13:00, Thomas Zimmermann wrote: Move encoder and connector initialization into a single helper and put all related mode-setting structures into a single place. Done in preparation of moving transmitter code into separate helpe

Re: [PATCH 6/8] drm/ast: Initialize encoder and connector for VGA in helper function

2022-02-03 Thread Javier Martinez Canillas
On 1/11/22 13:00, Thomas Zimmermann wrote: > Move encoder and connector initialization into a single helper and > put all related mode-setting structures into a single place. Done in > preparation of moving transmitter code into separate helpers. No > functional changes. > > Signed-off-by: Thomas

[PATCH 6/8] drm/ast: Initialize encoder and connector for VGA in helper function

2022-01-11 Thread Thomas Zimmermann
Move encoder and connector initialization into a single helper and put all related mode-setting structures into a single place. Done in preparation of moving transmitter code into separate helpers. No functional changes. Signed-off-by: Thomas Zimmermann --- drivers/gpu/drm/ast/ast_drv.h | 8 ++