-
Notifications
You must be signed in to change notification settings - Fork 59
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
[Librem 5] Vivante GC7000 Not showing usage #278
Comments
Hi, |
There is no specific warning that GPU wasnt detected. No debug on resources::utils::gpu . Some items of interest below. DEBUG resources::utils::pci > Successfully parsed pci.ids CPU and memory updates correctly. |
Do the Processes and Apps pages work correctly? As in are there processes being listed or do you only see "System Processes" in Apps and nothing in Processes? |
System and App processes show correctly with Memory, and Processor %, but no GPU % value. |
Could you send me the output of |
It looks like the driver for your GPU does not provide usage statistics unfortunately. Not much I can do about it. :/ |
According to guido.gunther GC7000 and GC7000Lite are using the etnaviv mesa driver and Gallium HUD should provide the performance bits. However as you can see below the GPU-load does not appear. There is also |
Hm, okay. You could also try the CLI utility |
It reports |
Despite its name, I'll continue to look around but I think the etnaviv driver just doesn't expose that information unfortunately. :/ |
Ok I might have found the only tool called Vivante Analyzer (windows tool). This puts out a .vpd file that has GPU cycles. Vivante GPU Profiler iMX6. There is nothing on their website about iMX8 as far as I can tell, but maybe it works with iMX8. Vivante.Tool.Kit.User.Guide-v1.2.pdf It looks like it requires the kernel to be re-compiled to enable profiler settings. |
Is there an existing issue for this?
Current Behavior
GPU usage, memory etc shows only 0 and does not update in Process.
Expected Behavior
I would expect at least some GPU usage to be shown.
Steps To Reproduce
Environment
Anything else?
No response
The text was updated successfully, but these errors were encountered: