Re: [PATCH v2 08/15] drm/vkms: Add a validation function for VKMS configuration

2025-02-14 Thread Louis Chauvet
Le 14/02/2025 à 16:53, José Expósito a écrit : On Thu, Feb 13, 2025 at 02:59:52PM +0100, Louis Chauvet wrote: On 11/02/25 - 12:09, José Expósito wrote: From: Louis Chauvet As the configuration will be used by userspace, add a validator to avoid creating a broken DRM device. For the moment

Re: [PATCH v2 08/15] drm/vkms: Add a validation function for VKMS configuration

2025-02-14 Thread José Expósito
On Thu, Feb 13, 2025 at 02:59:52PM +0100, Louis Chauvet wrote: > On 11/02/25 - 12:09, José Expósito wrote: > > From: Louis Chauvet > > > > As the configuration will be used by userspace, add a validator to avoid > > creating a broken DRM device. > > > > For the moment, the function always return

Re: [PATCH v2 08/15] drm/vkms: Add a validation function for VKMS configuration

2025-02-13 Thread Louis Chauvet
On 11/02/25 - 12:09, José Expósito wrote: > From: Louis Chauvet > > As the configuration will be used by userspace, add a validator to avoid > creating a broken DRM device. > > For the moment, the function always returns true, but rules will be > added in future patches. > > Reviewed-by: Louis

[PATCH v2 08/15] drm/vkms: Add a validation function for VKMS configuration

2025-02-11 Thread José Expósito
From: Louis Chauvet As the configuration will be used by userspace, add a validator to avoid creating a broken DRM device. For the moment, the function always returns true, but rules will be added in future patches. Reviewed-by: Louis Chauvet Signed-off-by: Louis Chauvet Co-developed-by: José