commit | d7488c2f5b3832a668dacb13e9a74a000af927a8 | [log] [tgz] |
---|---|---|
author | David Herrmann <dh.herrmann@googlemail.com> | Sun Mar 11 20:05:21 2012 +0100 |
committer | Kristian Høgsberg <krh@bitplanet.net> | Sun Mar 11 15:54:49 2012 -0400 |
tree | 12667bfb225893808ec80e732c0513a4ab7eb44b | |
parent | eb866cd9fe5939efed532f4eb400cd889c00c2f4 [diff] |
compositor-drm: ignore hotplug-events from other devices If we have multiple video devices on the system (card0, card1), we should ignore hotplug events for cards that we do not use. This avoids calling update_outputs() if the event was not generated by our device so we avoid refreshing the DRM information if it didn't change. Signed-off-by: David Herrmann <dh.herrmann@googlemail.com>