Re: [PATCH v2 05/15] drm/vkms: Extract vkms_config header

2025-02-14 Thread Louis Chauvet
Le 13/02/2025 à 16:36, José Expósito a écrit : On Thu, Feb 13, 2025 at 02:59:25PM +0100, Louis Chauvet wrote: On 11/02/25 - 12:09, José Expósito wrote: Creating a new vkms_config structure will be more complex once we start adding more options. Extract the vkms_config structure to its own h

Re: [PATCH v2 05/15] drm/vkms: Extract vkms_config header

2025-02-13 Thread José Expósito
On Thu, Feb 13, 2025 at 02:59:25PM +0100, Louis Chauvet wrote: > On 11/02/25 - 12:09, José Expósito wrote: > > Creating a new vkms_config structure will be more complex once we > > start adding more options. > > > > Extract the vkms_config structure to its own header and source files > > and add f

Re: [PATCH v2 05/15] drm/vkms: Extract vkms_config header

2025-02-13 Thread Louis Chauvet
On 11/02/25 - 12:09, José Expósito wrote: > Creating a new vkms_config structure will be more complex once we > start adding more options. > > Extract the vkms_config structure to its own header and source files > and add functions to create and delete a vkms_config and to initialize > debugfs. >

[PATCH v2 05/15] drm/vkms: Extract vkms_config header

2025-02-11 Thread José Expósito
Creating a new vkms_config structure will be more complex once we start adding more options. Extract the vkms_config structure to its own header and source files and add functions to create and delete a vkms_config and to initialize debugfs. Refactor, no functional changes. Co-developed-by: Loui