Home
last modified time | relevance | path

Searched refs:pstride (Results 1 – 5 of 5) sorted by relevance

/linux-4.4.14/drivers/gpu/drm/atmel-hlcdc/
Datmel_hlcdc_dc.c84 .pstride = { 5 },
103 .pstride = { 6, 8 },
168 .pstride = { 5 },
186 .pstride = { 5 },
205 .pstride = { 6, 8 },
226 .pstride = { 5 },
271 .pstride = { 5 },
289 .pstride = { 5 },
308 .pstride = { 6, 8 },
Datmel_hlcdc_plane.c65 int pstride[ATMEL_HLCDC_MAX_PLANES]; member
429 if (layout->pstride[i]) { in atmel_hlcdc_plane_update_buffers()
431 layout->pstride[i], in atmel_hlcdc_plane_update_buffers()
433 state->pstride[i]); in atmel_hlcdc_plane_update_buffers()
644 state->pstride[i] = -fb->pitches[i] - state->bpp[i]; in atmel_hlcdc_plane_atomic_check()
653 state->pstride[i] = -2 * state->bpp[i]; in atmel_hlcdc_plane_atomic_check()
663 state->pstride[i] = fb->pitches[i] - state->bpp[i]; in atmel_hlcdc_plane_atomic_check()
674 state->pstride[i] = 0; in atmel_hlcdc_plane_atomic_check()
820 if (desc->layout.xstride && desc->layout.pstride) in atmel_hlcdc_plane_init_properties()
Datmel_hlcdc_layer.h103 #define ATMEL_HLCDC_LAYER_PSTRIDE_CFG(p) ATMEL_HLCDC_LAYER_CFG(p, (p)->desc->layout.pstride)
167 int pstride[ATMEL_HLCDC_MAX_PLANES]; member
/linux-4.4.14/drivers/media/platform/vsp1/
Dvsp1_rpf.c81 u32 pstride; in rpf_s_stream() local
107 pstride = format->plane_fmt[0].bytesperline in rpf_s_stream()
116 pstride |= format->plane_fmt[1].bytesperline in rpf_s_stream()
127 vsp1_rpf_write(rpf, VI6_RPF_SRCM_PSTRIDE, pstride); in rpf_s_stream()
/linux-4.4.14/drivers/dma/
Dat_xdmac.c1225 size_t stride = 0, pstride = 0, len = 0; in at_xdmac_prep_dma_memset_sg() local
1251 pstride = stride; in at_xdmac_prep_dma_memset_sg()
1276 if ((stride == pstride) && in at_xdmac_prep_dma_memset_sg()
1311 } else if (pstride || in at_xdmac_prep_dma_memset_sg()