drivers/gpu/drm/vkms/vkms_connector.c
0 → 100644
+50
−0
drivers/gpu/drm/vkms/vkms_connector.h
0 → 100644
+17
−0
Loading
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. Reviewed-by:Louis Chauvet <louis.chauvet@bootlin.com> Signed-off-by:
José Expósito <jose.exposito89@gmail.com> Link: https://patchwork.freedesktop.org/patch/msgid/20250218101214.5790-2-jose.exposito89@gmail.com Signed-off-by:
Maxime Ripard <mripard@kernel.org>