mirror of
https://github.com/X11Libre/xserver.git
synced 2026-04-06 10:54:24 +00:00
xf86: don't hotplug output devices while VT switched.
We don't want to hotplug output devices while we are VT switched, as we get races between multiple X servers on the device open, and drm device master status. This just queues device opens until we return from VT switch. Reviewed-by: Chris Wilson <chris@chris-wilson.co.uk> Signed-off-by: Dave Airlie <airlied@redhat.com>
This commit is contained in:
@@ -40,6 +40,7 @@ struct OdevAttribute {
|
||||
|
||||
struct OdevAttributes {
|
||||
struct xorg_list list;
|
||||
Bool unowned;
|
||||
};
|
||||
|
||||
struct OdevAttributes *
|
||||
|
||||
Reference in New Issue
Block a user