commit | 012271dcdbd99d28b5ca9633f95583a21a7d9119 | [log] [tgz] |
---|---|---|
author | Huihong Luo <huisinro@google.com> | Wed Oct 30 13:19:10 2024 -0700 |
committer | Huihong Luo <huisinro@google.com> | Wed Nov 20 18:29:52 2024 +0000 |
tree | f443249ed6e50487068264f32af2011ece9be1b2 | |
parent | f1494e910b9bff9ae73d19dcbf36c8515f01610f [diff] |
Sync with new API to start HDCP When SurfaceFlinger detects a secure surface, it can call this api to inform HWC to start HDCP negotiations. Bug: 369161085 Test: manual Change-Id: Ifce48821ba32c35567d608064c977ecc08fdd5b7
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!