Same problem with ASRock EP2C621D12 WS and Intel A770, enabled "Above 4G Decoding", but the ReBAR option is absent. Tested with 4096MB.The problem is, I have an server Mainboard and there is no option for resizable bar, just for 4g decoding and csm is already disabled :/
First of all,
GRUB_CMDLINE_LINUX_DEFAULT="quiet splash pci=realloc" in /etc/default/grub is NOT working.Then:
echo '0000:19:00.0' > '/sys/bus/pci/devices/0000:19:00.0/driver/unbind'echo '12' > '/sys/bus/pci/devices/0000:19:00.0/resource2_resize'is NOT working either.
And finally:
Code:
options i915 enable_guc=3
options i915 modeset=1
options i915 lmem_bar_size=4096
/etc/modprobe.d/i915.conf, verified with systool -v -m i915 | grep -E "enable_guc|modeset|lmem_bar_size"is NOT working.