[PATCH v8 8/8] drm/vkms: Switch to managed for writeback connector

2025-01-16 Thread José Expósito
> The current VKMS driver uses non-managed function to create > writeback 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. > > Acked-by: Thomas Zimmermann > Signed-off-by: Louis Chauvet > Acked-by: M

Re: [PATCH v8 8/8] drm/vkms: Switch to managed for writeback connector

2025-01-16 Thread Maxime Ripard
On Tue, 14 Jan 2025 15:05:50 +0100, Louis Chauvet wrote: > The current VKMS driver uses non-managed function to create > writeback 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. > > > [ ... ] Acked

[PATCH v8 8/8] drm/vkms: Switch to managed for writeback connector

2025-01-14 Thread Louis Chauvet
The current VKMS driver uses non-managed function to create writeback 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. Acked-by: Thomas Zimmermann Signed-off-by: Louis Chauvet --- drivers/gpu/drm/vkms/v