commit | 9170b3105e9c6decd3e15a693584f410a0188234 | [log] [tgz] |
---|---|---|
author | Roman Kovalivskyi <roman.kovalivskyi@globallogic.com> | Mon Feb 03 18:13:57 2020 +0200 |
committer | Roman Kovalivskyi <roman.kovalivskyi@globallogic.com> | Wed Feb 19 17:13:43 2020 +0200 |
tree | 87e2f61bcd726d64fc504217cf78445c4c920d63 | |
parent | 8fae156cf9127c61fc3ba998e71de85b737ac3e8 [diff] |
drm_hwcomposer: Add statistics on flattening to dump message We need some way to verify that current composition is not failed to compose, but instead sent to flatten on GPU. Dump message shows current flattening state. It also displays how often do compositor switches into flattening. Signed-off-by: Roman Kovalivskyi <roman.kovalivskyi@globallogic.com>
Patches to drm_hwcomposer are very much welcome, we really want this to be the universal HW composer implementation for Android and similar platforms So please bring on porting patches, bugfixes, improvements for documentation and new features.
A short list of contribution guidelines:
Submit changes via gitlab merge requests on gitlab.freedesktop.org
drm_hwcomposer is Apache 2.0 Licensed and we require contributions to follow the developer's certificate of origin: http://developercertificate.org/
When submitting new code please follow the naming conventions documented in the generated documentation. Also please make full use of all the helpers and convenience macros provided by drm_hwcomposer. The below command can help you with formatting of your patches:
`git diff | clang-format-diff-5.0 -p 1 -style=file`
Hardware specific changes should be tested on relevant platforms before committing.
If you need inspiration, please checkout our TODO issues
Happy hacking!