Re: [RFC PATCH 06/17] drm/vkms: Allow to configure multiple encoders

2024-08-13 Thread Louis Chauvet
Le 13/08/24 - 12:44, José Expósito a écrit : > Add a list of encoder configurations to vkms_config and add as many > encoders as configured during output initialization. > > For backwards compatibility, create a single encoder in the default > configuration. You don't manage the deletion of crtc

[RFC PATCH 06/17] drm/vkms: Allow to configure multiple encoders

2024-08-13 Thread José Expósito
Add a list of encoder configurations to vkms_config and add as many encoders as configured during output initialization. For backwards compatibility, create a single encoder in the default configuration. Signed-off-by: José Expósito --- drivers/gpu/drm/vkms/vkms_config.c | 50 ++