Hardware:
- CPU: Intel Core Ultra 7 255U (Meteor Lake)
- GPU: Intel Graphics (Integrated)
- Hardware ID: PCI\VEN_8086&DEV_7D41
The integrated GPU is completely missing from the hardware monitors list and yields no metrics.
Looking at IntelGpuGroup.cs, the vendor check (deviceId.IndexOf("VEN_8086")) should catch this device. However, it seems the subsequent call to D3DDisplayDevice.GetDeviceInfoByIdentifier(...) fails or returns false for this new architecture, causing the GPU to be silently skipped during initialization.
Am I missing something?
Hardware:
The integrated GPU is completely missing from the hardware monitors list and yields no metrics.
Looking at IntelGpuGroup.cs, the vendor check (deviceId.IndexOf("VEN_8086")) should catch this device. However, it seems the subsequent call to D3DDisplayDevice.GetDeviceInfoByIdentifier(...) fails or returns false for this new architecture, causing the GPU to be silently skipped during initialization.
Am I missing something?