Home
last modified time | relevance | path

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

/linux/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()
1037 y_off, u_off, v_off); in calc_tile_offsets_planar()
/linux/drivers/gpu/drm/vc4/
H A Dvc4_plane.c1314 u32 y_off = src_y & tile_h_mask; in vc4_plane_mode_set() local
1326 y_off = tile_h_mask - y_off; in vc4_plane_mode_set()
1334 VC4_SET_FIELD(y_off, SCALER_PITCH0_TILE_Y_OFFSET) | in vc4_plane_mode_set()