Skip to content

Missing zes_pwr_handle_t for iGPUs on Linux #925

@ProjectPhysX

Description

@ProjectPhysX

Pre-submission Checklist

  • I am using the latest GPU driver version (releases)
  • I have searched for similar issues and found none

GPU Hardware

Intel iGPUs (UHD 770, Alder Lake, Meteor Lake, Lunar Lake)

DRI Devices Information

GPU Detailed Information (lspci output)

Driver Version

26.14.37833.4

Installed GPU Driver Packages

No response

Driver Installation Details

Followed installation instructions from here: https://github.com/intel/compute-runtime/releases/tag/26.14.37833.4

Linux Distribution

Ubuntu 24.04 LTS

Other Linux Distribution

No response

Kernel Version & Boot Parameters

kernel 6.17.0-22-generic

Actual Behavior

Issue moved from oneapi-src/level-zero#441

Sysman power reporting on iGPUs (Alder Lake, Meteor Lake, Lunar Lake) works on Windows but is broken on Linux:

counter on Intel iGPUs Windows Linux
zesDeviceGetCardPowerDomain() ❌ returns ZE_RESULT_ERROR_UNSUPPORTED_FEATURE ❌ returns ZE_RESULT_ERROR_UNSUPPORTED_FEATURE
zesDeviceEnumPowerDomains() ✅ returns ZE_RESULT_SUCCESS and returns one valid zes_pwr_handle_t ❌ returns ZE_RESULT_SUCCESS but no zes_pwr_handle_t

Expected Behavior

iGPU power counters should also be available on Linux.

Reproduction Rate

Always reproduces - 100%

Steps to Reproduce

For debugging you may use https://github.com/ProjectPhysX/hw-smi

Is this a regression?

  • Yes, this is a regression - functionality that previously worked is now broken

Last Known Working Driver Version

No response

First Known Failing Driver Version

No response

API Call Logs

No response

strace Logs

No response

System Logs / dmesg Output

No response

Backtrace (if crash or hang occurred)

No response

Source Code / Reproducer

No response

Command Line / Application Details

No response

oneAPI Version (if applicable)

No response

Screenshots / Video

No response

Additional Notes

No response

Metadata

Metadata

Assignees

No one assigned

    Labels

    OS: LinuxIssue specific to Linux distributions (Ubuntu, Fedora, RHEL, etc.)Type: BugGeneral bug report, unexpected behavior or crash

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions