commit | 07f750fb9706d9939871f2e4ff4a57bdbf4103fb | [log] [tgz] |
---|---|---|
author | Mark Yacoub <markyacoub@google.com> | Mon Dec 09 16:22:15 2024 -0500 |
committer | Mark Yacoub <markyacoub@google.com> | Tue Dec 10 09:11:05 2024 -0500 |
tree | 3465baf95a773ed62afd572d40fd0ea1c857145b | |
parent | 104c85fc06055dea858adf416dfaf1c05aa316ed [diff] |
ANDROID: Run VTS HAL for HWC on AVD drm_hwc postsubmit To make sure that drm_hwc is HAL compliant, run VtsHalGraphicsComposer3_TargetTest. The test runs in post submit for the time being as GetDisplayConfigurations_hasHdrType is currently failing. When it passes, move the test to AVD presubmit. Bug: b/383125262 Test: N/A Flag: TEST_ONLY Change-Id: I4271d359153d6a5fbeeb456d7aeb7ab6d0addc55
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!