xCuri0 / ReBarUEFI

Resizable BAR for (almost) any UEFI system
MIT License
1.29k stars 57 forks source link

Improving GPU-Z #125

Closed W1zzardTPU closed 3 months ago

W1zzardTPU commented 3 months ago

Any suggestions how detection of CSM / 4G Decoding can be improved in GPU-Z?

xCuri0 commented 3 months ago

Are you able to explain how the current method for detecting 4G decoding works ? I've found what works for 4G decode detection is seeing if large memory is visible in device manager resources.

Also idk if this is fixed now but someone reported that GPU-Z won't detect 64GB BAR size correctly https://github.com/xCuri0/ReBarUEFI/issues/23#issuecomment-1360803086

Someone else had a question about how GPU-Z detects resizable BAR differently from AMD drivers, I also encountered the same thing when I manipulate BAR size after POST (but before Windows bootloader) https://github.com/xCuri0/ReBarUEFI/discussions/118#discussion-6101502. I couldn't figure out any possible reason for this so hoping to get an answer.