/kernel/linux/linux-5.10/drivers/video/fbdev/ |
H A D | atafb_iplan2p4.c | 20 #define BPL 4 macro 50 src = (u8 *)info->screen_base + sy * next_line + (sx & ~15) / (8 / BPL); in atafb_iplan2p4_copyarea() 51 dst = (u8 *)info->screen_base + dy * next_line + (dx & ~15) / (8 / BPL); in atafb_iplan2p4_copyarea() 53 memmove32_col(dst, src, 0xff00ff, height, next_line - BPL * 2); in atafb_iplan2p4_copyarea() 54 src += BPL * 2; in atafb_iplan2p4_copyarea() 55 dst += BPL * 2; in atafb_iplan2p4_copyarea() 62 w *= BPL / 2; in atafb_iplan2p4_copyarea() 72 memmove32_col(dst + width / (8 / BPL), src + width / (8 / BPL), in atafb_iplan2p4_copyarea() 73 0xff00ff00, height, next_line - BPL * in atafb_iplan2p4_copyarea() [all...] |
H A D | atafb_iplan2p2.c | 20 #define BPL 2 macro 50 src = (u8 *)info->screen_base + sy * next_line + (sx & ~15) / (8 / BPL); in atafb_iplan2p2_copyarea() 51 dst = (u8 *)info->screen_base + dy * next_line + (dx & ~15) / (8 / BPL); in atafb_iplan2p2_copyarea() 53 memmove32_col(dst, src, 0xff00ff, height, next_line - BPL * 2); in atafb_iplan2p2_copyarea() 54 src += BPL * 2; in atafb_iplan2p2_copyarea() 55 dst += BPL * 2; in atafb_iplan2p2_copyarea() 62 w *= BPL / 2; in atafb_iplan2p2_copyarea() 72 memmove32_col(dst + width / (8 / BPL), src + width / (8 / BPL), in atafb_iplan2p2_copyarea() 73 0xff00ff00, height, next_line - BPL * in atafb_iplan2p2_copyarea() [all...] |
H A D | atafb_iplan2p8.c | 20 #define BPL 8 macro 57 src = (u8 *)info->screen_base + sy * next_line + (sx & ~15) / (8 / BPL); in atafb_iplan2p8_copyarea() 58 dst = (u8 *)info->screen_base + dy * next_line + (dx & ~15) / (8 / BPL); in atafb_iplan2p8_copyarea() 60 memmove32_col(dst, src, 0xff00ff, height, next_line - BPL * 2); in atafb_iplan2p8_copyarea() 61 src += BPL * 2; in atafb_iplan2p8_copyarea() 62 dst += BPL * 2; in atafb_iplan2p8_copyarea() 69 w *= BPL / 2; in atafb_iplan2p8_copyarea() 79 memmove32_col(dst + width / (8 / BPL), src + width / (8 / BPL), in atafb_iplan2p8_copyarea() 80 0xff00ff00, height, next_line - BPL * in atafb_iplan2p8_copyarea() [all...] |
H A D | atafb_utils.h | 248 #ifdef BPL 264 #if BPL > 4 in expand8_col2mask() 272 #if BPL > 4 in expand8_2col2mask() 285 #if BPL > 2 in fill8_col() 289 #if BPL > 4 in fill8_col() 308 #if BPL > 2 in fill8_2col() 314 #if BPL > 2 in fill8_2col() 318 #if BPL > 4 in fill8_2col() 334 #if BPL > 2 in expand16_col2mask() 337 #if BPL > in expand16_col2mask() [all...] |
/kernel/linux/linux-6.6/drivers/video/fbdev/ |
H A D | atafb_iplan2p4.c | 20 #define BPL 4 macro 50 src = (u8 *)info->screen_base + sy * next_line + (sx & ~15) / (8 / BPL); in atafb_iplan2p4_copyarea() 51 dst = (u8 *)info->screen_base + dy * next_line + (dx & ~15) / (8 / BPL); in atafb_iplan2p4_copyarea() 53 memmove32_col(dst, src, 0xff00ff, height, next_line - BPL * 2); in atafb_iplan2p4_copyarea() 54 src += BPL * 2; in atafb_iplan2p4_copyarea() 55 dst += BPL * 2; in atafb_iplan2p4_copyarea() 62 w *= BPL / 2; in atafb_iplan2p4_copyarea() 72 memmove32_col(dst + width / (8 / BPL), src + width / (8 / BPL), in atafb_iplan2p4_copyarea() 73 0xff00ff00, height, next_line - BPL * in atafb_iplan2p4_copyarea() [all...] |
H A D | atafb_iplan2p2.c | 20 #define BPL 2 macro 50 src = (u8 *)info->screen_base + sy * next_line + (sx & ~15) / (8 / BPL); in atafb_iplan2p2_copyarea() 51 dst = (u8 *)info->screen_base + dy * next_line + (dx & ~15) / (8 / BPL); in atafb_iplan2p2_copyarea() 53 memmove32_col(dst, src, 0xff00ff, height, next_line - BPL * 2); in atafb_iplan2p2_copyarea() 54 src += BPL * 2; in atafb_iplan2p2_copyarea() 55 dst += BPL * 2; in atafb_iplan2p2_copyarea() 62 w *= BPL / 2; in atafb_iplan2p2_copyarea() 72 memmove32_col(dst + width / (8 / BPL), src + width / (8 / BPL), in atafb_iplan2p2_copyarea() 73 0xff00ff00, height, next_line - BPL * in atafb_iplan2p2_copyarea() [all...] |
H A D | atafb_iplan2p8.c | 20 #define BPL 8 macro 57 src = (u8 *)info->screen_base + sy * next_line + (sx & ~15) / (8 / BPL); in atafb_iplan2p8_copyarea() 58 dst = (u8 *)info->screen_base + dy * next_line + (dx & ~15) / (8 / BPL); in atafb_iplan2p8_copyarea() 60 memmove32_col(dst, src, 0xff00ff, height, next_line - BPL * 2); in atafb_iplan2p8_copyarea() 61 src += BPL * 2; in atafb_iplan2p8_copyarea() 62 dst += BPL * 2; in atafb_iplan2p8_copyarea() 69 w *= BPL / 2; in atafb_iplan2p8_copyarea() 79 memmove32_col(dst + width / (8 / BPL), src + width / (8 / BPL), in atafb_iplan2p8_copyarea() 80 0xff00ff00, height, next_line - BPL * in atafb_iplan2p8_copyarea() [all...] |
H A D | atafb_utils.h | 248 #ifdef BPL 264 #if BPL > 4 in expand8_col2mask() 272 #if BPL > 4 in expand8_2col2mask() 285 #if BPL > 2 in fill8_col() 289 #if BPL > 4 in fill8_col() 308 #if BPL > 2 in fill8_2col() 314 #if BPL > 2 in fill8_2col() 318 #if BPL > 4 in fill8_2col() 334 #if BPL > 2 in expand16_col2mask() 337 #if BPL > in expand16_col2mask() [all...] |