Re: [PATCH v6 7/7] drm/vkms Add hotplug support via configfs to VKMS.

2024-04-30 Thread Daniel Vetter
On Tue, Aug 29, 2023 at 05:30:59AM +, Brandon Pollack wrote: > This change adds the ability to read or write a "1" or a "0" to the > newly added "connected" attribute of a connector in the vkms entry in > configfs. > > A write will trigger a call to drm_kms_helper_hotplug_event, causing a >

Re: [PATCH v6 7/7] drm/vkms Add hotplug support via configfs to VKMS.

2023-09-20 Thread Brandon Ross Pollack
Sorry, these tests are actually running in the chromeOS infrastructure environment! A similar test can be written in IGT (and I think is in the other chain that Marius published) On Thu, Sep 21, 2023 at 3:03 AM Helen Koike wrote: > > Hello! > > Thanks for the patch. > > On 29/08/2023 02:30,

Re: [PATCH v6 7/7] drm/vkms Add hotplug support via configfs to VKMS.

2023-09-20 Thread Helen Koike
Hello! Thanks for the patch. On 29/08/2023 02:30, Brandon Pollack wrote: This change adds the ability to read or write a "1" or a "0" to the newly added "connected" attribute of a connector in the vkms entry in configfs. A write will trigger a call to drm_kms_helper_hotplug_event, causing a

[PATCH v6 7/7] drm/vkms Add hotplug support via configfs to VKMS.

2023-08-28 Thread Brandon Pollack
This change adds the ability to read or write a "1" or a "0" to the newly added "connected" attribute of a connector in the vkms entry in configfs. A write will trigger a call to drm_kms_helper_hotplug_event, causing a hotplug uevent. With this we can write virtualized multidisplay tests that