Re: [PATCH RFC 2/4] drm/vkms: Switch to managed for encoder

2024-08-26 Thread Louis Chauvet
Le 20/08/24 - 11:09, José Expósito a écrit : > > The current VKMS driver uses non-managed function to create encoders. It > > is not an issue yet, but in order to support multiple devices easly, > > s/easly/easily > > > convert this code to use drm and device managed helpers. > > > > Signed-off-

[PATCH RFC 2/4] drm/vkms: Switch to managed for encoder

2024-08-20 Thread José Expósito
> The current VKMS driver uses non-managed function to create encoders. It > is not an issue yet, but in order to support multiple devices easly, s/easly/easily > convert this code to use drm and device managed helpers. > > Signed-off-by: Louis Chauvet Reviewed-by: José Expósito > --- > dri

[PATCH RFC 2/4] drm/vkms: Switch to managed for encoder

2024-08-14 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 easly, 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/