commit | 1a96620dc4c346d7fd32990570aab8638b7d3757 | [log] [tgz] |
---|---|---|
author | Dennis Tsiang <dennis.tsiang@arm.com> | Wed Jan 24 12:46:33 2024 +0000 |
committer | Drew Davenport <ddavenport@chromium.org> | Fri Aug 30 22:15:14 2024 +0000 |
tree | 2b66ed99607a0f085daaa4a453eae8115bc369be | |
parent | 5951b111ce5bb879b9b4de989159292506fd9bb7 [diff] |
drm_hwcomposer: Fix VTS failures Couple of extra adjustments to pass VTS tests: Ensure the ComposerClient is a singleton Return unsupported for PowerMode::ON_SUSPEND Check that brightness is a valid non-negative float number Change-Id: Ib4704580f41ebbbc39487612efc2b27c0681b356 Signed-off-by: Dennis Tsiang <dennis.tsiang@arm.com> Signed-off-by: Normunds Rieksts <normunds.rieksts@arm.com> Signed-off-by: Drew Davenport <ddavenport@google.com>
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-15 -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!