commit | f13a30b95ab986492e9208feb3de446b3d669cc1 | [log] [tgz] |
---|---|---|
author | John Stultz <john.stultz@linaro.org> | Fri Jun 21 20:30:57 2019 +0000 |
committer | John Stultz <john.stultz@linaro.org> | Fri Jun 21 20:30:57 2019 +0000 |
tree | 456febec556b9c21f956e3e7e69a86f9d45dc9b2 | |
parent | 05a93307bd3c7164724fdf8d1665b5311ca57cb2 [diff] | |
parent | b67d049c870c2b82c2883b0c10a07bc29c4cd598 [diff] |
Merge remote-tracking branch 'aosp/upstream-master' into HEAD Includes change from Neil that addresses db845c regression caused by SF mode-selection (combined with a db845c specific mode issue still to be fixed) * aosp/upstream-master: drm_hwcomposer: pre-filter modes provided to HWC2 Change-Id: I9eb36c50ea6ad50edb9971fdf93ea0f2757b87ac 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!