commit | 78c9f6c26210423926ea027edfab0b9504c2d7ff | [log] [tgz] |
---|---|---|
author | John Stultz <john.stultz@linaro.org> | Thu May 24 16:43:35 2018 -0700 |
committer | John Stultz <john.stultz@linaro.org> | Thu Jun 21 13:53:23 2018 -0700 |
tree | c8d517248ae2761b34b8e912ec363b02954f657b | |
parent | df35a81f49c9c0ed4fa9e2f00b1b99ccd36a8407 [diff] |
drm_hwcomposer: Avoid filling the log with warnings when test compositions fail We frequently test compositions that might fail due to various reasons. On db820 we see: W HwcComposer: command 0x4010000 generated error 8 E hwc-drm-display-compositor: Alpha is not supported on plane 29 E hwc-drm-two: Failed to apply the frame composition ret=-22 over and over So to avoid filling the log with errors when those test compsitions don't work out, this patch tries to quiet down those error messages when we are doing test compositions. Change-Id: Iab19628bd7488c7d104e2c775310989bb59e140d Signed-off-by: John Stultz <john.stultz@linaro.org>
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-3.5 -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!