Home
last modified time | relevance | path

Searched refs:in_pool (Results 1 – 2 of 2) sorted by relevance

/openbmc/linux/drivers/gpu/drm/exynos/
H A Dexynos_drm_g2d.c213 bool in_pool; member
395 if (g2d_userptr->in_pool) in g2d_userptr_put_dma_addr()
454 g2d_userptr->in_pool = false; in g2d_userptr_get_dma_addr()
523 g2d_userptr->in_pool = true; in g2d_userptr_get_dma_addr()
554 if (g2d_userptr->in_pool) in g2d_userptr_free_all()
/openbmc/openbmc/meta-raspberrypi/dynamic-layers/multimedia-layer/recipes-multimedia/rpidistro-vlc/files/
H A D0004-mmal_20.patch1824 + MMAL_POOL_T *in_pool; // Input pool to get BH for replication
2533 + hw_mmal_pic_buf_copied(p_pic, sys->in_pool, sys->input, sys->cma_in_pool) :
2534 + hw_mmal_pic_buf_replicated(p_pic, sys->in_pool);
2640 + if (sys->in_pool != NULL)
2641 + mmal_pool_destroy(sys->in_pool);
2856 + if ((sys->in_pool = mmal_pool_create(sys->input->buffer_num, 0)) == NULL)
3929 + MMAL_POOL_T *in_pool;
4296 + MMAL_BUFFER_HEADER_T * const pic_buf = hw_mmal_pic_buf_replicated(p_pic, sys->in_pool);
4563 + if (sys->in_pool != NULL)
4564 + mmal_pool_destroy(sys->in_pool);
[all …]