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

interfaces: support Tegra display drivers #7173

Merged
merged 7 commits into from
Aug 26, 2019

Commits on Jul 29, 2019

  1. interfaces/builtin/opengl: allow reading tegra sys details

    Tegra drivers try to read this path:
    
    /sys/devices/1003000.pcie-controller/pci0000:00/0000:00:02.0/*
    
    Consider this case by allowing parent directories before the pci0000:00
    folder.
    alfonsosanchezbeato committed Jul 29, 2019
    Configuration menu
    Copy the full SHA
    d7a2c16 View commit details
    Browse the repository at this point in the history
  2. interfaces/builtin/opengl: allow access to Tegra display

    Allow access to devices created by the Tegra display driver.
    alfonsosanchezbeato committed Jul 29, 2019
    Configuration menu
    Copy the full SHA
    593d83e View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    d4eb3fa View commit details
    Browse the repository at this point in the history
  4. interfaces/builtin/opengl: adapt tests

    Make tests pass now that Tegra display driver has been added to the
    opengl interface.
    alfonsosanchezbeato committed Jul 29, 2019
    Configuration menu
    Copy the full SHA
    706cb0b View commit details
    Browse the repository at this point in the history

Commits on Aug 14, 2019

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

Commits on Aug 19, 2019

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

Commits on Aug 26, 2019

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