commit | 33f0eceb58de4a6365f127fdd2cb510fa6fd1f75 | [log] [tgz] |
---|---|---|
author | Dennis Tsiang <dennis.tsiang@arm.com> | Wed Nov 29 12:45:04 2023 +0000 |
committer | Drew Davenport <ddavenport@chromium.org> | Fri Aug 30 22:15:14 2024 +0000 |
tree | 5eb4b371986252a26d08101cd76230fc5e05bd32 | |
parent | df686aa85d88e03548dbed760bf4a0814049f41c [diff] |
drm_hwcomposer: Add hwc3 frontend stub Adds a stub implementation of the HWC3 interface and service. This is a barebones implementation of HWC3 interface that should contain all the necessary code to build a HWC3 module but provides no functionality. The project [1] was used as a reference. [1]: https://android.googlesource.com/platform/hardware/google/graphics/common/+/refs/tags/android-13.0.0_r18/hwc3/ Change-Id: I99754bb72f12183a94b24b7182cb7857173b31d2 Co-authored-by: Roman Stratiienko <r.stratiienko@gmail.com> Signed-off-by: Dennis Tsiang <dennis.tsiang@arm.com> Signed-off-by: Roman Stratiienko <r.stratiienko@gmail.com> Signed-off-by: Normunds Rieksts <normunds.rieksts@arm.com> Signed-off-by: Drew Davenport <ddavenport@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-15 -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!