Re: [PATCH v4 1/5] drm/vkms: Switch to managed for connector

2024-10-28 Thread Louis Chauvet
On 26/10/24 - 12:29, Maíra Canal wrote: > Hi Louis, > > On 10/10/24 14:39, Louis Chauvet wrote: > > The current VKMS driver uses non-managed function to create connectors. It > > is not an issue yet, but in order to support multiple devices easily, > > convert this code to use drm and device manag

Re: [PATCH v4 1/5] drm/vkms: Switch to managed for connector

2024-10-26 Thread Maíra Canal
Hi Louis, On 10/10/24 14:39, Louis Chauvet wrote: The current VKMS driver uses non-managed function to create connectors. It is not an issue yet, but in order to support multiple devices easily, convert this code to use drm and device managed helpers. Signed-off-by: Louis Chauvet --- drivers

[PATCH v4 1/5] drm/vkms: Switch to managed for connector

2024-10-10 Thread Louis Chauvet
The current VKMS driver uses non-managed function to create connectors. It is not an issue yet, but in order to support multiple devices easily, convert this code to use drm and device managed helpers. Signed-off-by: Louis Chauvet --- drivers/gpu/drm/vkms/vkms_output.c | 19 +++