Lines Matching refs:bpl
357 buf->bpl, buf->risc.dma); in start_video_dma()
441 buf->bpl = core->width * dev->fmt->depth >> 3; in buffer_prepare()
443 if (vb2_plane_size(vb, 0) < core->height * buf->bpl) in buffer_prepare()
445 vb2_set_plane_payload(vb, 0, core->height * buf->bpl); in buffer_prepare()
451 buf->bpl, 0, core->height); in buffer_prepare()
456 buf->bpl, 0, core->height); in buffer_prepare()
461 0, buf->bpl * (core->height >> 1), in buffer_prepare()
462 buf->bpl, 0, in buffer_prepare()
468 buf->bpl * (core->height >> 1), 0, in buffer_prepare()
469 buf->bpl, 0, in buffer_prepare()
475 sgt->sgl, 0, buf->bpl, in buffer_prepare()
476 buf->bpl, buf->bpl, in buffer_prepare()