Home
last modified time | relevance | path

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

/openbmc/linux/include/media/
H A Dvideobuf2-core.h599 unsigned int allow_cache_hints:1; member
671 return q->allow_cache_hints && q->memory == VB2_MEMORY_MMAP; in vb2_queue_allows_cache_hints()
/openbmc/linux/drivers/media/platform/mediatek/vcodec/decoder/
H A Dmtk_vcodec_dec.c997 src_vq->allow_cache_hints = 1; in mtk_vcodec_dec_queue_init()
1013 dst_vq->allow_cache_hints = 1; in mtk_vcodec_dec_queue_init()
/openbmc/linux/drivers/media/common/videobuf2/
H A 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()
/openbmc/linux/drivers/media/platform/st/stm32/
H A Dstm32-dcmi.c2043 q->allow_cache_hints = 1; in dcmi_probe()
/openbmc/linux/drivers/media/test-drivers/vivid/
H A Dvivid-core.c892 q->allow_cache_hints = (cache_hints[dev->inst] == 1); in vivid_create_queue()