Home
last modified time | relevance | path

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

/linux-6.14.4/include/media/
Dvideobuf2-core.h625 unsigned int allow_cache_hints:1; member
700 return q->allow_cache_hints && q->memory == VB2_MEMORY_MMAP; in vb2_queue_allows_cache_hints()
/linux-6.14.4/drivers/media/platform/mediatek/vcodec/decoder/
Dmtk_vcodec_dec.c1023 src_vq->allow_cache_hints = 1; in mtk_vcodec_dec_queue_init()
1039 dst_vq->allow_cache_hints = 1; in mtk_vcodec_dec_queue_init()
/linux-6.14.4/drivers/media/common/videobuf2/
Dvideobuf2-v4l2.c677 if (!q->allow_cache_hints || memory != V4L2_MEMORY_MMAP) { in vb2_set_flags_and_caps()
697 if (q->allow_cache_hints && q->io_modes & VB2_MMAP) in vb2_set_flags_and_caps()
/linux-6.14.4/drivers/media/platform/st/stm32/
Dstm32-dcmi.c2033 q->allow_cache_hints = 1; in dcmi_probe()
/linux-6.14.4/drivers/media/test-drivers/vivid/
Dvivid-core.c932 q->allow_cache_hints = (cache_hints[dev->inst] == 1); in vivid_create_queue()