[PATCH 0/8] amdgpu, pci: improved BAR resizing support

2020-12-14 Thread Darren Salt
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

Re: [PATCH 0/8] amdgpu, pci: improved BAR resizing support

2020-12-13 Thread Darren Salt
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

[PATCH 0/8] amdgpu, pci: improved BAR resizing support

2020-12-13 Thread Darren Salt
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