Searched refs:v_off (Results 1 – 3 of 3) sorted by relevance
/linux/drivers/gpu/ipu-v3/ |
H A D | ipu-image-convert.c | 111 u32 v_off; member 992 u32 uv_row_off, uv_col_off, uv_off, u_off, v_off; in calc_tile_offsets_planar() local 1022 v_off = (fmt->uv_packed) ? 0 : u_off + uv_size; in calc_tile_offsets_planar() 1024 swap(u_off, v_off); in calc_tile_offsets_planar() 1028 image->tile[tile++].v_off = v_off; in calc_tile_offsets_planar() 1030 if ((y_off & 0x7) || (u_off & 0x7) || (v_off & 0x7)) { in calc_tile_offsets_planar() 1037 y_off, u_off, v_off); in calc_tile_offsets_planar() 1070 image->tile[tile++].v_off = 0; in calc_tile_offsets_packed() 1340 tile_image.v_offset = image->tile[tile_idx[0]].v_off; in init_idmac_channel() 1692 src_tile->v_off); in do_tile_complete() [all …]
|
H A D | ipu-cpmem.c | 283 void ipu_cpmem_set_uv_offset(struct ipuv3_channel *ch, u32 u_off, u32 v_off) in ipu_cpmem_set_uv_offset() argument 285 WARN_ON_ONCE((u_off & 0x7) || (v_off & 0x7)); in ipu_cpmem_set_uv_offset() 288 ipu_ch_param_write_field(ch, IPU_FIELD_VBO, v_off / 8); in ipu_cpmem_set_uv_offset()
|
/linux/include/video/ |
H A D | imx-ipu-v3.h | 261 void ipu_cpmem_set_uv_offset(struct ipuv3_channel *ch, u32 u_off, u32 v_off);
|