Home
last modified time | relevance | path

Searched refs:xstride (Results 1 - 6 of 6) sorted by relevance

/kernel/linux/linux-5.10/drivers/gpu/drm/atmel-hlcdc/
H A Datmel_hlcdc_dc.c42 .xstride = { 2 },
72 .xstride = { 2 },
90 .xstride = { 4 },
110 .xstride = { 5, 7 },
133 .xstride = { 4 },
165 .xstride = { 2 },
183 .xstride = { 4 },
202 .xstride = { 4 },
222 .xstride = { 5, 7 },
249 .xstride
[all...]
H A Datmel_hlcdc_plane.c39 * @xstride: value to add to the pixel pointer between each line
65 int xstride[ATMEL_HLCDC_LAYER_MAX_PLANES]; member
469 if (desc->layout.xstride[i]) in atmel_hlcdc_plane_update_buffers()
471 desc->layout.xstride[i], in atmel_hlcdc_plane_update_buffers()
472 state->xstride[i]); in atmel_hlcdc_plane_update_buffers()
656 state->xstride[i] = -(((state->src_h - 1) / ydiv) * in atmel_hlcdc_plane_atomic_check()
666 state->xstride[i] = ((((state->src_w - 1) / xdiv) - 1) * in atmel_hlcdc_plane_atomic_check()
674 state->xstride[i] = ((state->src_h - 1) / ydiv) * in atmel_hlcdc_plane_atomic_check()
682 state->xstride[i] = fb->pitches[i] - in atmel_hlcdc_plane_atomic_check()
781 if (desc->layout.xstride[ in atmel_hlcdc_plane_init_properties()
[all...]
H A Datmel_hlcdc_dc.h145 * @xstride: xstride registers
161 int xstride[ATMEL_HLCDC_LAYER_MAX_PLANES]; member
/kernel/linux/linux-6.6/drivers/gpu/drm/atmel-hlcdc/
H A Datmel_hlcdc_dc.c42 .xstride = { 2 },
72 .xstride = { 2 },
90 .xstride = { 4 },
110 .xstride = { 5, 7 },
133 .xstride = { 4 },
165 .xstride = { 2 },
183 .xstride = { 4 },
202 .xstride = { 4 },
222 .xstride = { 5, 7 },
249 .xstride
[all...]
H A Datmel_hlcdc_plane.c41 * @xstride: value to add to the pixel pointer between each line
67 int xstride[ATMEL_HLCDC_LAYER_MAX_PLANES]; member
471 if (desc->layout.xstride[i]) in atmel_hlcdc_plane_update_buffers()
473 desc->layout.xstride[i], in atmel_hlcdc_plane_update_buffers()
474 state->xstride[i]); in atmel_hlcdc_plane_update_buffers()
659 hstate->xstride[i] = -(((hstate->src_h - 1) / ydiv) * in atmel_hlcdc_plane_atomic_check()
669 hstate->xstride[i] = ((((hstate->src_w - 1) / xdiv) - 1) * in atmel_hlcdc_plane_atomic_check()
677 hstate->xstride[i] = ((hstate->src_h - 1) / ydiv) * in atmel_hlcdc_plane_atomic_check()
685 hstate->xstride[i] = fb->pitches[i] - in atmel_hlcdc_plane_atomic_check()
786 if (desc->layout.xstride[ in atmel_hlcdc_plane_init_properties()
[all...]
H A Datmel_hlcdc_dc.h145 * @xstride: xstride registers
161 int xstride[ATMEL_HLCDC_LAYER_MAX_PLANES]; member

Completed in 6 milliseconds