Home
last modified time | relevance | path

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

/openbmc/linux/drivers/media/platform/nvidia/tegra-vde/
H A Dvde.h159 struct dma_buf_attachment *a[VB2_MAX_PLANES];
160 dma_addr_t dma_base[VB2_MAX_PLANES];
161 dma_addr_t dma_addr[VB2_MAX_PLANES];
162 struct iova *iova[VB2_MAX_PLANES];
/openbmc/linux/include/media/
H A Dvideobuf2-v4l2.h22 #if VB2_MAX_PLANES != VIDEO_MAX_PLANES
23 #error VB2_MAX_PLANES != VIDEO_MAX_PLANES
53 struct vb2_plane planes[VB2_MAX_PLANES];
H A Dvideobuf2-core.h24 #define VB2_MAX_PLANES (8) macro
287 struct vb2_plane planes[VB2_MAX_PLANES];
616 struct device *alloc_devs[VB2_MAX_PLANES];
/openbmc/linux/drivers/media/common/videobuf2/
H A Dvideobuf2-core.c413 const unsigned plane_sizes[VB2_MAX_PLANES]) in __vb2_queue_alloc() argument
755 unsigned plane_sizes[VB2_MAX_PLANES] = { }; in vb2_core_reqbufs()
915 unsigned plane_sizes[VB2_MAX_PLANES] = { }; in vb2_core_create_bufs()
1133 struct vb2_plane planes[VB2_MAX_PLANES]; in __prepare_userptr()
1249 struct vb2_plane planes[VB2_MAX_PLANES]; in __prepare_dmabuf()
H A Dvideobuf2-v4l2.c76 if (b->length < vb->num_planes || b->length > VB2_MAX_PLANES) { in __verify_planes_array()