commit | 9c6f7e556630c894e261e885852327209e23622b | [log] [tgz] |
---|---|---|
author | Drew Davenport <ddavenport@google.com> | Wed Sep 25 14:58:18 2024 -0600 |
committer | Drew Davenport <ddavenport@google.com> | Mon Oct 14 14:23:24 2024 -0600 |
tree | e396cf91a16ca55eacad1fd33c02ff218fe3ee51 | |
parent | 5d679b06bba14326ebe15986fa34a4d4fbadae4b [diff] |
drm_hwcomposer: Only validate layer brightness Layer brightness is not supported, but an error is returned when a bad value is set for layer brightness regardless. Move the related code around to make this clearer and consistent with other layer commands. Change-Id: Iad59dcefb4ff0187d1c3f2c1ff368a58661b0ae0 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!