commit | 3b2a47f6a578da47b8f8c5aefef772d01ee5714f | [log] [tgz] |
---|---|---|
author | Drew Davenport <ddavenport@google.com> | Fri Dec 06 14:24:42 2024 -0700 |
committer | Drew Davenport <ddavenport@google.com> | Fri Dec 06 14:26:10 2024 -0700 |
tree | b6b33371c821eb82f0803ecc84974a8a2caab752 | |
parent | 1c44556c797cceb86f2ca489f619c686524cb22f [diff] | |
parent | 8cfa7ffaf1fd482e0cf6b9db612270023bdb382e [diff] |
Merge remote-tracking branch 'aosp/upstream-main' into uprev * aosp/upstream-main: drm_hwcomposer: Fix incorrect modeset buffer size drm_hwcomposer: Clear staged_mode_config_id_ after SetConfig drm_hwcomposer: Add property for config groups drm_hwcomposer: Fix build_deploy script and switch it to hwc3 drm_hwcomposer: hwc3: Fix build with Android-13 Bug: 362641912, 380448007 Test: Presubmit Change-Id: I82c2c6e68fa1b0638f49d7774dc4db6615c1b267
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-19 -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!