Re: [PATCH RFC v2 00/16] drm/vkms: ConfigFS interface

2025-02-25 Thread Louis Chauvet
Le 20/02/2025 à 10:43, Simona Vetter a écrit : On Wed, Feb 19, 2025 at 05:28:37PM +0100, Louis Chauvet wrote: Le 19/02/2025 à 14:15, Simona Vetter a écrit : On Wed, Feb 19, 2025 at 10:28:56AM +0100, Maxime Ripard wrote: On Tue, Dec 17, 2024 at 05:42:56PM +0100, Louis Chauvet wrote: Hi, H

Re: [PATCH RFC v2 00/16] drm/vkms: ConfigFS interface

2025-02-20 Thread Simona Vetter
On Wed, Feb 19, 2025 at 05:28:37PM +0100, Louis Chauvet wrote: > Le 19/02/2025 à 14:15, Simona Vetter a écrit : > > On Wed, Feb 19, 2025 at 10:28:56AM +0100, Maxime Ripard wrote: > > > On Tue, Dec 17, 2024 at 05:42:56PM +0100, Louis Chauvet wrote: > > > > Hi, > > > > > > > > > > Hi all, > > > > >

Re: [PATCH RFC v2 00/16] drm/vkms: ConfigFS interface

2025-02-19 Thread Louis Chauvet
Le 19/02/2025 à 14:15, Simona Vetter a écrit : On Wed, Feb 19, 2025 at 10:28:56AM +0100, Maxime Ripard wrote: On Tue, Dec 17, 2024 at 05:42:56PM +0100, Louis Chauvet wrote: Hi, Hi all, I am also currently working on MST emulation for VKMS. If someone can read what I already did and at tel

Re: [PATCH RFC v2 00/16] drm/vkms: ConfigFS interface

2025-02-19 Thread Simona Vetter
On Wed, Feb 19, 2025 at 10:28:56AM +0100, Maxime Ripard wrote: > On Tue, Dec 17, 2024 at 05:42:56PM +0100, Louis Chauvet wrote: > > Hi, > > > > > > Hi all, > > > > > > > > I am also currently working on MST emulation for VKMS. If someone can > > > > read > > > > what I already did and at tell m

Re: [PATCH RFC v2 00/16] drm/vkms: ConfigFS interface

2025-02-19 Thread Maxime Ripard
On Tue, Dec 17, 2024 at 05:42:56PM +0100, Louis Chauvet wrote: > Hi, > > > > Hi all, > > > > > > I am also currently working on MST emulation for VKMS. If someone can > > > read > > > what I already did and at tell me if my implementation seems on the right > > > track it could be nice. > > >

Re: [PATCH RFC v2 00/16] drm/vkms: ConfigFS interface

2024-12-17 Thread Louis Chauvet
Hi, > > Hi all, > > > > I am also currently working on MST emulation for VKMS. If someone can read > > what I already did and at tell me if my implementation seems on the right > > track it could be nice. > > > > The current status is not very advanced: I can emulate a mst HUB, but not > > a

Re: [PATCH RFC v2 00/16] drm/vkms: ConfigFS interface

2024-11-26 Thread Maxime Ripard
Hi, On Fri, Nov 22, 2024 at 06:44:18PM +0100, Louis Chauvet wrote: > On 22/11/24 - 18:38, Louis Chauvet wrote: > > VKMS is manly used to test userspace program and its behavior. The current > > implementation is not very configurable as you can only have one device, > > with few specific planes.

Re: [PATCH RFC v2 00/16] drm/vkms: ConfigFS interface

2024-11-22 Thread Louis Chauvet
On 22/11/24 - 18:38, Louis Chauvet wrote: > VKMS is manly used to test userspace program and its behavior. The current > implementation is not very configurable as you can only have one device, > with few specific planes. > > This series aims to introduce a new interface, using ConfigFS, to crea

[PATCH RFC v2 00/16] drm/vkms: ConfigFS interface

2024-11-22 Thread Louis Chauvet
VKMS is manly used to test userspace program and its behavior. The current implementation is not very configurable as you can only have one device, with few specific planes. This series aims to introduce a new interface, using ConfigFS, to create and configure more devices. This will introduce: