Searched refs:dst_x0 (Results 1 – 1 of 1) sorted by relevance
128 int dst_x0 = region->dx; in unifb_prim_fillrect() local138 int dst_offset = dst_y0 * dst_pitch + dst_x0 * (m_iBpp / 8); in unifb_prim_fillrect()159 dst_x0 = (dst_x0 & 0x1fff) | ((dst_y0 & 0x1fff) << 16); in unifb_prim_fillrect()174 writel(dst_x0, UGE_DSTXY); in unifb_prim_fillrect()216 int dst_x0 = area->dx; in unifb_prim_copyarea() local228 int dst_offset = dst_y0 * dst_pitch + dst_x0 * (m_iBpp / 8); in unifb_prim_copyarea()253 dst_x0 * (m_iBpp / 8); in unifb_prim_copyarea()266 dst_x0 = (dst_x0 & 0x1fff) | ((dst_y0 & 0x1fff) << 16); in unifb_prim_copyarea()281 writel(dst_x0, UGE_DSTXY); in unifb_prim_copyarea()