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

/linux-master/drivers/gpu/drm/rockchip/
H A Drockchip_drm_vop2.c587 u32 act_xoffset = src->x1 >> 16; local
611 tx = 16 - ((act_xoffset + width) & 0xf);
616 ty = vir_width - width - act_xoffset;
620 ty = act_xoffset;
623 tx = 16 - ((act_xoffset + width) & 0xf);
627 tx = act_xoffset;
632 ty = act_xoffset;
636 ty = vir_width - width - act_xoffset;
639 tx = act_xoffset;

Completed in 149 milliseconds