Skip to content
GitLab
Projects Groups Snippets
  • /
  • Help
    • Help
    • Support
    • Community forum
    • Submit feedback
    • Contribute to GitLab
  • Register
  • Sign in
  • wlroots wlroots
  • Project information
    • Project information
    • Activity
    • Labels
    • Members
  • Repository
    • Repository
    • Files
    • Commits
    • Branches
    • Tags
    • Contributors
    • Graph
    • Compare
  • Issues 344
    • Issues 344
    • List
    • Boards
    • Service Desk
    • Milestones
  • Merge requests 139
    • Merge requests 139
  • CI/CD
    • CI/CD
    • Pipelines
    • Jobs
    • Schedules
  • Deployments
    • Deployments
    • Releases
  • Analytics
    • Analytics
    • Value stream
    • CI/CD
    • Repository
  • Wiki
    • Wiki
  • Activity
  • Graph
  • Create a new issue
  • Jobs
  • Commits
  • Issue Boards
Collapse sidebar

Due to an influx of spam, we have had to impose restrictions on new accounts. Please see this wiki page for instructions on how to get full permissions. Sorry for the inconvenience.

  • wlrootswlroots
  • wlrootswlroots
  • Merge requests
  • !3979

Draft: output: add wlr_output.port

  • Review changes

  • Download
  • Email patches
  • Plain diff
Open Simon Ser requested to merge emersion/wlroots:conn-port into master Jan 25, 2023
  • Overview 2
  • Commits 2
  • Pipelines 5
  • Changes 7

Connector names are not persistent: they can change across reboots. For instance:

  • DP-MST connector names are incremented on unplug/replug.
  • On multi-GPU systems, connector names depend on driver probe order.

As discussed in wayland/wayland!109 (merged), a way to fix this is to expose a "port path", which reflects how the physical connector is wired up. The port path contains the DRM device devpath + the PATH prop, or the connector index as a fallback.

Assignee
Assign to
Reviewers
Request review from
Time tracking
Source branch: conn-port