Home
last modified time | relevance | path

Searched refs:DMA_BUF_SYNC_START (Results 1 – 3 of 3) sorted by relevance

/openbmc/linux/tools/testing/selftests/dmabuf-heaps/
H A Ddmabuf-heap.c176 dmabuf_sync(dmabuf_fd, DMA_BUF_SYNC_START); in test_alloc_and_import()
193 ret = dmabuf_sync(dmabuf_fd, DMA_BUF_SYNC_START); in test_alloc_and_import()
248 dmabuf_sync(dmabuf_fd[i], DMA_BUF_SYNC_START); in test_alloc_zeroed()
272 dmabuf_sync(dmabuf_fd[i], DMA_BUF_SYNC_START); in test_alloc_zeroed()
/openbmc/linux/include/uapi/linux/
H A Ddma-buf.h81 #define DMA_BUF_SYNC_START (0 << 2) macro
/openbmc/openbmc/meta-raspberrypi/recipes-multimedia/rpidistro-ffmpeg/files/
H A D0001-ffmpeg-5.1.4-rpi_24.patch7967 + return dmabuf_sync(dh, DMA_BUF_SYNC_START | DMA_BUF_SYNC_WRITE);
7979 + return dmabuf_sync(dh, DMA_BUF_SYNC_START | DMA_BUF_SYNC_READ);