commit | 077ac9bc3856cf7a775e5daa1e41ca60517c3ae1 | [log] [tgz] |
---|---|---|
author | John Stultz <john.stultz@linaro.org> | Fri Mar 22 11:44:51 2019 -0700 |
committer | John Stultz <john.stultz@linaro.org> | Fri Mar 22 11:47:04 2019 -0700 |
tree | d7b95489ab5d2dce3904772e2f514faf1a2e7959 | |
parent | bea3b4ca9bd3b4bc4bc920b492c401d7b55cacbc [diff] | |
parent | 2d8341e8a6e9f6dde388951c06f173aa0c18d75b [diff] |
Merge remote-tracking branch 'aosp/upstream-master' into HEAD Merge in freedesktop upstream changes * aosp/upstream-master: Revert "drm_hwcomposer: platformgeneric: Fix build" drm_hwcomposer: Set zpos relative to the minimum possible value drm_hwcomposer: Rename DrmProperty::immutable() drm_hwcomposer: Change return type of DrmProperty::value() to tuple drm_hwcomposer: Use proper commit for author/committer check drm_hwcomposer: platformgeneric: Fix build drm_hwcomposer: Chose preferred mode with type DRM_MODE_TYPE_PREFERRED drm_hwcomposer: Added hotplug support of the external display drm_hwcomposer: Fix VSYNC control Change-Id: Ib66a89d151ff47cb490ba82f0dae0ef3ffcfa51c 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-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!