Difference between revisions of "Intel"

From Open-IOV
Jump to navigation Jump to search
Tags: Visual edit Reverted
 
(5 intermediate revisions by the same user not shown)
Line 1: Line 1:
This page will document the functions of Intel i915 for use with Single Root I/O Virtualization (SR-IOV).
This page will document points of integration for virtualization in the Intel i915 driver.


The i915 added '''SR-IOV feature enablement''' in [https://github.com/intel/linux-intel-lts/commit/41ef979f0894326c202473807a56b599a2f3d04e '''this commit''']. Work is ongoing to upstream this code to [https://github.com/torvalds/linux/tree/master/drivers/gpu/drm/i915 i915 in the mainline Linux kernel].
The i915 added '''SR-IOV feature enablement''' in [https://github.com/intel/linux-intel-lts/commit/41ef979f0894326c202473807a56b599a2f3d04e this commit (April 26th 2022)]. Work is ongoing to upstream this code to [https://github.com/torvalds/linux/tree/master/drivers/gpu/drm/i915 i915 in the mainline Linux kernel].
 
Driver API documentation can be read here: https://01.org/linuxgraphics/gfx-docs/drm/gpu/i915.html

Latest revision as of 04:42, 23 March 2023

This page will document points of integration for virtualization in the Intel i915 driver.

The i915 added SR-IOV feature enablement in this commit (April 26th 2022). Work is ongoing to upstream this code to i915 in the mainline Linux kernel.

Driver API documentation can be read here: https://01.org/linuxgraphics/gfx-docs/drm/gpu/i915.html