Re: [PATCH v3 3/3] drm/vkms: Switch to dynamic allocation for CRTC

2025-01-06 Thread Maxime Ripard
On Mon, 30 Dec 2024 19:39:46 +0100, Louis Chauvet wrote: > A specific allocation for the CRTC is not strictly necessary at this > point, but in order to implement dynamic configuration of VKMS (configFS), > it will be easier to have one allocation per CRTC. > > Signed-off-by: Louis Chauvet > > [

[PATCH v3 3/3] drm/vkms: Switch to dynamic allocation for CRTC

2024-12-30 Thread Louis Chauvet
A specific allocation for the CRTC is not strictly necessary at this point, but in order to implement dynamic configuration of VKMS (configFS), it will be easier to have one allocation per CRTC. Signed-off-by: Louis Chauvet --- drivers/gpu/drm/vkms/vkms_crtc.c | 32 +