commit | 17d3c8bba62abb1c646c2c2133d1d66b0b457be9 | [log] [tgz] |
---|---|---|
author | Neil Armstrong <narmstrong@baylibre.com> | Thu Apr 25 15:17:22 2019 +0000 |
committer | Sean Paul <seanpaul@chromium.org> | Tue Jun 11 13:24:42 2019 +0000 |
tree | 1b380622cd91ca15e86f3058d0aa0dd158deb8dc | |
parent | 4c027a7d55fc32ad67240a7a7907b0a2c9bd027c [diff] |
drm_hwcomposer: Add platformmeson for Amlogic SoC support This specific platform handler is dedicated for the Amlogic SoC, and more precisely for the Amlogic G12A family. OpenGL/Mali allocation is done via a slightly modified ARM Gralloc module, thus needing a custom platform handler to handle the custom private_handle_t structure. This platformmeson is based on platformhisi without the AFBC YUV management (not handled by the Amlogic SoCs). Signed-off-by: Neil Armstrong <narmstrong@baylibre.com> Change-Id: I1a1d20b0a84b0e17aa3417c8e9633712f258523d
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-5.0 -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!