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

/linux-master/drivers/gpu/drm/rockchip/
H A Drockchip_drm_vop2.c588 u32 act_yoffset = src->y1 >> 16; local
612 ty = bottom_crop_line_num - act_yoffset;
615 tx = bottom_crop_line_num - act_yoffset;
619 tx = act_yoffset;
624 ty = act_yoffset;
628 ty = bottom_crop_line_num - act_yoffset;
631 tx = bottom_crop_line_num - act_yoffset;
635 tx = act_yoffset;
640 ty = act_yoffset;

Completed in 223 milliseconds