Home
last modified time | relevance | path

Searched refs:pitch_in_bytes (Results 1 – 2 of 2) sorted by relevance

/openbmc/u-boot/drivers/video/stm32/
H A Dstm32_ltdc.c270 u32 pitch_in_bytes; in stm32_ltdc_set_layer1() local
298 pitch_in_bytes = priv->crop_w * (bpp >> 3); in stm32_ltdc_set_layer1()
301 val = (pitch_in_bytes << 16) | line_length; in stm32_ltdc_set_layer1()
/openbmc/linux/drivers/gpu/drm/stm/
H A Dltdc.c1273 u32 val, pitch_in_bytes, line_length, line_number, ahbp, avbp, bpcr; in ltdc_plane_atomic_update() local
1367 pitch_in_bytes = 0x10000 - fb->pitches[0]; in ltdc_plane_atomic_update()
1369 pitch_in_bytes = fb->pitches[0]; in ltdc_plane_atomic_update()
1371 val = (pitch_in_bytes << 16) | line_length; in ltdc_plane_atomic_update()
1442 pitch_in_bytes = 0x10000 - fb->pitches[1]; in ltdc_plane_atomic_update()
1444 pitch_in_bytes = fb->pitches[1]; in ltdc_plane_atomic_update()
1450 val = (pitch_in_bytes << 16) | line_length; in ltdc_plane_atomic_update()