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 support for DPMS. #1618

Open
wants to merge 4 commits into
base: dev
Choose a base branch
from
Open

Add support for DPMS. #1618

wants to merge 4 commits into from

Commits on Jan 12, 2023

  1. Add support for DPMS: disable video ports on bridge_disable in TDA19988

    driver. Also disable pixel clock and pipeline components in Komeda driver.
    This puts devices into lower power mode and blanks the screen.
    bukinr committed Jan 12, 2023
    Configuration menu
    Copy the full SHA
    1bed837 View commit details
    Browse the repository at this point in the history
  2. Don't copy drm mode to driver's software context, instead configure

    display mode straight from bridge_mode_set() as it should be.
    bukinr committed Jan 12, 2023
    Configuration menu
    Copy the full SHA
    1113382 View commit details
    Browse the repository at this point in the history
  3. o Rename dou_ds_ (display subsystem) to dou_bs_ (backend subsystem);

    o Move dou_bs_control() call.
    bukinr committed Jan 12, 2023
    Configuration menu
    Copy the full SHA
    2c89d26 View commit details
    Browse the repository at this point in the history

Commits on Jan 20, 2023

  1. Configuration menu
    Copy the full SHA
    248b820 View commit details
    Browse the repository at this point in the history