|
I saw new commits in aw_hw_dec branch from jernejsk repo, so I compiled it again to test it. Unfortunately, it still doesn't work properly. As in the other build I tried, hardware acceleration fails when playing high resolution videos, but now it's even worse, because most of the videos keep buffering or shows a black screen. In case it's useful for anyone, these are the errors shown in dmesg when this happens:
- [ 170.876309] cma: cma_alloc: alloc failed, req-size: 256 pages, ret: -12
- [ 170.876330] cedrus 1c0e000.video-codec: dma_alloc_coherent of size 1048576 failed
Copy code
Or with another video:
- [ 115.006695] cma: cma_alloc: alloc failed, req-size: 574 pages, ret: -12
- [ 115.006723] cedrus 1c0e000.video-codec: dma_alloc_coherent of size 2351104 failed
Copy code |
|