Re: [PATCH RFC 1/4] drm/vkms: Switch to managed for connector

2024-08-26 Thread Louis Chauvet
Le 20/08/24 - 11:09, José Expósito a écrit : > Hi Louis, > > Thanks for these patches. Easy review as my configfs series included similar > patches :) I think that this series could be easily rebased on drm-misc-next, > but I don't know if that'd add a lot of work rebasing other series. I'd be >

Re: [PATCH RFC 1/4] drm/vkms: Switch to managed for connector

2024-08-20 Thread Maíra Canal
Hi Louis, On 8/20/24 06:09, José Expósito wrote: Hi Louis, Thanks for these patches. Easy review as my configfs series included similar patches :) I think that this series could be easily rebased on drm-misc-next, but I don't know if that'd add a lot of work rebasing other series. I'd be nice t

[PATCH RFC 1/4] drm/vkms: Switch to managed for connector

2024-08-20 Thread José Expósito
Hi Louis, Thanks for these patches. Easy review as my configfs series included similar patches :) I think that this series could be easily rebased on drm-misc-next, but I don't know if that'd add a lot of work rebasing other series. I'd be nice to get these 4 merged. > The current VKMS driver use

[PATCH RFC 1/4] drm/vkms: Switch to managed for connector

2024-08-14 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_drv.h| 1 - drivers/gpu/drm/vk