commit | 7009cc1909804ef707376441b5b3f986b492d66a | [log] [tgz] |
---|---|---|
author | Sasha McIntosh <sashamcintosh@google.com> | Tue Mar 11 17:58:37 2025 -0400 |
committer | Sasha McIntosh <sashamcintosh@google.com> | Wed Mar 12 15:00:52 2025 -0400 |
tree | 1dacdde306329ea2e59cfbd2d51603051dfc46d2 | |
parent | 7979d2ae8c8c34d3cf0a5593c9788c5601e642f5 [diff] |
drm_hwcomposer: Fix HDR metadata handling Remove const qualifiers from luminance data variables. Set an empty HDR_OUTPUT_METADATA blob to ensure the property is cleared when switching color modes. Change-Id: I15d1477a98a1f4e103ef0202c157b8dfb5af8f86 Signed-off-by: Sasha McIntosh <sashamcintosh@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!