Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Add a disable method to DrmSurface/DrmCompositor for implementing DPMS #1561

Open
wants to merge 3 commits into
base: master
Choose a base branch
from

Commits on Oct 9, 2024

  1. Configuration menu
    Copy the full SHA
    11503c3 View commit details
    Browse the repository at this point in the history
  2. drm/surface/legacy: Remove unused active field of State

    This field is currently set, but never read.
    
    This logically doesn't need to be part of `state`/`pending` either,
    since a full commit is not needed to change the DPMS state.
    ids1024 committed Oct 9, 2024
    Configuration menu
    Copy the full SHA
    c54e079 View commit details
    Browse the repository at this point in the history

Commits on Oct 10, 2024

  1. Add a disable method to DrmSurface and DrmCompositor

    This sets DPMS state to off. Submitting a new frame will re-enable the
    output.
    ids1024 committed Oct 10, 2024
    Configuration menu
    Copy the full SHA
    abf158d View commit details
    Browse the repository at this point in the history