Re: [PATCH v2 2/6] drm/vkms: Switch to managed for encoder

2024-08-27 Thread Maxime Ripard
On Tue, Aug 27, 2024 at 11:57:37AM GMT, Louis Chauvet wrote: > The current VKMS driver uses non-managed function to create encoders. 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 Chauve

[PATCH v2 2/6] drm/vkms: Switch to managed for encoder

2024-08-27 Thread Louis Chauvet
The current VKMS driver uses non-managed function to create encoders. 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/vkms