commit | 9b6cafd4e218556b56ccfa7b5e933a808c5353fd | [log] [tgz] |
---|---|---|
author | Lowry Li <lowry.li@arm.com> | Tue Aug 28 17:58:21 2018 +0800 |
committer | Sean Paul <seanpaul@chromium.org> | Tue Sep 04 16:09:55 2018 -0400 |
tree | b604984f55ec34346ae2c58512764cce18dbf86a | |
parent | 088fed0a54a6b338a04b49642a0e382f8687169c [diff] |
drm_hwcomposer: Add support for pixel blend mode property The upstream version of pixel blend mode property will be added to the DRM core. So added support for pixel blend mode property to the DrmPlane. Created ValidatePlane() function in Planner to do the blend check, and also moved rotation and plane alpha property check there. Fixed the Emplace() call in platformhisi.cpp as was done with the other planner implementations. Change-Id: I7e6714699cf7c222a83de472060d4625e1e6945a Reviewed-by: Sean Paul <seanpaul@chromium.org> Reviewed-by: Liviu Dudau <liviu.dudau@arm.com> Signed-off-by: Lowry Li <lowry.li@arm.com> Tested-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-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!