-
Notifications
You must be signed in to change notification settings - Fork 0
feat: Display and GPU detection improvements #8
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
kernel-dev
wants to merge
22
commits into
main
Choose a base branch
from
feat/display-gpu-improvements
base: main
Could not load branches
Branch not found: {{ refName }}
Loading
Could not load tags
Nothing to show
Loading
Are you sure you want to change the base?
Some commits from the old base branch may be removed from the timeline,
and old review comments may become outdated.
Open
Changes from all commits
Commits
Show all changes
22 commits
Select commit
Hold shift + click to select a range
29c0ecc
feat: Display/GPU detection improvements
kernel-dev 54460ef
fix: move ACPI helper to common & notify user if ACPI path was extrap…
kernel-dev 7ccc94e
update: _resolve_acpi_path docstring
kernel-dev 0cf5368
fix(Linux): ACPI fetching
kernel-dev 6d9675d
PR fixes #1
kernel-dev f888a30
fix: merge conflicts; update test suite
kernel-dev 9dd2c8f
fix: windows tests failing due to breaking changes
kernel-dev 2db101c
fix: revert PCIe Link changes, will be done in separate PR
kernel-dev 713e074
fix(linux): unit tests
kernel-dev b692ded
test: fix Linux graphics tests
Mahasvan cf0a74c
test: remove dead code
Mahasvan 6acf168
fix(linux): a few `ty` related errors/warnings
kernel-dev e7eab2d
update(linux): add unit test for PCI bus device
kernel-dev c54a075
fix(linux): `_pcie_gen` now properly annotates IN parameter as
kernel-dev 8a241c8
refactor(linux): `pci_path_linux` now uses regex matching to grab PCI
kernel-dev 90429c3
fix(linux): simplify `_PCI_BDF_PATH_PATTERN` regex, and ensure it's
kernel-dev e7879cf
fix(linux): PR fixes #2
kernel-dev a0405e3
refactor(linux): update interops API, link against vulkan directly;
kernel-dev e1aafd8
fix(linux): run `clang-format` on rest of interops files
kernel-dev 5a254d6
fix(linux): put braces after if-statements for one-instruction lines
kernel-dev 10e60bc
fix(linux): miscellaneous fixes & patching xe driver ioctl to query
kernel-dev 034a7d9
fix(linux): UTs
kernel-dev File filter
Filter by extension
Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
There are no files selected for viewing
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| Original file line number | Diff line number | Diff line change |
|---|---|---|
| @@ -0,0 +1,17 @@ | ||
| Language: Cpp | ||
| BreakBeforeBraces: Stroustrup | ||
| PointerAlignment: Right | ||
| IndentWidth: 2 | ||
| AccessModifierOffset: 0 | ||
| ColumnLimit: 80 | ||
| NamespaceIndentation: All | ||
| AlignTrailingComments: true | ||
| AllowAllParametersOfDeclarationOnNextLine: true | ||
| AlwaysBreakTemplateDeclarations: true | ||
| AlignAfterOpenBracket: AlwaysBreak | ||
| UseTab: Never | ||
| IncludeBlocks: Preserve | ||
| AlignConsecutiveDeclarations: true | ||
| AlignConsecutiveAssignments: true | ||
| SpacesInParentheses: false | ||
| SpaceBeforeParens: ControlStatements |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| Original file line number | Diff line number | Diff line change |
|---|---|---|
| @@ -1,4 +1,5 @@ | ||
| include LICENSE | ||
| include README.md | ||
| recursive-include src/hwprobe/interops/win/bindings *.dll | ||
| recursive-include src/hwprobe/interops/mac/bindings *.dylib | ||
| recursive-include src/hwprobe/interops/win/bindings *.dll | ||
| recursive-include src/hwprobe/interops/mac/bindings *.dylib | ||
| recursive-include src/hwprobe/interops/linux/bindings *.so |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.
Oops, something went wrong.
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
Uh oh!
There was an error while loading. Please reload this page.