this post was submitted on 12 Nov 2023
20 points (85.7% liked)

Linux

46819 readers
1139 users here now

From Wikipedia, the free encyclopedia

Linux is a family of open source Unix-like operating systems based on the Linux kernel, an operating system kernel first released on September 17, 1991 by Linus Torvalds. Linux is typically packaged in a Linux distribution (or distro for short).

Distributions include the Linux kernel and supporting system software and libraries, many of which are provided by the GNU Project. Many Linux distributions use the word "Linux" in their name, but the Free Software Foundation uses the name GNU/Linux to emphasize the importance of GNU software, causing some controversy.

Rules

Related Communities

Community icon by Alpár-Etele Méder, licensed under CC BY 3.0

founded 5 years ago
MODERATORS
all 4 comments
sorted by: hot top controversial new old
[–] [email protected] 4 points 9 months ago (1 children)

before anyone gets too excited, this doesn't seem like it applies to DG2 gaming cards, ATSM and PVC are compute cards

+SR-IOV Capability
+=================
+
+Due to SR-IOV complexity and required co-operation between hardware, firmware
+and kernel drivers, not all Xe architecture platforms might have SR-IOV enabled
+or fully functional.
+
+To control at the driver level which platform will provide support for SR-IOV,
+as we can't just rely on the PCI configuration data exposed by the hardware,
+we will introduce "has_sriov" flag to the struct xe_device_desc that describes
+a device capabilities that driver checks during the probe.
+
+Initially this flag will be set to disabled even on platforms that we plan to
+support. We will enable this flag only once we finish merging all required
+changes to the driver and related validated firmwares are also made available.
+
+
+SR-IOV Platforms
+================
+
+Initially we plan to add SR-IOV functionality to the following SDV platforms
+already supported by the Xe driver:
+
+ - TGL (up to 7 VFs)
+ - ADL (up to 7 VFs)
+ - MTL (up to 7 VFs)
+ - ATSM (up to 31 VFs)
+ - PVC (up to 63 VFs)
+
+Newer platforms will be supported later, but we hope that enabling will be
+much faster, as majority of the driver changes are either platform agnostic
+or are similar between earlier platforms (hence we start with SDVs).
[–] [email protected] 4 points 9 months ago

Looks like Meteor Lake iGPU will be supported though, which is still cool for VMs with GPU accelerated desktops.

[–] [email protected] 2 points 9 months ago

This is the best summary I could come up with:


One of the great aspects of Intel integrated and discrete graphics is the broad support for Single Root I/O Virtualization (SR-IOV).

Intel "Gen12" graphics back to Tigerlake can handle SR-IOV when there aren't any firmware woes or other issues at play.

For most users these details won't mean much besides the refreshing fact of Intel continuing to support SR-IOV across their spectrum of graphics products on Linux moving forward.

Those curious about all the fine technical details on the SR-IOV support plans for the Intel Xe Direct Rendering Manager driver can find their RFC design document on the dri-devel mailing list.

The Intel Xe DRM kernel driver has yet to be mainlined to the Linux kernel even in experimental form, but hopefully we'll finally see that happen in the early months of 2024 to make it easier for testing and evaluation by enthusiasts.

The Xe driver is designed around modern graphics needs and kernel interfaces compared to i915, ultimately should be faster with all the improvements, better support features like sparse resources, and will also be better supported on non-x86 kernels for those using Intel Arc Graphics on the like of AArch64 / POWER / RISC-V.


The original article contains 314 words, the summary contains 196 words. Saved 38%. I'm a bot and I'm open source!