Loading drivers/video/c2p.c +120 −118 Original line number Diff line number Diff line Loading @@ -201,7 +201,8 @@ void c2p(u8 *dst, const u8 *src, u32 dx, u32 dy, u32 width, u32 height, memcpy((u8 *)d+dst_idx, c, w); c += w; c2p_8bpp(d); store_planar_masked(p, dst_nextplane, bpp, d, first); store_planar_masked(p, dst_nextplane, bpp, d, first); p += 4; w = width-w; } Loading @@ -220,7 +221,8 @@ void c2p(u8 *dst, const u8 *src, u32 dx, u32 dy, u32 width, u32 height, memcpy(d, c, w); memset((u8 *)d+w, 0, 32-w); c2p_8bpp(d); store_planar_masked(p, dst_nextplane, bpp, d, last); store_planar_masked(p, dst_nextplane, bpp, d, last); } } src += src_nextline; Loading Loading
drivers/video/c2p.c +120 −118 Original line number Diff line number Diff line Loading @@ -201,7 +201,8 @@ void c2p(u8 *dst, const u8 *src, u32 dx, u32 dy, u32 width, u32 height, memcpy((u8 *)d+dst_idx, c, w); c += w; c2p_8bpp(d); store_planar_masked(p, dst_nextplane, bpp, d, first); store_planar_masked(p, dst_nextplane, bpp, d, first); p += 4; w = width-w; } Loading @@ -220,7 +221,8 @@ void c2p(u8 *dst, const u8 *src, u32 dx, u32 dy, u32 width, u32 height, memcpy(d, c, w); memset((u8 *)d+w, 0, 32-w); c2p_8bpp(d); store_planar_masked(p, dst_nextplane, bpp, d, last); store_planar_masked(p, dst_nextplane, bpp, d, last); } } src += src_nextline; Loading