Home
last modified time | relevance | path

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

/openbmc/linux/drivers/video/fbdev/
H A Dc2p_planar.c87 u32 height, u32 dst_nextline, u32 dst_nextplane, in c2p_planar() argument
113 store_planar_masked(p, dst_nextplane, bpp, d.words, in c2p_planar()
126 store_planar_masked(p, dst_nextplane, bpp, in c2p_planar()
136 store_planar(p, dst_nextplane, bpp, d.words); in c2p_planar()
146 store_planar_masked(p, dst_nextplane, bpp, in c2p_planar()
H A Dc2p.h14 u32 height, u32 dst_nextline, u32 dst_nextplane,