Searched refs:pstride (Results 1 – 5 of 5) sorted by relevance
/linux/drivers/gpu/drm/atmel-hlcdc/ |
H A D | atmel_hlcdc_dc.c | 94 .pstride = { 5 }, 114 .pstride = { 6, 8 }, 188 .pstride = { 5 }, 207 .pstride = { 5 }, 227 .pstride = { 6, 8 }, 254 .pstride = { 5 }, 307 .pstride = { 5 }, 326 .pstride = { 5 }, 346 .pstride = { 6, 8 }, 403 .pstride = { 5 }, [all …]
|
H A D | atmel_hlcdc_plane.c | 68 int pstride[ATMEL_HLCDC_LAYER_MAX_PLANES]; member 580 if (desc->layout.pstride[i]) in atmel_hlcdc_plane_update_buffers() 582 desc->layout.pstride[i], in atmel_hlcdc_plane_update_buffers() 583 state->pstride[i]); in atmel_hlcdc_plane_update_buffers() 766 hstate->pstride[i] = fb->pitches[i] - hstate->bpp[i]; in atmel_hlcdc_plane_atomic_check() 775 hstate->pstride[i] = -2 * hstate->bpp[i]; in atmel_hlcdc_plane_atomic_check() 783 hstate->pstride[i] = -fb->pitches[i] - hstate->bpp[i]; in atmel_hlcdc_plane_atomic_check() 792 hstate->pstride[i] = 0; in atmel_hlcdc_plane_atomic_check() 1005 if (desc->layout.xstride[0] && desc->layout.pstride[0]) { in atmel_hlcdc_plane_init_properties()
|
H A D | atmel_hlcdc_dc.h | 206 int pstride[ATMEL_HLCDC_LAYER_MAX_PLANES]; member
|
/linux/drivers/media/platform/renesas/vsp1/ |
H A D | vsp1_rpf.c | 63 u32 pstride; in rpf_configure_stream() local 67 pstride = format->plane_fmt[0].bytesperline in rpf_configure_stream() 70 pstride |= format->plane_fmt[1].bytesperline in rpf_configure_stream() 79 pstride *= 2; in rpf_configure_stream() 81 vsp1_rpf_write(rpf, dlb, VI6_RPF_SRCM_PSTRIDE, pstride); in rpf_configure_stream()
|
/linux/drivers/dma/ |
H A D | at_xdmac.c | 1386 size_t stride = 0, pstride = 0, len = 0; in at_xdmac_prep_dma_memset_sg() local 1412 pstride = stride; in at_xdmac_prep_dma_memset_sg() 1437 if ((stride == pstride) && in at_xdmac_prep_dma_memset_sg() 1472 } else if (pstride || in at_xdmac_prep_dma_memset_sg()
|