Lines Matching refs:dst_rect
40 uint32_t dst_rect; member
94 regs->dst0 += (req->dst_rect.w - in rotate_dst_addr_x()
95 min((uint32_t)16, req->dst_rect.w)) * regs->dst_bpp; in rotate_dst_addr_x()
96 regs->dst1 += (req->dst_rect.w - in rotate_dst_addr_x()
97 min((uint32_t)16, req->dst_rect.w)) * regs->dst_bpp; in rotate_dst_addr_x()
102 regs->dst0 += (req->dst_rect.h - in rotate_dst_addr_y()
103 min((uint32_t)16, req->dst_rect.h)) * in rotate_dst_addr_y()
105 regs->dst1 += (req->dst_rect.h - in rotate_dst_addr_y()
106 min((uint32_t)16, req->dst_rect.h)) * in rotate_dst_addr_y()
353 dst_w = req->dst_rect.h; in get_edge_cond()
354 dst_h = req->dst_rect.w; in get_edge_cond()
356 dst_w = req->dst_rect.w; in get_edge_cond()
357 dst_h = req->dst_rect.h; in get_edge_cond()
444 dst_w = req->dst_rect.h; in blit_scale()
445 dst_h = req->dst_rect.w; in blit_scale()
447 dst_w = req->dst_rect.w; in blit_scale()
448 dst_h = req->dst_rect.h; in blit_scale()
547 get_len(&req->dst, &req->dst_rect, regs->dst_bpp, &dst0_len, in valid_src_dst()
627 mdp_writel(mdp, regs->dst_rect, PPP_ADDR_DST_ROI); in send_blit()
660 req->dst_rect.x > req->dst.width || in mdp_ppp_blit()
661 req->dst_rect.y > req->dst.height)) { in mdp_ppp_blit()
675 regs.dst_rect = (req->dst_rect.h << 16) | req->dst_rect.w; in mdp_ppp_blit()
691 get_chroma_addr(&req->dst, &req->dst_rect, regs.dst0, regs.dst_bpp, in mdp_ppp_blit()
693 regs.dst0 += (req->dst_rect.x + (req->dst_rect.y * req->dst.width)) * in mdp_ppp_blit()
723 req->dst_rect.x = req->dst_rect.x & (~0x1); in mdp_ppp_blit()
724 req->dst_rect.w = req->dst_rect.w & (~0x1); in mdp_ppp_blit()