Home
last modified time | relevance | path

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

/openbmc/u-boot/drivers/video/
H A Dmx3fb.c536 uint32_t stride_bytes; in ipu_init_channel_buffer() local
538 stride_bytes = (panel.plnSizeX * panel.gdfBytesPP + 3) & ~3; in ipu_init_channel_buffer()
544 panel.plnSizeX, panel.plnSizeY, stride_bytes); in ipu_init_channel_buffer()
/openbmc/linux/drivers/gpu/drm/radeon/
H A Dr100.c909 uint32_t stride_bytes = RADEON_GPU_PAGE_SIZE; in r100_copy_blit() local
917 stride_bytes &= 0x3fff; in r100_copy_blit()
919 pitch = stride_bytes / 64; in r100_copy_blit()
920 stride_pixels = stride_bytes / 4; in r100_copy_blit()