commit | dfcc8edff9985cdba03c936c5668563099a65569 | [log] [tgz] |
---|---|---|
author | Sasha McIntosh <sashamcintosh@google.com> | Thu Nov 07 14:40:45 2024 -0500 |
committer | Sasha McIntosh <sashamcintosh@google.com> | Mon Feb 24 11:52:17 2025 -0500 |
tree | 4bcc8ed136d9bba9403766f70783ecd7ede776dc | |
parent | ddc80f37f6f65d3829eac1b7993ac052bb45bfec [diff] |
ANDROID: Set min bpc on modeset When HDR10 is the desired output type for the display mode, request a minimum bpc of 8 from the connector. This ensures the quality of the HDR content and allows the caller to retry with SDR if there is insufficient bandwidth. Bug: 374183675 Test: Presubmit Change-Id: I897e0b42e0065a61ecfe28c280094b6c375d8a72 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!