RPi5: add udev rule to symlink dma_buf/system to dma_buf/vidbuf shared

This allows ffmpeg to use the system memory instead of CMA for
video decoding.

As RPi5 has an MMU CMA is not needed.

Signed-off-by: Matthias Reichl <hias@horus.com>
This commit is contained in:
Matthias Reichl 2024-07-30 17:47:29 +02:00
parent 8c62fd0ff6
commit 4ae6d5ade5

View File

@ -0,0 +1 @@
SUBSYSTEM=="dma_heap", KERNEL=="system", SYMLINK+="dma_heap/vidbuf_cached"