lp://qastaging/~vanvugt/mir/remove-hybrid-outputs-logging
- Get this branch:
- bzr branch lp://qastaging/~vanvugt/mir/remove-hybrid-outputs-logging
Branch merges
- Mir CI Bot: Approve (continuous-integration)
- Cemil Azizoglu (community): Abstain
- Chris Halse Rogers: Abstain
-
Diff: 61 lines (+0/-45)1 file modifiedsrc/platforms/mesa/server/kms/display.cpp (+0/-45)
Branch information
Recent revisions
- 4140. By Daniel van Vugt
-
Remove extraneous logging of outputs introduced with hybrid support
in mesa-kms recently.The existing logging we already do for all platforms is more detailed
and more useful. The new logging being removed here is less than useful
because it's single-platform, confused by missing output IDs, missing most
of the output details we already log elsewhere, and simultaneously floods
the server log with all supported mode details which we don't need.If we do want that last part, it should be added to the existing
mir::report::logging: :DisplayConfigu rationReport
instead, where it would apply to all graphics drivers. - 4139. By Daniel van Vugt
-
Generalise android's DisplayBuffer transformation passing.
. Fixes: https://bugs.launchpad .net/bugs/ 1639226. Approved by Kevin DuBois, mir-ci-bot.
- 4138. By Daniel van Vugt
-
Simplify android:
:DisplayBuffer: :view_area( ) so that it's also now more
correctly reflecting the logical view area (extents()) of its output. Fixes: https://bugs.launchpad .net/bugs/ 1639226. Approved by mir-ci-bot, Alan Griffiths.
- 4137. By Chris Halse Rogers
-
Initial hybrid-output support for mesa-kms platform.
This is (mostly) what is known in the X world as reverse-prime - rendering on the integrated card, displaying on the external GPU.
This selects whatever card is first to initialise in DRM (which is [usually?] the boot VGA device) to do all shell rendering on, but exposes all outputs across all GPUs for display.
As a first cut, it misses out on hardware cursor support for hybrid systems, and performance on hybrid systems will be non-optimal, but this should not significantly change the code flow for non-hybrid systems.
Approved by Kevin DuBois, mir-ci-bot, Alan Griffiths, Cemil Azizoglu.
- 4136. By Daniel van Vugt
-
Start to implement eglstream-kms DisplayBuffer logical layout:
* Use the logical size (extents) of the output, which takes into
consideration transformations (presently orientation, later others).
* Return the correct transformation from DisplayBuffer::transformation ()
so that the renderer knows what to do. Fixes: https://bugs.launchpad .net/bugs/ 1639226. Approved by Chris Halse Rogers, Kevin DuBois, mir-ci-bot.
- 4135. By Alan Griffiths
-
Use struct consistently for InputDeviceInfo in public headers.
Approved by Brandon Schaefer, mir-ci-bot.
- 4134. By Daniel van Vugt
-
eglapp: Go fullscreen properly, using window states.
.Approved by Alan Griffiths, mir-ci-bot.
Branch metadata
- Branch format:
- Branch format 7
- Repository format:
- Bazaar repository format 2a (needs bzr 1.16 or later)
- Stacked on:
- lp://qastaging/mir