commit | ee18b0e08dffb14bd007f36b6941eb942288931c | [log] [tgz] |
---|---|---|
author | John Stultz <john.stultz@linaro.org> | Mon Aug 27 10:53:07 2018 -0700 |
committer | John Stultz <john.stultz@linaro.org> | Fri Aug 31 08:58:58 2018 -0700 |
tree | a1296794146946c7dd8ec67bb6a79b39b48b94a3 | |
parent | 60f5e32d4bd25ab8248b6f2f6199854bcf96b55a [diff] |
drm_hwcomposer: Add HWC_DRM_BO_MAX_PLANES constant Add HWC_DRM_BO_MAX_PLANES to avoid open coded num_gem_handles calculations. Change-Id: Iebdaa67518e75f5b7f4445d92b97ca72e625c04b 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!