Home
last modified time | relevance | path

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

/kernel/linux/linux-5.10/drivers/dma/ipu/
Dipu_idmac.c663 uint32_t stride_bytes; in ipu_init_channel_buffer() local
665 stride_bytes = stride * bytes_per_pixel(pixel_fmt); in ipu_init_channel_buffer()
667 if (stride_bytes % 4) { in ipu_init_channel_buffer()
670 stride, stride_bytes); in ipu_init_channel_buffer()
681 ipu_ch_param_set_size(&params, pixel_fmt, width, height, stride_bytes); in ipu_init_channel_buffer()
/kernel/linux/linux-5.10/drivers/gpu/drm/radeon/
Dr100.c899 uint32_t stride_bytes = RADEON_GPU_PAGE_SIZE; in r100_copy_blit() local
907 stride_bytes &= 0x3fff; in r100_copy_blit()
909 pitch = stride_bytes / 64; in r100_copy_blit()
910 stride_pixels = stride_bytes / 4; in r100_copy_blit()