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

From: Louis Chauvet
Date: Thu Jan 30 2025 - 08:48:27 EST


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 <jose.exposito89@xxxxxxxxx>

Non blocking issue: Do you think it is possible to split this in two
different commits: one to create vkms_connector.h/c and one to create
struct vkms_connector?

Reviewed-by: Louis Chauvet <louis.chauvet@xxxxxxxxxxx>

[...]