commit | 863a3c207e73001ab5f4ee84c71d21c8fcb8086c | [log] [tgz] |
---|---|---|
author | Roman Stratiienko <roman.o.stratiienko@globallogic.com> | Wed Sep 29 13:00:29 2021 +0300 |
committer | Roman Stratiienko <roman.o.stratiienko@globallogic.com> | Wed Sep 29 13:00:29 2021 +0300 |
tree | 74bc1d4b8c0c42e129a29b3513ace8689cebc993 | |
parent | 24a4c180c2844c74ff6f17dfc91680783f373a07 [diff] |
drm_hwcomposer: Handle all HWC2 callbacks in DrmHwcTwo.{h,cpp} Part of frontend isolation activities. 1. Use HWC2 HAL types only inside DrmHwcTwo.{h,cpp}. 2. Use single lock for all callbacks. 3. Communicate with other drm_dwc components using std::function without any locking. Signed-off-by: Roman Stratiienko <roman.o.stratiienko@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-12 -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!