Home
last modified time | relevance | path

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

/rk3399_rockchip-uboot/include/
H A Dvideo_fb.h68 unsigned int dst_y, /* dest pos y */
78 unsigned int dst_y, /* dest pos y */
/rk3399_rockchip-uboot/drivers/video/
H A Dmb862xx.c448 unsigned int dst_y, unsigned int dim_x, in video_hw_rectfill() argument
456 DE_WR_FIFO ((dst_y << 16) | dst_x); in video_hw_rectfill()
463 unsigned int dst_y, unsigned int width, in video_hw_bitblt() argument
469 if (src_x >= dst_x && src_y >= dst_y) in video_hw_bitblt()
471 else if (src_x >= dst_x && src_y <= dst_y) in video_hw_bitblt()
473 else if (src_x <= dst_x && src_y >= dst_y) in video_hw_bitblt()
481 DE_WR_FIFO ((dst_y << 16) | dst_x); in video_hw_bitblt()