Skip to content

drm/xe: Restrict VRAM size to PCI resource size

Thomas Hellström requested to merge thomash/kernel:restrict_vram into xe

If the VRAM PCI resource is smaller than the probed size of VRAM, restrict the VRAM size to the former. Moving forward we will implement PCI resource resizing and handling or PCI resources being smaller than the actual VRAM size.

Signed-off-by: Thomas Hellström thomas.hellstrom@linux.intel.com

Merge request reports