Merge lp://staging/~raof/mir/prober-drm-device-probe into lp://staging/~mir-team/mir/trunk
Proposed by
Chris Halse Rogers
Status: | Merged |
---|---|
Approved by: | Chris Halse Rogers |
Approved revision: | no longer in the source branch. |
Merged at revision: | 798 |
Proposed branch: | lp://staging/~raof/mir/prober-drm-device-probe |
Merge into: | lp://staging/~mir-team/mir/trunk |
Diff against target: |
1176 lines (+577/-22) 26 files modified
CMakeLists.txt (+12/-1) cmake/MirCommon.cmake (+10/-0) cmake/src/mir/mir_discover_gtest_tests.cpp (+13/-0) debian/control (+3/-0) include/test/mir_test_doubles/mock_drm.h (+4/-0) include/test/mir_test_framework/udev_environment.h (+43/-0) src/server/graphics/gbm/CMakeLists.txt (+2/-0) src/server/graphics/gbm/gbm_display_helpers.cpp (+122/-14) src/server/graphics/gbm/gbm_display_helpers.h (+23/-2) src/server/graphics/gbm/gbm_platform.cpp (+1/-1) src/server/graphics/gbm/gbm_platform.h (+1/-0) tests/mir_test_doubles/CMakeLists.txt (+1/-2) tests/mir_test_doubles/mock_drm.cpp (+73/-0) tests/mir_test_framework/CMakeLists.txt (+17/-0) tests/mir_test_framework/udev_environment.cpp (+49/-0) tests/mir_test_framework/udev_recordings/standard-drm-devices.umockdev (+138/-0) tests/unit-tests/CMakeLists.txt (+11/-2) tests/unit-tests/graphics/gbm/test_gbm_buffer.cpp (+7/-0) tests/unit-tests/graphics/gbm/test_gbm_buffer_allocator.cpp (+5/-0) tests/unit-tests/graphics/gbm/test_gbm_display.cpp (+6/-0) tests/unit-tests/graphics/gbm/test_gbm_display_configuration.cpp (+7/-0) tests/unit-tests/graphics/gbm/test_gbm_display_multi_monitor.cpp (+7/-0) tests/unit-tests/graphics/gbm/test_gbm_platform.cpp (+5/-0) tests/unit-tests/graphics/test_display.cpp (+9/-0) tests/unit-tests/graphics/test_graphics_platform.cpp (+7/-0) tools/setup-partial-armhf-chroot.sh (+1/-0) |
To merge this branch: | bzr merge lp://staging/~raof/mir/prober-drm-device-probe |
Related bugs: |
Reviewer | Review Type | Date Requested | Status |
---|---|---|---|
PS Jenkins bot (community) | continuous-integration | Approve | |
Thomas Voß (community) | Approve | ||
Daniel van Vugt | Needs Fixing | ||
Alexandros Frantzis (community) | Approve | ||
Robert Ancell | Approve | ||
Review via email: mp+170765@code.staging.launchpad.net |
Commit message
Improve GBM platform's device probing, by actually making it probe devices
Description of the change
Improve the GBM platform's device probing by actually probing devices
To post a comment you must log in.
This is better than what we've currently got, but I'd prefer not to merge it yet because what we currently have accidentally works on my hybrid laptop and this only works about half the time; when the intel card gets to be the first drm device.