diff options
author | Chris Wilson <chris@chris-wilson.co.uk> | 2014-06-06 12:00:35 +0100 |
---|---|---|
committer | Chris Wilson <chris@chris-wilson.co.uk> | 2014-06-11 11:05:27 +0100 |
commit | ee7d2e0a8ef882c1d4e0e77a0148b54dcfbf4236 (patch) | |
tree | 7d142f3933f9fc4e8ecc4bb60a4686a57c62cd2a /src/sna/sna.h | |
parent | 782c920b01d5144125f2fe954e29fd7b07a1913e (diff) |
sna: MST topologies may change on any hotplug event
As the kernel does not send out an explicit DISCOVER event, we have to
reinspect every connector after every hotplug event to detect topology
changes.
Signed-off-by: Chris Wilson <chris@chris-wilson.co.uk>
Diffstat (limited to 'src/sna/sna.h')
-rw-r--r-- | src/sna/sna.h | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/src/sna/sna.h b/src/sna/sna.h index a44235b9..dfdfc65f 100644 --- a/src/sna/sna.h +++ b/src/sna/sna.h @@ -253,7 +253,6 @@ struct sna { #define SNA_REMOVE_OUTPUTS 0x400 #define SNA_HAS_FLIP 0x10000 #define SNA_HAS_ASYNC_FLIP 0x20000 -#define SNA_REDISCOVER 0x40000000 #define SNA_REPROBE 0x80000000 unsigned cpu_features; |