-
Notifications
You must be signed in to change notification settings - Fork 6
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
Probe fails on kernel v4.17-rc6 #8
Comments
Well, in order :
I spent a lot (too much) time understanding how things worked with the current VPU code, since a lot of things are done using magic indices on a set of registers sent "as-is" by the MPP library, which in turn has the definition of the registers and what they're for. Since a few people, in the Armbian forums, have currently set up a "quick tutorial" on how to set up Armbian to get MPV and the VPU working with 4.4 kernel, I used that opportunity to start recompiling a MPP version with a bunch of logs, providing me the content of the registers sent to the driver, with their interpretation. The V4L2 driver ported to 4.4 kernel by the Rockchip team is available here : The most useful files being : |
Now, for the real issue, I have no idea why it didn't receive any "ack" from the right domain. If you do a |
On load of the rk-vcodec module in kernel v4.17-rc6 on the Tinkerboard I get the following error:
The core driver code ignores the PM error, so it goes on to call the rk-vcodec probe routine. Still, I suspect the the probe failure has something to do with the earlier PM failure.
Is there anything I am missing?
Thanks,
baruch
The text was updated successfully, but these errors were encountered: