Re: [PATCH 01/13] drm/vkms: Extract vkms_connector header

2025-01-30 Thread Louis Chauvet
On 29/01/25 - 12:00, José Expósito wrote: > Up until now, the logic to manage connectors was in vkms_output.c. > > Since more options will be added to connectors in the future, extract > the code to its own file. > > Refactor, no functional changes. > > Signed-off-by: José Expósito Non blockin

[PATCH 01/13] drm/vkms: Extract vkms_connector header

2025-01-29 Thread José Expósito
Up until now, the logic to manage connectors was in vkms_output.c. Since more options will be added to connectors in the future, extract the code to its own file. Refactor, no functional changes. Signed-off-by: José Expósito --- drivers/gpu/drm/vkms/Makefile | 3 +- drivers/gpu/drm/vk