commit | df88299409b08cceb88885f02f64ddc9e492c210 | [log] [tgz] |
---|---|---|
author | Roman Kovalivskyi <roman.kovalivskyi@globallogic.com> | Mon Nov 04 17:43:40 2019 +0200 |
committer | Roman Kovalivskyi <roman.kovalivskyi@globallogic.com> | Thu Nov 21 23:18:07 2019 +0000 |
tree | 9b96e12058a52aee37641103f22fae2eaf51e67e | |
parent | afb36897c9ecc76921f4d69c9de30e924b286893 [diff] |
drm_hwcomposer: Add DrmConnector::name function Connectors usually are referred by names, but libdrm stores type and id only as a numbers so for more convenience conversion function from integerst to string should be added. Signed-off-by: Roman Kovalivskyi <roman.kovalivskyi@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-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!