commit | d387c849400891fdd34752f5fc9d515dad0f384a | [log] [tgz] |
---|---|---|
author | Drew Davenport <ddavenport@google.com> | Mon Dec 16 16:57:24 2024 -0700 |
committer | Drew Davenport <ddavenport@google.com> | Mon Dec 16 17:53:10 2024 -0700 |
tree | 3c54eca24229f92e16197b783d3b8c1567d601f9 | |
parent | edccc0b7e4fa888857be6846f36b30d94c8d0150 [diff] |
drm_hwcomposer: Simplify default vsync period VSyncWorker::SetVsyncPeriod won't be called with a value of 0, so the only time the internal vsync period will be zero is if SetVsyncPeriod was not called. Set the 60Hz vsync period as a default value, and let the synthetic vsync code expect it to be set to a reasonable value. Change-Id: Ie1f83b0c11504acf304cc241923bfa60a5ffd647 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-19 -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!