Home
last modified time | relevance | path

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

/kernel/linux/linux-5.10/drivers/media/platform/rockchip/rga/
H A Drga-hw.c20 unsigned int y_off; member
65 lt->y_off = y * frm->stride + x * pixel_width; in rga_get_addr_offset()
70 lb->y_off = lt->y_off + (h - 1) * frm->stride; in rga_get_addr_offset()
74 rt->y_off = lt->y_off + (w - 1) * pixel_width; in rga_get_addr_offset()
78 rb->y_off = lb->y_off + (w - 1) * pixel_width; in rga_get_addr_offset()
329 src_offsets.left_top.y_off; in rga_cmd_set_trans_info()
343 dst_offset->y_off; in rga_cmd_set_trans_info()
[all...]
/kernel/linux/linux-6.6/drivers/media/platform/rockchip/rga/
H A Drga-hw.c20 unsigned int y_off; member
65 lt->y_off = y * frm->stride + x * pixel_width; in rga_get_addr_offset()
70 lb->y_off = lt->y_off + (h - 1) * frm->stride; in rga_get_addr_offset()
74 rt->y_off = lt->y_off + (w - 1) * pixel_width; in rga_get_addr_offset()
78 rb->y_off = lb->y_off + (w - 1) * pixel_width; in rga_get_addr_offset()
329 src_offsets.left_top.y_off; in rga_cmd_set_trans_info()
343 dst_offset->y_off; in rga_cmd_set_trans_info()
[all...]
/kernel/linux/linux-5.10/drivers/gpu/drm/vc4/
H A Dvc4_plane.c723 u32 y_off = src_y & tile_h_mask; in vc4_plane_mode_set() local
730 * Don't know why we need y_off = max_y_off - y_off, but it's in vc4_plane_mode_set()
735 y_off = tile_h_mask - y_off; in vc4_plane_mode_set()
743 VC4_SET_FIELD(y_off, SCALER_PITCH0_TILE_Y_OFFSET) | in vc4_plane_mode_set()
/kernel/linux/linux-5.10/drivers/gpu/ipu-v3/
H A Dipu-image-convert.c994 u32 y_row_off, y_col_off, y_off; in calc_tile_offsets_planar() local
1019 y_off = y_row_off + y_col_off; in calc_tile_offsets_planar()
1022 u_off = y_size - y_off + uv_off; in calc_tile_offsets_planar()
1030 image->tile[tile].offset = y_off; in calc_tile_offsets_planar()
1034 if ((y_off & 0x7) || (u_off & 0x7) || (v_off & 0x7)) { in calc_tile_offsets_planar()
1037 "y_off %08x, u_off %08x, v_off %08x\n", in calc_tile_offsets_planar()
1041 y_off, u_off, v_off); in calc_tile_offsets_planar()
/kernel/linux/linux-6.6/drivers/gpu/ipu-v3/
H A Dipu-image-convert.c993 u32 y_row_off, y_col_off, y_off; in calc_tile_offsets_planar() local
1018 y_off = y_row_off + y_col_off; in calc_tile_offsets_planar()
1021 u_off = y_size - y_off + uv_off; in calc_tile_offsets_planar()
1026 image->tile[tile].offset = y_off; in calc_tile_offsets_planar()
1030 if ((y_off & 0x7) || (u_off & 0x7) || (v_off & 0x7)) { in calc_tile_offsets_planar()
1033 "y_off %08x, u_off %08x, v_off %08x\n", in calc_tile_offsets_planar()
1037 y_off, u_off, v_off); in calc_tile_offsets_planar()
/kernel/linux/linux-6.6/drivers/gpu/drm/vc4/
H A Dvc4_plane.c912 u32 y_off = src_y & tile_h_mask; in vc4_plane_mode_set() local
919 * Don't know why we need y_off = max_y_off - y_off, but it's in vc4_plane_mode_set()
924 y_off = tile_h_mask - y_off; in vc4_plane_mode_set()
932 VC4_SET_FIELD(y_off, SCALER_PITCH0_TILE_Y_OFFSET) | in vc4_plane_mode_set()

Completed in 18 milliseconds