On load of the rk-vcodec module in kernel v4.17-rc6 on the Tinkerboard I get the following error:
[ 60.420563] rockchip-pm-domain ff730000.power-management:power-controller: failed to get ack on domain 'pd_video', val=0x8021c
[ 60.437160] rk-vcodec ff9a0000.vpu-service: probe device
[ 60.443114] rk-vcodec ff9a0000.vpu-service: checking hw id ffff
[ 60.449739] rk-vcodec ff9a0000.vpu-service: error: hw info check failed
[ 60.457138] rk-vcodec ff9a0000.vpu-service: probe err:-22
[ 60.463172] rk-vcodec ff9a0000.vpu-service: init success
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
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