runtime currently relies on deprecated i915 linux driver and uapi-i915 support · Issue #828 · intel/compute-runtime · GitHub
More Web Proxy on the site http://driver.im/
You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Both level_zero and the shared/source/os_instance/linux only use the deprecated i915 linux driver and uapi-i915 support instead of the xe linux driver and uapi-xe support. The runtime has some support for xe but that support has to been used in the implementation.
shared/source/os_interface/linux/ioctl_helper.h implements IoctlHelperI915; IoctlHelperUpstream, IoctlHelperImpl, IoctlHelperPrelim20 all use the i915 support but there does not exist an IoctlHelperXe that uses xe support.
The text was updated successfully, but these errors were encountered:
ct-clmsn
changed the title
runtime currently relies on deprecated i915 linux driver and uapi support
runtime currently relies on deprecated i915 linux driver and uapi-i915 support
May 7, 2025
Hi @ct-clmsn IoctlHelperXe implements IoctlHelper interface and it is available in default driver build. In case of xe linux driver (like for Lunarlake/Battlemage) we don't call any i915-specific ioctl
Both
level_zero
and theshared/source/os_instance/linux
only use the deprecatedi915
linux driver anduapi-i915
support instead of thexe
linux driver anduapi-xe
support. The runtime has some support forxe
but that support has to been used in the implementation.shared/source/os_interface/linux/ioctl_helper.h
implementsIoctlHelperI915
;IoctlHelperUpstream
,IoctlHelperImpl
,IoctlHelperPrelim20
all use thei915
support but there does not exist anIoctlHelperXe
that usesxe
support.The text was updated successfully, but these errors were encountered: