bhyve: add Arrow Lake to the GVT-d device table#2269
Open
manufactory wants to merge 1 commit into
Open
Conversation
igd_devices[] is used to determine which BDSM register layout passed-through PCI devices should use. Add INTEL_ARL_IDS so get_igd_ops() sets the right BDSM register. Fixes PCI passthrough on Arrow Lake. Tested by passing the iGPU through to a Linux guest: CPU: Intel(R) Core(TM) Ultra 7 265K (3878.40-MHz K8-class CPU) iGPU: 8086:7d67 BDSM (Base Data Stolen Memory) changes for gen 11 graphics were added in 9eddbaa MFC after: 1 week Signed-off-by: Manuel Wiesinger <mdw@freebsd.org>
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
igd_devices[] is used to determine which BDSM register layout passed-through PCI devices should use.
The table ended at Raptor Lake, so get_igd_ops() returned an error and consequently broke PCI passthrough for newer devices.
BDSM (Base Data Stolen Memory) changes for gen 11 graphics were added in 9eddbaa
Tested by passing the integrated GPU of an Arrow Lake-S system
(PCI 8086:7d67) through to a Linux guest on an ASUS Pro WS W880-ACE SE.
Meteor Lake and Lunar Lake use the identical code path and were added
alongside but not individually tested on hardware.
MFC after: 1 week