-
Notifications
You must be signed in to change notification settings - Fork 63
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
QPULib under Full KMS #81
Comments
Hi tom66. |
Sorry - been some time so I cannot remember what I did now. I know I could not viably use it with Legacy KMS and so therefore abandoned further efforts to use the library. |
ok, thanks for your response...Same conclusion for me after more than 1 month searching for any viable docs. |
On the Raspberry Pi, Full KMS is preferred for controlling the GPU as it gives the kernel control of modesetting and adds extra Mesa/OpenGL features.
However, trying to use QPULib under this configuration results in:
"Unable to enable QPUs. Check your firmware is latest."
The failure appears to be here:
https://github.com/mn416/QPULib/blob/master/Lib/VideoCore/Mailbox.cpp#L202
With Legacy mode enabled, this works fine.
Kernel is:
Linux raspberrypi 4.19.97-v7+ #1294 SMP Thu Jan 30 13:15:58 GMT 2020 armv7l GNU/Linux
with GPU version:
on a Raspberry Pi 3 Model B.
Is this an unsupported configuration? What, if anything, can we do about this? Thanks for all your hard work on this library, I would love to use it.
The text was updated successfully, but these errors were encountered: