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

2025-01-21 Thread Louis Chauvet
On 21/01/25 - 11:45, José Expósito wrote: > On Mon, Jan 20, 2025 at 06:26:07PM +0100, Louis Chauvet wrote: > > On 20/01/25 - 17:23, José Expósito wrote: > > > > A specific allocation for the CRTC is not strictly necessary at this > > > > point, but in order to implement dynamic configuration of VKM

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

2025-01-21 Thread José Expósito
On Mon, Jan 20, 2025 at 06:26:07PM +0100, Louis Chauvet wrote: > On 20/01/25 - 17:23, José Expósito 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

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

2025-01-20 Thread Louis Chauvet
On 20/01/25 - 17:23, José Expósito 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. > > > > Reviewed-by: Maxime Ripard > > Signed-of

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

2025-01-20 Thread José Expósito
> 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. > > Reviewed-by: Maxime Ripard > Signed-off-by: Louis Chauvet > --- > drivers/gpu/drm/vkms/vkm

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

2025-01-17 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. Reviewed-by: Maxime Ripard Signed-off-by: Louis Chauvet --- drivers/gpu/drm/vkms/vkms_crtc.c |