Lines Matching refs:bpl
367 buf->bpl, buf->risc.dma); in start_video_dma()
454 buf->bpl = core->width * dev->fmt->depth >> 3; in buffer_prepare()
456 if (vb2_plane_size(vb, 0) < core->height * buf->bpl) in buffer_prepare()
458 vb2_set_plane_payload(vb, 0, core->height * buf->bpl); in buffer_prepare()
464 buf->bpl, 0, core->height); in buffer_prepare()
469 buf->bpl, 0, core->height); in buffer_prepare()
474 0, buf->bpl * (core->height >> 1), in buffer_prepare()
475 buf->bpl, 0, in buffer_prepare()
481 buf->bpl * (core->height >> 1), 0, in buffer_prepare()
482 buf->bpl, 0, in buffer_prepare()
488 sgt->sgl, 0, buf->bpl, in buffer_prepare()
489 buf->bpl, buf->bpl, in buffer_prepare()