Re: [PATCH v6 5/7] drm/vkms: Support enabling ConfigFS devices

2024-04-30 Thread Daniel Vetter
On Tue, Aug 29, 2023 at 05:30:57AM +, Brandon Pollack wrote: > From: Jim Shargo > > VKMS now supports creating and using virtual devices! > > In addition to the enabling logic, this commit also prevents users from > adding new objects once a card is registered. I forgot one comment ... I tr

Re: [PATCH v6 5/7] drm/vkms: Support enabling ConfigFS devices

2024-04-30 Thread Daniel Vetter
On Tue, Aug 29, 2023 at 05:30:57AM +, Brandon Pollack wrote: > From: Jim Shargo > > VKMS now supports creating and using virtual devices! > > In addition to the enabling logic, this commit also prevents users from > adding new objects once a card is registered. > > Signed-off-by: Jim Shargo

[PATCH v6 5/7] drm/vkms: Support enabling ConfigFS devices

2023-08-28 Thread Brandon Pollack
From: Jim Shargo VKMS now supports creating and using virtual devices! In addition to the enabling logic, this commit also prevents users from adding new objects once a card is registered. Signed-off-by: Jim Shargo Signed-off-by: Brandon Pollack --- drivers/gpu/drm/vkms/vkms_configfs.c | 37