feat: implement comprehensive Intel GPU support (i915 & xe drivers)#99
Open
DealsBeam wants to merge 4 commits into
Open
feat: implement comprehensive Intel GPU support (i915 & xe drivers)#99DealsBeam wants to merge 4 commits into
DealsBeam wants to merge 4 commits into
Conversation
- Support both legacy i915 and modern xe kernel drivers - Implement comprehensive sensor monitoring (Clocks, Power, VRAM, Fan, Load) - Add Intel-specific Multimedia diagnostics via VA-API (vainfo) - Enable Intel support by default in GpuProbeFactory - Fix PciIdLookup signature and device ID normalization bugs - Ensure consistent string comparison for device and revision IDs
…3722682 Implement First-Class Intel GPU Support
Owner
|
Hi! Thanks for the PR, I really appreciate you taking on the Intel integration. Before I dive into the code review, could you provide some screenshots of the app running with your changes? It would also be helpful to know what exact Intel hardware/driver(s) you tested this against. |
|
@lseurttyuu well i just did some test, here's how it looks: |
…6799649423722682 Revert "Implement First-Class Intel GPU Support"
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
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
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.


Description
This Pull Request implements first-class support for Intel GPUs, covering both Integrated (HD/UHD/Iris) and Discrete (Arc series) graphics cards. It ensures Intel hardware is treated as a primary diagnostic target alongside AMD and NVIDIA.
Key Features
i915and modernxekernel drivers, using appropriatesysfspaths for each.hwmon).xedriver via engine utilization stats).vainfoto display VA-API hardware acceleration capabilities (Decode/Encode profiles).Technical Refinements & Bug Fixes
PciIdLookup.GetSpecsand updated all vendor probe call sites (AMD, NVIDIA, Generic) for consistency.GpuProbeFactory, making Intel support enabled by default for all users.Testing
The implementation has been verified against the Linux Kernel
sysfsdocumentation for bothi915andxedrivers. The project builds cleanly withdotnet build.