-
Notifications
You must be signed in to change notification settings - Fork 279
[GSD-12710] Missing zes_pwr_handle_t for iGPUs on Linux #925
Copy link
Copy link
Open
Labels
Component: Level Zero SysmanLevel Zero System Management API for hardware monitoringLevel Zero System Management API for hardware monitoringOS: LinuxIssue specific to Linux distributions (Ubuntu, Fedora, RHEL, etc.)Issue specific to Linux distributions (Ubuntu, Fedora, RHEL, etc.)Type: BugGeneral bug report, unexpected behavior or crashGeneral bug report, unexpected behavior or crash
Metadata
Metadata
Assignees
Labels
Component: Level Zero SysmanLevel Zero System Management API for hardware monitoringLevel Zero System Management API for hardware monitoringOS: LinuxIssue specific to Linux distributions (Ubuntu, Fedora, RHEL, etc.)Issue specific to Linux distributions (Ubuntu, Fedora, RHEL, etc.)Type: BugGeneral bug report, unexpected behavior or crashGeneral bug report, unexpected behavior or crash
Type
Fields
Give feedbackNo fields configured for issues without a type.
Pre-submission Checklist
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:
zesDeviceGetCardPowerDomain()ZE_RESULT_ERROR_UNSUPPORTED_FEATUREZE_RESULT_ERROR_UNSUPPORTED_FEATUREzesDeviceEnumPowerDomains()ZE_RESULT_SUCCESSand returns one validzes_pwr_handle_tZE_RESULT_SUCCESSbut nozes_pwr_handle_tExpected 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?
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