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 Zimmermann <tzimmermann@xxxxxxx> Reviewed-by: Javier Martinez Canillas <javierm@xxxxxxxxxx> [snip] > - encoder->possible_crtcs = 1; [snip] > + encoder->possible_crtcs = drm_crtc_mask(crtc); This is a somewhat unrelated change. It's OK because is fairly simple but I would probably still do the cleanups as separate patches. Best regards, -- Javier Martinez Canillas Linux Engineering Red Hat