commit | 7979d2ae8c8c34d3cf0a5593c9788c5601e642f5 | [log] [tgz] |
---|---|---|
author | Andrew Wolfers <aswolfers@google.com> | Thu Feb 27 14:44:41 2025 +0000 |
committer | Andrew Wolfers <aswolfers@google.com> | Thu Feb 27 14:52:57 2025 +0000 |
tree | 068001b05146d1fc3ba1b46bb505a5b930e73a93 | |
parent | 45cb3e847e0149f1180b6e45ce9198cd23c96b77 [diff] |
drm_hwcomposer: Cursor plane binding This change adds cursor plane binding into DrmDisplayPipeline. The signature of DrmDisplayPipeline::GetUsablePlanes is updated to return a pair where the second element points to the bound cursor plane (if it exists), and the first element points to all other planes. Change-Id: Ic6a623b10383b7dd0a0c2e79fc2d87329ebc6214 Signed-off-by: Andrew Wolfers <aswolfers@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!