-
Notifications
You must be signed in to change notification settings - Fork 235
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
When the BIOS & GPU has Resizable BAR enabled, x86 GPUs will expose DEVICE_LOCAL_BIT + HOST_VISIBLE_BIT + HOST_COHERENT_BIT memory. That doesn't mean they're UMA, and we definitely do NOT want to mess with the can of worms that is dealing with that memory type. And if Resizable BAR is disabled, that memory type may still be exposed but limited to 256MB (which is globally shared by the entire OS, if the OS runs out of it bad things happen). There's still the question of what to do with AMD iGPUs though (e.g. Vega and RDNA2 iGPUs will expose these flags and we will consider them UMAs. Technically this is correct. Is it a good idea? I don't know).
- Loading branch information
1 parent
a5f83b2
commit a55f69a
Showing
1 changed file
with
26 additions
and
20 deletions.
There are no files selected for viewing
This file contains 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