commit | d3a2cf4d1b750c1eae4570cfa9a650d706ff1c80 | [log] [tgz] |
---|---|---|
author | Roman Stratiienko <roman.o.stratiienko@globallogic.com> | Thu Sep 30 10:09:46 2021 +0300 |
committer | Roman Stratiienko <roman.o.stratiienko@globallogic.com> | Sat Oct 23 04:47:33 2021 +0300 |
tree | e3ad3dadff060e0689ddc7eb99c27a40803ed2c6 | |
parent | e8c06798e96e7fc28c092343162b58d57f16ede3 [diff] |
drm_hwcomposer: Remove unused {DrmComposition,DrmCompositor}::Dump() Both DrmCompositor and DrmComposition have to be reworked to account for shared DRM planes, asynchronous atomic commit, dynamic modechange and composition reusing between Validate/Present steps. Current dump logic will be obsolate anyway and keeping/supporting it will slow-down reworking process. It make sense to remove it now and create from scrach if needed. Test: mmma external/drm_hwcomposer Signed-off-by: Roman Stratiienko <roman.o.stratiienko@globallogic.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-12 -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!