lp:~raof/mir/prober-drm-device-probe
Created by
Chris Halse Rogers
and last modified
- Get this branch:
- bzr branch lp:~raof/mir/prober-drm-device-probe
Only
Chris Halse Rogers
can upload to this branch. If you are
Chris Halse Rogers
please log in for upload directions.
Branch merges
Propose for merging
- PS Jenkins bot (community): Approve (continuous-integration)
- Thomas Voß (community): Approve
- Daniel van Vugt: Needs Fixing
- Alexandros Frantzis (community): Approve
- Robert Ancell: Approve
-
Diff: 1176 lines (+577/-22)26 files modifiedCMakeLists.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)
Branch information
Recent revisions
- 786. By Chris Halse Rogers
-
Add new libandroid-
properties dependency to setup-partial- armhf-chroot. sh Although, really, what this should be doing is setting up an *actual* armhf chroot with the apt tools,
so that we don't have to manually update every time some package in the transitive build-dependencies of
Mir changes a dependency - 779. By Chris Halse Rogers
-
Add UdevEnvironment framework helper, and use it to remove the dependency on real devices in GBM tests
Branch metadata
- Branch format:
- Branch format 7
- Repository format:
- Bazaar repository format 2a (needs bzr 1.16 or later)
- Stacked on:
- lp:~mir-team/mir/trunk