commit | a42c007e78a1b4f65f86df3984b7324246b55b2e | [log] [tgz] |
---|---|---|
author | Mark Yacoub <markyacoub@google.com> | Fri Jan 10 15:25:25 2025 -0500 |
committer | Mark Yacoub <markyacoub@google.com> | Mon Jan 13 15:02:44 2025 -0500 |
tree | 2c87242277feda49958ad012871cd076c62f3c89 | |
parent | a8ef39578ca861e23160a0cd15df79bcf0e6d07b [diff] |
ANDROID: Update drm_hwc pre/postsubmit VtsHalGraphicsComposer3_TargetTest is now passing on post submit on AVDs, so move it as a presubmit device on both CF and Ika. Add 2 new tests to postsubmit: 1. CuttlefishDisplayTests tests that the AVD turns on with something on the screen. 2. CuttlefishDisplayHotplugTest tests that the AVD can interactively connect and disconnect displays. Bug: b/383125262 Test: N/A Flag: TEST_ONLY Change-Id: I3bb91d4bac39362f7d88547ae249894a9b082e1b
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!