/kernel/linux/linux-5.10/drivers/video/fbdev/core/ |
H A D | softcursor.c | 27 unsigned int i, size, dsize, s_pitch, d_pitch; in soft_cursor() local 34 s_pitch = (cursor->image.width + 7) >> 3; in soft_cursor() 35 dsize = s_pitch * cursor->image.height; in soft_cursor() 51 d_pitch = (s_pitch + scan_align) & ~scan_align; in soft_cursor() 72 fb_pad_aligned_buffer(dst, d_pitch, src, s_pitch, image->height); in soft_cursor()
|
H A D | bitblit.c | 79 u32 d_pitch, u32 s_pitch, u32 cellsize, in bit_putcs_aligned() 102 dst += s_pitch; in bit_putcs_aligned() 111 u32 s_pitch, u32 cellsize, in bit_putcs_unaligned() 134 dst += (shift_low >= 8) ? s_pitch : s_pitch - 1; in 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 D | fbcon_ud.c | 87 u32 d_pitch, u32 s_pitch, u32 cellsize, in ud_putcs_aligned() 110 dst += s_pitch; in ud_putcs_aligned() 119 u32 s_pitch, u32 cellsize, in ud_putcs_unaligned() 142 dst += (shift_low >= 8) ? s_pitch : s_pitch - 1; in 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 D | fbcon_ccw.c | 100 u32 d_pitch, u32 s_pitch, u32 cellsize, in 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 D | fbcon_cw.c | 85 u32 d_pitch, u32 s_pitch, u32 cellsize, in 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
|
H A D | fbmem.c | 114 void fb_pad_aligned_buffer(u8 *dst, u32 d_pitch, u8 *src, u32 s_pitch, u32 height) in fb_pad_aligned_buffer() argument 116 __fb_pad_aligned_buffer(dst, d_pitch, src, s_pitch, height); in fb_pad_aligned_buffer()
|
/kernel/linux/linux-6.6/drivers/video/fbdev/core/ |
H A D | softcursor.c | 27 unsigned int i, size, dsize, s_pitch, d_pitch; in soft_cursor() local 34 s_pitch = (cursor->image.width + 7) >> 3; in soft_cursor() 35 dsize = s_pitch * cursor->image.height; in soft_cursor() 51 d_pitch = (s_pitch + scan_align) & ~scan_align; in soft_cursor() 72 fb_pad_aligned_buffer(dst, d_pitch, src, s_pitch, image->height); in soft_cursor()
|
H A D | bitblit.c | 79 u32 d_pitch, u32 s_pitch, u32 cellsize, in bit_putcs_aligned() 102 dst += s_pitch; in bit_putcs_aligned() 111 u32 s_pitch, u32 cellsize, in bit_putcs_unaligned() 134 dst += (shift_low >= 8) ? s_pitch : s_pitch - 1; in 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 D | fbcon_ud.c | 87 u32 d_pitch, u32 s_pitch, u32 cellsize, in ud_putcs_aligned() 110 dst += s_pitch; in ud_putcs_aligned() 119 u32 s_pitch, u32 cellsize, in ud_putcs_unaligned() 142 dst += (shift_low >= 8) ? s_pitch : s_pitch - 1; in 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 D | fbmem.c | 114 void fb_pad_aligned_buffer(u8 *dst, u32 d_pitch, u8 *src, u32 s_pitch, u32 height) in fb_pad_aligned_buffer() argument 116 __fb_pad_aligned_buffer(dst, d_pitch, src, s_pitch, height); in fb_pad_aligned_buffer()
|
H A D | fbcon_ccw.c | 100 u32 d_pitch, u32 s_pitch, u32 cellsize, in 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 D | fbcon_cw.c | 85 u32 d_pitch, u32 s_pitch, u32 cellsize, in 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
|
/kernel/linux/linux-5.10/include/linux/ |
H A D | fb.h | 617 extern void fb_pad_aligned_buffer(u8 *dst, u32 d_pitch, u8 *src, u32 s_pitch, u32 height); 645 u8 *src, u32 s_pitch, u32 height) in __fb_pad_aligned_buffer() 649 d_pitch -= s_pitch; in __fb_pad_aligned_buffer() 652 /* s_pitch is a few bytes at the most, memcpy is suboptimal */ in __fb_pad_aligned_buffer() 653 for (j = 0; j < s_pitch; j++) in __fb_pad_aligned_buffer() 644 __fb_pad_aligned_buffer(u8 *dst, u32 d_pitch, u8 *src, u32 s_pitch, u32 height) __fb_pad_aligned_buffer() argument
|
/kernel/linux/linux-6.6/include/linux/ |
H A D | fb.h | 599 extern void fb_pad_aligned_buffer(u8 *dst, u32 d_pitch, u8 *src, u32 s_pitch, u32 height); 620 u8 *src, u32 s_pitch, u32 height) in __fb_pad_aligned_buffer() 624 d_pitch -= s_pitch; in __fb_pad_aligned_buffer() 627 /* s_pitch is a few bytes at the most, memcpy is suboptimal */ in __fb_pad_aligned_buffer() 628 for (j = 0; j < s_pitch; j++) in __fb_pad_aligned_buffer() 619 __fb_pad_aligned_buffer(u8 *dst, u32 d_pitch, u8 *src, u32 s_pitch, u32 height) __fb_pad_aligned_buffer() argument
|
/kernel/linux/linux-6.6/drivers/staging/sm750fb/ |
H A D | sm750.h | 68 u32 s_base, u32 s_pitch,
|
/kernel/linux/linux-5.10/drivers/video/fbdev/nvidia/ |
H A D | nvidia.c | 558 u32 s_pitch = (cursor->image.width + 7) >> 3; in nvidiafb_cursor() local 564 src = kmalloc_array(s_pitch, cursor->image.height, GFP_ATOMIC); in nvidiafb_cursor() 569 for (i = 0; i < s_pitch * cursor->image.height; i++) in nvidiafb_cursor() 574 for (i = 0; i < s_pitch * cursor->image.height; i++) in nvidiafb_cursor() 579 fb_pad_aligned_buffer(data, d_pitch, src, s_pitch, in nvidiafb_cursor()
|
/kernel/linux/linux-5.10/drivers/video/fbdev/riva/ |
H A D | fbdev.c | 1611 u32 s_pitch = (cursor->image.width+7) >> 3; in rivafb_cursor() local 1617 src = kmalloc_array(s_pitch, cursor->image.height, GFP_ATOMIC); in rivafb_cursor() 1622 for (i = 0; i < s_pitch * cursor->image.height; i++) in rivafb_cursor() 1627 for (i = 0; i < s_pitch * cursor->image.height; i++) in rivafb_cursor() 1632 fb_pad_aligned_buffer(data, d_pitch, src, s_pitch, in rivafb_cursor()
|
/kernel/linux/linux-6.6/drivers/video/fbdev/nvidia/ |
H A D | nvidia.c | 559 u32 s_pitch = (cursor->image.width + 7) >> 3; in nvidiafb_cursor() local 565 src = kmalloc_array(s_pitch, cursor->image.height, GFP_ATOMIC); in nvidiafb_cursor() 570 for (i = 0; i < s_pitch * cursor->image.height; i++) in nvidiafb_cursor() 575 for (i = 0; i < s_pitch * cursor->image.height; i++) in nvidiafb_cursor() 580 fb_pad_aligned_buffer(data, d_pitch, src, s_pitch, in nvidiafb_cursor()
|
/kernel/linux/linux-6.6/drivers/video/fbdev/riva/ |
H A D | fbdev.c | 1605 u32 s_pitch = (cursor->image.width+7) >> 3; in rivafb_cursor() local 1611 src = kmalloc_array(s_pitch, cursor->image.height, GFP_ATOMIC); in rivafb_cursor() 1616 for (i = 0; i < s_pitch * cursor->image.height; i++) in rivafb_cursor() 1621 for (i = 0; i < s_pitch * cursor->image.height; i++) in rivafb_cursor() 1626 fb_pad_aligned_buffer(data, d_pitch, src, s_pitch, in rivafb_cursor()
|
/kernel/linux/linux-5.10/drivers/video/fbdev/ |
H A D | neofb.c | 1431 int s_pitch = (image->width * image->depth + 7) >> 3; in neo2200_imageblit() local 1437 d_pitch = (s_pitch + scan_align) & ~scan_align; in neo2200_imageblit()
|
/kernel/linux/linux-5.10/drivers/video/fbdev/intelfb/ |
H A D | intelfbdrv.c | 1621 u32 s_pitch = (ROUND_UP_TO(cursor->image.width, 8) / 8); in intelfb_cursor() local 1622 u32 size = s_pitch * cursor->image.height; in intelfb_cursor()
|
/kernel/linux/linux-6.6/drivers/video/fbdev/intelfb/ |
H A D | intelfbdrv.c | 1628 u32 s_pitch = (ROUND_UP_TO(cursor->image.width, 8) / 8); in intelfb_cursor() local 1629 u32 size = s_pitch * cursor->image.height; in intelfb_cursor()
|
/kernel/linux/linux-6.6/drivers/video/fbdev/ |
H A D | neofb.c | 1432 int s_pitch = (image->width * image->depth + 7) >> 3; in neo2200_imageblit() local 1438 d_pitch = (s_pitch + scan_align) & ~scan_align; in neo2200_imageblit()
|