| commit | b895e8b7245a27e95a364500b7f41b85418ca14c | [log] [tgz] |
|---|---|---|
| author | Linjiao Zhao <ruki@google.com> | Thu Feb 20 07:29:50 2025 +0000 |
| committer | Linjiao Zhao <ruki@google.com> | Mon Mar 31 06:36:16 2025 +0000 |
| tree | 995ebb17096a9115ce2b6eff4ad76ab8d5f0907e | |
| parent | 383e03695f0b8618797a176c16871050cbeac6a1 [diff] |
drm_hwcomposer: Add build property to support Cuttlefish external displays We add build property vendor.hwc.drm.internal_display_names to contain displays we want to make INTERNAL, while check the property in GetDisplayConnectionType. If the property is set, we decide INTERNAL/EXTERNAL based on the included displays. Currently it's specific for CF/desktop usage. Change-Id: I3d607b6646ac47497b9770966d4e880f5e5c0ca6 Signed-off-by: Linjiao Zhao <ruki@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!