Replies: 4 comments 1 reply
-
@jxnding Only motherboards. You can force a BAR resize on Turing GPUs by adding an override to this module but I doubt it would work |
Beta Was this translation helpful? Give feedback.
-
out of curiosity, what'd be the correct way to force a BAR resize? |
Beta Was this translation helpful? Give feedback.
-
@Sid127 See the 5600 XT override https://github.com/xCuri0/ReBarUEFI/blob/master/ReBarDxe/ReBar.c#L167 You should try doing these modifications in Linux kernel first though since its easier to test there. See https://elixir.bootlin.com/linux/latest/source/drivers/pci/pci.c#L3710 It could be possible that the VBIOS won't accept larger but you need to try and see. And you have a laptop so it would be technically possible to remove that limit but would need some advanced reverse engineering knowledge. |
Beta Was this translation helpful? Give feedback.
-
@jxnding @Sid127 |
Beta Was this translation helpful? Give feedback.
-
Is this for adding support to unsupported motherboards or GPUs too?
I've read through the README and looked through the supported mobos list, which seems to imply that this is just for hacking CPU/mobo support and not GPU support.
Would this work on my system?
5800X / B550 / 2080 Ti
Beta Was this translation helpful? Give feedback.
All reactions