Home
last modified time | relevance | path

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

/Linux-v6.1/include/media/
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-v6.1/drivers/media/platform/mediatek/vcodec/
Dmtk_vcodec_dec.c998 src_vq->allow_cache_hints = 1; in mtk_vcodec_dec_queue_init()
1014 dst_vq->allow_cache_hints = 1; in mtk_vcodec_dec_queue_init()
/Linux-v6.1/drivers/media/common/videobuf2/
Dvideobuf2-v4l2.c686 if (q->allow_cache_hints && q->io_modes & VB2_MMAP) in fill_buf_caps()
698 if (!q->allow_cache_hints || memory != V4L2_MEMORY_MMAP) { in validate_memory_flags()
/Linux-v6.1/drivers/media/test-drivers/vivid/
Dvivid-core.c922 q->allow_cache_hints = (cache_hints[dev->inst] == 1); in vivid_create_queue()