Skip to content

Missing GPU detection for Intel Core Ultra (Meteor Lake) - DEV_7D41 #477

@konswe

Description

@konswe

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?

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions