commit | 8053f2eddb4dd0168bb6328219a7fa612c3eac04 | [log] [tgz] |
---|---|---|
author | Drew Davenport <ddavenport@google.com> | Wed Oct 02 13:44:41 2024 -0600 |
committer | Drew Davenport <ddavenport@google.com> | Tue Oct 08 09:36:41 2024 -0600 |
tree | 6f5c26e3598210704cdbc0959eccfc4ea0105e82 | |
parent | 3f4469f92ae7de6ab9fe7ac3f9c920b09eb53c27 [diff] |
drm_hwcomposer: Calculate vsync period consistently Calculating the vsync period can yield different results depending on floating point precision and ordering of operations. Calcuate the vsync period in one place for consistency. Change-Id: I968e4976ec5d546f66ffe3e0f7dd404cd934a60c 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!