Home
last modified time | relevance | path

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

/kernel/linux/linux-5.10/include/media/
Dvideobuf2-core.h581 unsigned int allow_cache_hints:1; member
650 return q->allow_cache_hints && q->memory == VB2_MEMORY_MMAP; in vb2_queue_allows_cache_hints()
/kernel/linux/linux-5.10/drivers/media/common/videobuf2/
Dvideobuf2-v4l2.c717 if (q->allow_cache_hints && q->io_modes & VB2_MMAP) in fill_buf_caps()
/kernel/linux/linux-5.10/drivers/media/test-drivers/vivid/
Dvivid-core.c830 q->allow_cache_hints = (cache_hints[dev->inst] == 1); in vivid_create_queue()