Searched refs:s_pitch (Results 1 - 11 of 11) sorted by relevance

/linux-4.4.14/drivers/video/console/
H A Dsoftcursor.c27 unsigned int i, size, dsize, s_pitch, d_pitch; soft_cursor() local
34 s_pitch = (cursor->image.width + 7) >> 3; soft_cursor()
35 dsize = s_pitch * cursor->image.height; soft_cursor()
51 d_pitch = (s_pitch + scan_align) & ~scan_align; soft_cursor()
72 fb_pad_aligned_buffer(dst, d_pitch, src, s_pitch, image->height); soft_cursor()
H A Dbitblit.c79 u32 d_pitch, u32 s_pitch, u32 cellsize, bit_putcs_aligned()
102 dst += s_pitch; bit_putcs_aligned()
111 u32 s_pitch, u32 cellsize, bit_putcs_unaligned()
134 dst += (shift_low >= 8) ? s_pitch : s_pitch - 1; bit_putcs_unaligned()
77 bit_putcs_aligned(struct vc_data *vc, struct fb_info *info, const u16 *s, u32 attr, u32 cnt, u32 d_pitch, u32 s_pitch, u32 cellsize, struct fb_image *image, u8 *buf, u8 *dst) bit_putcs_aligned() argument
108 bit_putcs_unaligned(struct vc_data *vc, struct fb_info *info, const u16 *s, u32 attr, u32 cnt, u32 d_pitch, u32 s_pitch, u32 cellsize, struct fb_image *image, u8 *buf, u8 *dst) bit_putcs_unaligned() argument
H A Dfbcon_ud.c87 u32 d_pitch, u32 s_pitch, u32 cellsize, ud_putcs_aligned()
110 dst += s_pitch; ud_putcs_aligned()
119 u32 s_pitch, u32 cellsize, ud_putcs_unaligned()
142 dst += (shift_low >= 8) ? s_pitch : s_pitch - 1; ud_putcs_unaligned()
85 ud_putcs_aligned(struct vc_data *vc, struct fb_info *info, const u16 *s, u32 attr, u32 cnt, u32 d_pitch, u32 s_pitch, u32 cellsize, struct fb_image *image, u8 *buf, u8 *dst) ud_putcs_aligned() argument
116 ud_putcs_unaligned(struct vc_data *vc, struct fb_info *info, const u16 *s, u32 attr, u32 cnt, u32 d_pitch, u32 s_pitch, u32 cellsize, struct fb_image *image, u8 *buf, u8 *dst) ud_putcs_unaligned() argument
H A Dfbcon_ccw.c100 u32 d_pitch, u32 s_pitch, u32 cellsize, ccw_putcs_aligned()
98 ccw_putcs_aligned(struct vc_data *vc, struct fb_info *info, const u16 *s, u32 attr, u32 cnt, u32 d_pitch, u32 s_pitch, u32 cellsize, struct fb_image *image, u8 *buf, u8 *dst) ccw_putcs_aligned() argument
H A Dfbcon_cw.c85 u32 d_pitch, u32 s_pitch, u32 cellsize, cw_putcs_aligned()
83 cw_putcs_aligned(struct vc_data *vc, struct fb_info *info, const u16 *s, u32 attr, u32 cnt, u32 d_pitch, u32 s_pitch, u32 cellsize, struct fb_image *image, u8 *buf, u8 *dst) cw_putcs_aligned() argument
/linux-4.4.14/drivers/video/fbdev/nvidia/
H A Dnvidia.c563 u32 s_pitch = (cursor->image.width + 7) >> 3; nvidiafb_cursor() local
569 src = kmalloc(s_pitch * cursor->image.height, GFP_ATOMIC); nvidiafb_cursor()
574 for (i = 0; i < s_pitch * cursor->image.height; i++) nvidiafb_cursor()
579 for (i = 0; i < s_pitch * cursor->image.height; i++) nvidiafb_cursor()
584 fb_pad_aligned_buffer(data, d_pitch, src, s_pitch, nvidiafb_cursor()
/linux-4.4.14/include/linux/
H A Dfb.h627 extern void fb_pad_aligned_buffer(u8 *dst, u32 d_pitch, u8 *src, u32 s_pitch, u32 height);
646 u8 *src, u32 s_pitch, u32 height) __fb_pad_aligned_buffer()
650 d_pitch -= s_pitch; __fb_pad_aligned_buffer()
653 /* s_pitch is a few bytes at the most, memcpy is suboptimal */ __fb_pad_aligned_buffer()
654 for (j = 0; j < s_pitch; j++) __fb_pad_aligned_buffer()
645 __fb_pad_aligned_buffer(u8 *dst, u32 d_pitch, u8 *src, u32 s_pitch, u32 height) __fb_pad_aligned_buffer() argument
/linux-4.4.14/drivers/video/fbdev/riva/
H A Dfbdev.c1612 u32 s_pitch = (cursor->image.width+7) >> 3; rivafb_cursor() local
1618 src = kmalloc(s_pitch * cursor->image.height, GFP_ATOMIC); rivafb_cursor()
1623 for (i = 0; i < s_pitch * cursor->image.height; i++) rivafb_cursor()
1628 for (i = 0; i < s_pitch * cursor->image.height; i++) rivafb_cursor()
1633 fb_pad_aligned_buffer(data, d_pitch, src, s_pitch, rivafb_cursor()
/linux-4.4.14/drivers/video/fbdev/core/
H A Dfbmem.c118 void fb_pad_aligned_buffer(u8 *dst, u32 d_pitch, u8 *src, u32 s_pitch, u32 height) fb_pad_aligned_buffer() argument
120 __fb_pad_aligned_buffer(dst, d_pitch, src, s_pitch, height); fb_pad_aligned_buffer()
/linux-4.4.14/drivers/video/fbdev/intelfb/
H A Dintelfbdrv.c1624 u32 s_pitch = (ROUND_UP_TO(cursor->image.width, 8) / 8); intelfb_cursor() local
1625 u32 size = s_pitch * cursor->image.height; intelfb_cursor()
/linux-4.4.14/drivers/video/fbdev/
H A Dneofb.c1432 int s_pitch = (image->width * image->depth + 7) >> 3; neo2200_imageblit() local
1438 d_pitch = (s_pitch + scan_align) & ~scan_align; neo2200_imageblit()

Completed in 254 milliseconds