Re: [PATCH v7 2/7] drm/vkms: Switch to managed for encoder

2025-01-14 Thread Thomas Zimmermann
Am 13.01.25 um 18:09 schrieb 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. Reviewed-by: Maxime Ripard Reviewed-by: Maíra C

[PATCH v7 2/7] drm/vkms: Switch to managed for encoder

2025-01-13 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. Reviewed-by: Maxime Ripard Reviewed-by: Maíra Canal Signed-off-by: Louis Chauvet --- drivers/g