Home
last modified time | relevance | path

Searched refs:pitch_index (Results 1 - 4 of 4) sorted by relevance

/kernel/linux/linux-5.10/drivers/video/fbdev/core/
H A Dsysimgblt.c53 void *dst1, u32 start_index, u32 pitch_index) in color_imageblit()
101 if (pitch_index) { in color_imageblit()
105 start_index += pitch_index; in color_imageblit()
113 u32 start_index, u32 pitch_index) in slow_imageblit()
168 if (pitch_index) { in slow_imageblit()
171 start_index += pitch_index; in slow_imageblit()
290 u32 fgcolor, bgcolor, start_index, bitstart, pitch_index = 0; in sys_imageblit() local
301 pitch_index = (p->fix.line_length & (bpl - 1)) * 8; in sys_imageblit()
320 if (32 % bpp == 0 && !start_index && !pitch_index && in sys_imageblit()
326 start_index, pitch_index); in sys_imageblit()
52 color_imageblit(const struct fb_image *image, struct fb_info *p, void *dst1, u32 start_index, u32 pitch_index) color_imageblit() argument
111 slow_imageblit(const struct fb_image *image, struct fb_info *p, void *dst1, u32 fgcolor, u32 bgcolor, u32 start_index, u32 pitch_index) slow_imageblit() argument
[all...]
H A Dcfbimgblt.c78 u32 pitch_index) in color_imageblit()
127 if (pitch_index) { in color_imageblit()
131 start_index += pitch_index; in color_imageblit()
141 u32 pitch_index) in slow_imageblit()
197 if (pitch_index) { in slow_imageblit()
200 start_index += pitch_index; in slow_imageblit()
267 u32 fgcolor, bgcolor, start_index, bitstart, pitch_index = 0; in cfb_imageblit() local
278 pitch_index = (p->fix.line_length & (bpl - 1)) * 8; in cfb_imageblit()
297 if (32 % bpp == 0 && !start_index && !pitch_index && in cfb_imageblit()
303 start_index, pitch_index); in cfb_imageblit()
75 color_imageblit(const struct fb_image *image, struct fb_info *p, u8 __iomem *dst1, u32 start_index, u32 pitch_index) color_imageblit() argument
137 slow_imageblit(const struct fb_image *image, struct fb_info *p, u8 __iomem *dst1, u32 fgcolor, u32 bgcolor, u32 start_index, u32 pitch_index) slow_imageblit() argument
[all...]
/kernel/linux/linux-6.6/drivers/video/fbdev/core/
H A Dsysimgblt.c53 void *dst1, u32 start_index, u32 pitch_index) in color_imageblit()
101 if (pitch_index) { in color_imageblit()
105 start_index += pitch_index; in color_imageblit()
113 u32 start_index, u32 pitch_index) in slow_imageblit()
168 if (pitch_index) { in slow_imageblit()
171 start_index += pitch_index; in slow_imageblit()
290 u32 fgcolor, bgcolor, start_index, bitstart, pitch_index = 0; in sys_imageblit() local
301 pitch_index = (p->fix.line_length & (bpl - 1)) * 8; in sys_imageblit()
320 if (32 % bpp == 0 && !start_index && !pitch_index && in sys_imageblit()
326 start_index, pitch_index); in sys_imageblit()
52 color_imageblit(const struct fb_image *image, struct fb_info *p, void *dst1, u32 start_index, u32 pitch_index) color_imageblit() argument
111 slow_imageblit(const struct fb_image *image, struct fb_info *p, void *dst1, u32 fgcolor, u32 bgcolor, u32 start_index, u32 pitch_index) slow_imageblit() argument
[all...]
H A Dcfbimgblt.c78 u32 pitch_index) in color_imageblit()
127 if (pitch_index) { in color_imageblit()
131 start_index += pitch_index; in color_imageblit()
141 u32 pitch_index) in slow_imageblit()
197 if (pitch_index) { in slow_imageblit()
200 start_index += pitch_index; in slow_imageblit()
320 u32 fgcolor, bgcolor, start_index, bitstart, pitch_index = 0; in cfb_imageblit() local
331 pitch_index = (p->fix.line_length & (bpl - 1)) * 8; in cfb_imageblit()
350 if (32 % bpp == 0 && !start_index && !pitch_index && in cfb_imageblit()
356 start_index, pitch_index); in cfb_imageblit()
75 color_imageblit(const struct fb_image *image, struct fb_info *p, u8 __iomem *dst1, u32 start_index, u32 pitch_index) color_imageblit() argument
137 slow_imageblit(const struct fb_image *image, struct fb_info *p, u8 __iomem *dst1, u32 fgcolor, u32 bgcolor, u32 start_index, u32 pitch_index) slow_imageblit() argument
[all...]

Completed in 3 milliseconds