commit | 9abec035e84bd38b1ff03c8077f6bb40c9fc75b8 | [log] [tgz] |
---|---|---|
author | Vincent Donnefort <vincent.donnefort@arm.com> | Wed Oct 09 15:43:43 2019 +0100 |
committer | Vincent Donnefort <vincent.donnefort@arm.com> | Tue Oct 22 13:49:59 2019 +0100 |
tree | ce37cf558e34ebd9b9ef5dd00a97396bd2697c3c | |
parent | 315444c821887bc0722ca0cd182bc3bd72edb785 [diff] |
drm_hwcomposer: HWC2: Handle bad layer_handle HWC2 can issue a command with an incorrect layer handle. Making sure a such error is caught with the expected HWC2 error code BadLayer This can be verified with the VTS test: * GraphicsComposerHidlTest.DestroyLayerBadLayerError Signed-off-by: Vincent Donnefort <vincent.donnefort@arm.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!