Add VRAM percentage sensors!

Normal RAM had percentage sensors for how full it was, this adds a similar sensor to VRAM so they match!

A couple things to note:

1.) I'm unsure if I should add the same percentage sensor to the `LinuxAmdGpu.cpp` file

2.) I can also add the "free percentage" and associated sensors as well! Ram has these, but currently the VRAM only has "GPU Used Memory". I feel like it should probably have all the same sensors 🤔

Example of it working:

used_percent_kstatsviewer_example.png

Before what I had to do (ugly!):

BEFORE.png

Now what I can do (beautiful!):

AFTER.png

Merge request reports

Loading