commit | 53da371046a69c1c85ad418651d327f9783bca56 | [log] [tgz] |
---|---|---|
author | Drew Davenport <ddavenport@google.com> | Wed Dec 04 13:31:07 2024 -0700 |
committer | Drew Davenport <ddavenport@google.com> | Wed Dec 04 13:34:37 2024 -0700 |
tree | ccfd54d01a8b5231c77c3be6b73a46ce84e666b6 | |
parent | 613a9440a035f71a1e5d3da50b3576ce48c62d8e [diff] |
drm_hwcomposer: Clear staged_mode_config_id_ after SetConfig It's possible that a config change could be queued to happen at the next composition, but that composition doesn't happen. In such a case, staged_mode_config_id_ remains set. If a blocking SetConfig call happens, clear staged_mode_config_id_ so that ensuing calls to getActiveConfig will not erroneously return the stale staged_mode_config_id_. Change-Id: I087eea140f3c02dd0c775ab742ad2d511a0e66cc 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!