commit | d7e108ed8e9a12d18bbc67631fda4288de1e1d0f | [log] [tgz] |
---|---|---|
author | Roman Stratiienko <r.stratiienko@gmail.com> | Tue Feb 11 04:44:00 2025 +0200 |
committer | Roman Stratiienko <r.stratiienko@gmail.com> | Tue Feb 11 12:46:08 2025 +0200 |
tree | 63453eada0339e306ea1e0f1edf2cbcaf2f5a47e | |
parent | cd3902ab4a1c85af2d608b8313e84d76bb611863 [diff] |
drm_hwcomposer: Fix headless mode The headless mode has a nullptr pipeline, which causes crash a when dereferenced. Fixes: 851ea4dc268c ("drm_hwcomposer: Implement getHdrCapabilities and getColorModes") Change-Id: Iaac5f8c1e1c99734dd3e0b340cf6fc50e88f9908 Signed-off-by: Roman Stratiienko <r.stratiienko@gmail.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!