Home
last modified time | relevance | path

Searched refs:dst_nextline (Results 1 – 3 of 3) sorted by relevance

/openbmc/linux/drivers/video/fbdev/
H A Dc2p.h14 u32 height, u32 dst_nextline, u32 dst_nextplane,
18 u32 height, u32 dst_nextline, u32 src_nextline,
H A Dc2p_iplan2.c86 u32 height, u32 dst_nextline, u32 src_nextline, u32 bpp) in c2p_iplan2() argument
96 dst += dy*dst_nextline+(dx & ~15)*bpp; in c2p_iplan2()
148 dst += dst_nextline; in c2p_iplan2()
H A Dc2p_planar.c87 u32 height, u32 dst_nextline, u32 dst_nextplane, in c2p_planar() argument
98 dst += dy*dst_nextline+(dx & ~31); in c2p_planar()
151 dst += dst_nextline; in c2p_planar()