commit | d2bab9a7eb9578fe5e580e101e7c4a494623b072 | [log] [tgz] |
---|---|---|
author | Drew Davenport <ddavenport@google.com> | Tue Jan 14 10:17:20 2025 -0700 |
committer | Drew Davenport <ddavenport@google.com> | Tue Jan 14 10:19:00 2025 -0700 |
tree | 58a55585322a0d935556f83f2c61f665f8c36fbf | |
parent | a42c007e78a1b4f65f86df3984b7324246b55b2e [diff] | |
parent | a29289940d7cf806029a36e2e01667708294c67b [diff] |
Merge remote-tracking branch 'aosp/upstream-main' into merge-from-upstream Test: presubmit Bug: 379812682 * aosp/upstream-main: drm_hwcomposer: fix null deref happening when clearing callback drm_hwcomposer: Add libdisplay-info dependency and update tar with library Change-Id: I654fff5e0093497f99dcb8c1443e7cf752d4566c
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!