This patch series improves the existing BAR resizing support in amdgpu. By
default, it will attempt to resize BAR0 for each supported dGPU present to
cover the VRAM.
Basic boot-time (or module load time) options to control this resizing are
implemented: one to control the maximum BAR size (may ex
I forgot the Signed-Off-By for some patches. So, for all in this series:
Signed-Off-By: Darren Salt
___
amd-gfx mailing list
amd-gfx@lists.freedesktop.org
https://lists.freedesktop.org/mailman/listinfo/amd-gfx
This patch series improves the existing BAR resizing support in amdgpu. By
default, it will attempt to resize BAR0 for each dGPU present to cover the
VRAM, falling back to smaller sizes if necessary, e.g. if there's not enough
address space remaining or support for the size is not advertised.
Basi