Home
last modified time | relevance | path

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

/linux/include/media/
A Dvideobuf2-core.h587 unsigned int allow_cache_hints:1; member
657 return q->allow_cache_hints && q->memory == VB2_MEMORY_MMAP; in vb2_queue_allows_cache_hints()
/linux/drivers/media/common/videobuf2/
A Dvideobuf2-v4l2.c687 if (q->allow_cache_hints && q->io_modes & VB2_MMAP) in fill_buf_caps()
699 if (!q->allow_cache_hints || memory != V4L2_MEMORY_MMAP) { in validate_memory_flags()
/linux/drivers/media/test-drivers/vivid/
A Dvivid-core.c900 q->allow_cache_hints = (cache_hints[dev->inst] == 1); in vivid_create_queue()

Completed in 13 milliseconds