commit | 9a2e2f6b95094f9d6eaaa97049d551ea584b4580 | [log] [tgz] |
---|---|---|
author | Drew Davenport <ddavenport@google.com> | Tue Nov 12 15:01:37 2024 -0700 |
committer | Drew Davenport <ddavenport@google.com> | Tue Nov 12 15:03:36 2024 -0700 |
tree | 83d246cd88a52aabef2e174e6bfa5efacee52ff7 | |
parent | 9c41b68d080445f80fa144ce4e69620da270877e [diff] |
drm_hwcomposer: Fix SetDisplayBrightness failure Display brightness is not supported in drm-hwc. VTS expects an error to be returned if the client sets a value for display brightness when it is not supported. Change-Id: I0a9f8a4fe8aabff91bfb262057cf116d634803ef 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-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!