Re: [PATCH v4 0/3] drm/vkms: Switch to allocated for drm objects

From: Louis Chauvet
Date: Tue Jan 21 2025 - 05:17:37 EST


On 17/01/25 - 10:04, Louis Chauvet wrote:
> Specific allocations for each DRM object is not strictly needed in VKMS
> right now, but in order to implement dynamic configuration of VKMS
> (configFS), it will be easier to have one allocation per DRM object.
>
> There is no need for a dynamic allocation for the writeback connector as
> there can only be one per CRTC
>
> No functionnal changes are intented in this series.
>
> This series requires [1] to switch vkms objects to drm-managed objects.
>
> [1]:https://lore.kernel.org/all/20250116-google-vkms-managed-v9-0-3e4ae1bd05a0@xxxxxxxxxxx/
>
> Signed-off-by: Louis Chauvet <louis.chauvet@xxxxxxxxxxx>

Applied on drm-misc-next, thanks.

Louis Chauvet