Skip to content

si.graphics() tie GPU controller to display (and/or vice versa) #974

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

Open
mboudreau opened this issue Feb 24, 2025 · 0 comments
Open

si.graphics() tie GPU controller to display (and/or vice versa) #974

mboudreau opened this issue Feb 24, 2025 · 0 comments

Comments

@mboudreau
Copy link

Is your feature request related to a problem? Please describe.
We're trying to categorize the GPUs as "primary", "secondary", "tertiary", etc and we can do this somewhat based on the bus name and address, but an even better way would be based on which display is being displayed by which GPU.

Describe the solution you'd like
if the displays could have an ID/index/busId or the whole GPU object within it, that would make it super easy to figure out which ones the primary GPU

Describe alternatives you've considered
Currently, we're basing it off the bus name and bus address, but this isn't always correct.

Additional context
We used to do it based on the index it came through, but that's not always accurate and has the possibility of changing over time. We need a way to figure out which cards are currently active/in use to be able to make an assumption of which ones are primary/secondary.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant