clbr / radeontop

GNU General Public License v3.0
810 stars 72 forks source link

VRAM is more than 100%, is it ok? My CPU is AMD 7950x, with iGPU, and a few displays - is that mean that I need a discrete GPU? #168

Open vitaly-zdanevich opened 3 months ago

vitaly-zdanevich commented 3 months ago

image

On idle system.

clbr commented 3 months ago

That it exceeds 100% is what the kernel reports (bug or at least a misleading report), nothing we can do about that. For your second question, it does look like your game/app would run faster if you had a GPU with at least 2GB VRAM.

vitaly-zdanevich commented 3 months ago

No games, just Firefox, and it feels sometimes laggy :(

vitaly-zdanevich commented 3 months ago

I got AMD 6800 XT: image

Memory clock to 1.00G is ok?

clbr commented 3 months ago

Seems so: https://www.techpowerup.com/forums/threads/how-to-calculate-gddr6-speed-from-gpu-z.250747/

Umio-Yasuno commented 2 months ago

This may be because vramsize (usable heap size) is a dynamic value, but radeontop only get it once and uses it.

https://github.com/clbr/radeontop/blob/master/amdgpu.c#L111

https://github.com/torvalds/linux/blob/d67978318827d06f1c0fa4c31343a279e9df6fde/drivers/gpu/drm/amd/amdgpu/amdgpu_kms.c#L721