Searched refs:ipu_idmac_select_buffer (Results 1 – 4 of 4) sorted by relevance
| /linux/drivers/staging/media/imx/ |
| H A D | imx-ic-prpencvf.c | 256 ipu_idmac_select_buffer(channel, priv->ipu_buf_num); in prp_eof_interrupt() 535 ipu_idmac_select_buffer(priv->out_ch, 0); in prp_setup_rotation() 536 ipu_idmac_select_buffer(priv->out_ch, 1); in prp_setup_rotation() 537 ipu_idmac_select_buffer(priv->rot_out_ch, 0); in prp_setup_rotation() 538 ipu_idmac_select_buffer(priv->rot_out_ch, 1); in prp_setup_rotation() 630 ipu_idmac_select_buffer(priv->out_ch, 0); in prp_setup_norotation() 631 ipu_idmac_select_buffer(priv->out_ch, 1); in prp_setup_norotation()
|
| /linux/drivers/gpu/ipu-v3/ |
| H A D | ipu-image-convert.c | 1446 ipu_idmac_select_buffer(chan->in_chan, 0); in convert_start() 1447 ipu_idmac_select_buffer(chan->out_chan, 0); in convert_start() 1449 ipu_idmac_select_buffer(chan->rotation_out_chan, 0); in convert_start() 1451 ipu_idmac_select_buffer(chan->in_chan, 1); in convert_start() 1452 ipu_idmac_select_buffer(chan->out_chan, 1); in convert_start() 1454 ipu_idmac_select_buffer(chan->rotation_out_chan, 1); in convert_start() 1684 ipu_idmac_select_buffer(chan->in_chan, 0); in do_tile_complete() 1685 ipu_idmac_select_buffer(outch, 0); in do_tile_complete() 1698 ipu_idmac_select_buffer(chan->in_chan, ctx->cur_buf_num); in do_tile_complete() 1699 ipu_idmac_select_buffer(outch, ctx->cur_buf_num); in do_tile_complete()
|
| H A D | ipu-common.c | 423 void ipu_idmac_select_buffer(struct ipuv3_channel *channel, u32 buf_num) in ipu_idmac_select_buffer() function 439 EXPORT_SYMBOL_GPL(ipu_idmac_select_buffer);
|
| /linux/include/video/ |
| H A D | imx-ipu-v3.h | 227 void ipu_idmac_select_buffer(struct ipuv3_channel *channel, u32 buf_num);
|