commit | 4eb4c30308ee65d4f7333851ae7b0e04c50a4318 | [log] [tgz] |
---|---|---|
author | Andrew Wolfers <aswolfers@chromium.org> | Tue Feb 14 21:37:33 2023 |
committer | Chromium LUCI CQ <chromium-scoped@luci-project-accounts.iam.gserviceaccount.com> | Tue Feb 14 21:37:33 2023 |
tree | dafe7a948178e480d302e612944910f760474038 | |
parent | 5583155846790f2f7782cc2fbcd270e55279f814 [diff] |
Add VRR property to display config params This CL adds a boolean property to the modesets for controlling the VRR_ENABLED drm property. The entry point for setting VRR is in DisplayConfigurator, and it is plumbed through the configuration request path to the HardwareDisplayPlaneManager. The VRR property is currently set to false unconditionally. Subsequent changes will set the value appropriately and schedule configurations as needed. Bug: b:221220344 Change-Id: Ifaece89996cb19f90d303512627e8d13e67ebf4f Reviewed-on: https://chromium-review.googlesource.com/c/chromium/src/+/4219453 Reviewed-by: Daniel Nicoara <dnicoara@chromium.org> Reviewed-by: Brendon Tiszka <tiszka@google.com> Reviewed-by: Gil Dekel <gildekel@chromium.org> Reviewed-by: Ken Buchanan <kenrb@chromium.org> Commit-Queue: Andrew Wolfers <aswolfers@chromium.org> Cr-Commit-Position: refs/heads/main@{#1105281}
Chromium is an open-source browser project that aims to build a safer, faster, and more stable way for all users to experience the web.
The project's web site is https://www.chromium.org.
To check out the source code locally, don't use git clone
! Instead, follow the instructions on how to get the code.
Documentation in the source is rooted in docs/README.md.
Learn how to Get Around the Chromium Source Code Directory Structure .
For historical reasons, there are some small top level directories. Now the guidance is that new top level directories are for product (e.g. Chrome, Android WebView, Ash). Even if these products have multiple executables, the code should be in subdirectories of the product.
If you found a bug, please file it at https://crbug.com/new.