/kernel/linux/linux-5.10/drivers/gpu/drm/atmel-hlcdc/ |
H A D | atmel_hlcdc_dc.c | 91 .pstride = { 5 }, 111 .pstride = { 6, 8 }, 184 .pstride = { 5 }, 203 .pstride = { 5 }, 223 .pstride = { 6, 8 }, 250 .pstride = { 5 }, 302 .pstride = { 5 }, 321 .pstride = { 5 }, 341 .pstride = { 6, 8 }, 397 .pstride [all...] |
H A D | atmel_hlcdc_plane.c | 40 * @pstride: value to add to the pixel pointer between each pixel 66 int pstride[ATMEL_HLCDC_LAYER_MAX_PLANES]; member 474 if (desc->layout.pstride[i]) in atmel_hlcdc_plane_update_buffers() 476 desc->layout.pstride[i], in atmel_hlcdc_plane_update_buffers() 477 state->pstride[i]); in atmel_hlcdc_plane_update_buffers() 659 state->pstride[i] = fb->pitches[i] - state->bpp[i]; in atmel_hlcdc_plane_atomic_check() 668 state->pstride[i] = -2 * state->bpp[i]; in atmel_hlcdc_plane_atomic_check() 676 state->pstride[i] = -fb->pitches[i] - state->bpp[i]; in atmel_hlcdc_plane_atomic_check() 685 state->pstride[i] = 0; in atmel_hlcdc_plane_atomic_check() 781 if (desc->layout.xstride[0] && desc->layout.pstride[ in atmel_hlcdc_plane_init_properties() [all...] |
H A D | atmel_hlcdc_dc.h | 146 * @pstride: pstride registers 162 int pstride[ATMEL_HLCDC_LAYER_MAX_PLANES]; member
|
/kernel/linux/linux-6.6/drivers/gpu/drm/atmel-hlcdc/ |
H A D | atmel_hlcdc_dc.c | 91 .pstride = { 5 }, 111 .pstride = { 6, 8 }, 184 .pstride = { 5 }, 203 .pstride = { 5 }, 223 .pstride = { 6, 8 }, 250 .pstride = { 5 }, 302 .pstride = { 5 }, 321 .pstride = { 5 }, 341 .pstride = { 6, 8 }, 397 .pstride [all...] |
H A D | atmel_hlcdc_plane.c | 42 * @pstride: value to add to the pixel pointer between each pixel 68 int pstride[ATMEL_HLCDC_LAYER_MAX_PLANES]; member 476 if (desc->layout.pstride[i]) in atmel_hlcdc_plane_update_buffers() 478 desc->layout.pstride[i], in atmel_hlcdc_plane_update_buffers() 479 state->pstride[i]); in atmel_hlcdc_plane_update_buffers() 662 hstate->pstride[i] = fb->pitches[i] - hstate->bpp[i]; in atmel_hlcdc_plane_atomic_check() 671 hstate->pstride[i] = -2 * hstate->bpp[i]; in atmel_hlcdc_plane_atomic_check() 679 hstate->pstride[i] = -fb->pitches[i] - hstate->bpp[i]; in atmel_hlcdc_plane_atomic_check() 688 hstate->pstride[i] = 0; in atmel_hlcdc_plane_atomic_check() 786 if (desc->layout.xstride[0] && desc->layout.pstride[ in atmel_hlcdc_plane_init_properties() [all...] |
H A D | atmel_hlcdc_dc.h | 146 * @pstride: pstride registers 162 int pstride[ATMEL_HLCDC_LAYER_MAX_PLANES]; member
|
/kernel/linux/linux-5.10/drivers/media/platform/vsp1/ |
H A D | vsp1_rpf.c | 70 u32 pstride; in rpf_configure_stream() local 74 pstride = format->plane_fmt[0].bytesperline in rpf_configure_stream() 77 pstride |= format->plane_fmt[1].bytesperline in rpf_configure_stream() 81 * pstride has both STRIDE_Y and STRIDE_C, but multiplying the whole in rpf_configure_stream() 82 * of pstride by 2 is conveniently OK here as we are multiplying both in rpf_configure_stream() 86 pstride *= 2; in rpf_configure_stream() 88 vsp1_rpf_write(rpf, dlb, VI6_RPF_SRCM_PSTRIDE, pstride); in rpf_configure_stream()
|
/kernel/linux/linux-6.6/drivers/media/platform/renesas/vsp1/ |
H A D | vsp1_rpf.c | 70 u32 pstride; in rpf_configure_stream() local 74 pstride = format->plane_fmt[0].bytesperline in rpf_configure_stream() 77 pstride |= format->plane_fmt[1].bytesperline in rpf_configure_stream() 81 * pstride has both STRIDE_Y and STRIDE_C, but multiplying the whole in rpf_configure_stream() 82 * of pstride by 2 is conveniently OK here as we are multiplying both in rpf_configure_stream() 86 pstride *= 2; in rpf_configure_stream() 88 vsp1_rpf_write(rpf, dlb, VI6_RPF_SRCM_PSTRIDE, pstride); in rpf_configure_stream()
|
/kernel/linux/linux-5.10/drivers/media/platform/ |
H A D | rcar_fdp1.c | 884 u32 pstride; in fdp1_configure_rpf() local 895 pstride = q_data->stride_y << FD1_RPF_PSTRIDE_Y_SHIFT; in fdp1_configure_rpf() 897 pstride |= q_data->stride_c << FD1_RPF_PSTRIDE_C_SHIFT; in fdp1_configure_rpf() 921 fdp1_write(fdp1, pstride, FD1_RPF_PSTRIDE); in fdp1_configure_rpf() 944 u32 pstride; in fdp1_configure_wpf() local 949 pstride = q_data->format.plane_fmt[0].bytesperline in fdp1_configure_wpf() 953 pstride |= q_data->format.plane_fmt[1].bytesperline in fdp1_configure_wpf() 992 fdp1_write(fdp1, pstride, FD1_WPF_PSTRIDE); in fdp1_configure_wpf()
|
/kernel/linux/linux-6.6/drivers/media/platform/renesas/ |
H A D | rcar_fdp1.c | 884 u32 pstride; in fdp1_configure_rpf() local 895 pstride = q_data->stride_y << FD1_RPF_PSTRIDE_Y_SHIFT; in fdp1_configure_rpf() 897 pstride |= q_data->stride_c << FD1_RPF_PSTRIDE_C_SHIFT; in fdp1_configure_rpf() 921 fdp1_write(fdp1, pstride, FD1_RPF_PSTRIDE); in fdp1_configure_rpf() 944 u32 pstride; in fdp1_configure_wpf() local 949 pstride = q_data->format.plane_fmt[0].bytesperline in fdp1_configure_wpf() 953 pstride |= q_data->format.plane_fmt[1].bytesperline in fdp1_configure_wpf() 992 fdp1_write(fdp1, pstride, FD1_WPF_PSTRIDE); in fdp1_configure_wpf()
|
/kernel/linux/linux-5.10/drivers/dma/ |
H A D | at_xdmac.c | 1241 size_t stride = 0, pstride = 0, len = 0; in at_xdmac_prep_dma_memset_sg() local 1267 pstride = stride; in at_xdmac_prep_dma_memset_sg() 1292 if ((stride == pstride) && in at_xdmac_prep_dma_memset_sg() 1321 * pstride computed yet (our second sg in at_xdmac_prep_dma_memset_sg() 1327 } else if (pstride || in at_xdmac_prep_dma_memset_sg()
|
/kernel/linux/linux-6.6/drivers/dma/ |
H A D | at_xdmac.c | 1384 size_t stride = 0, pstride = 0, len = 0; in at_xdmac_prep_dma_memset_sg() local 1410 pstride = stride; in at_xdmac_prep_dma_memset_sg() 1435 if ((stride == pstride) && in at_xdmac_prep_dma_memset_sg() 1464 * pstride computed yet (our second sg in at_xdmac_prep_dma_memset_sg() 1470 } else if (pstride || in at_xdmac_prep_dma_memset_sg()
|