Re: [PATCH v5 2/5] drm/vkms: Switch to managed for encoder

2024-11-25 Thread MaĆ­ra Canal
Hi Louis, On 22/11/24 13:27, 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 Chauvet Reviewed-by:

Re: [PATCH v5 2/5] drm/vkms: Switch to managed for encoder

2024-11-25 Thread Maxime Ripard
On Fri, 22 Nov 2024 17:27:57 +0100, 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 Chauvet >

[PATCH v5 2/5] drm/vkms: Switch to managed for encoder

2024-11-22 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_output.c | 12 +++- 1 file ch