Searched refs:d_pitch (Results 1 – 4 of 4) sorted by relevance
| /linux/drivers/video/fbdev/core/ |
| H A D | bitblit.c | 78 u32 d_pitch, u32 s_pitch, u32 cellsize, in bit_putcs_aligned() argument 99 __fb_pad_aligned_buffer(dst, d_pitch, src, idx, in bit_putcs_aligned() 102 fb_pad_aligned_buffer(dst, d_pitch, src, idx, in bit_putcs_aligned() 113 u32 attr, u32 cnt, u32 d_pitch, in bit_putcs_unaligned() argument 137 fb_pad_unaligned_buffer(dst, d_pitch, src, idx, in bit_putcs_unaligned()
|
| /linux/drivers/video/fbdev/mb862xx/ |
| H A D | mb862xxfbdrv.c | 58 static inline int d_pitch(struct fb_var_screeninfo *var) in d_pitch() function 135 if (d_pitch(&fbi->var) % GC_L0M_L0W_UNIT) { in mb862xxfb_check_var() 141 r = d_pitch(&fbi->var) % GC_L0M_L0W_UNIT; in mb862xxfb_check_var() 144 if (d_pitch(&fbi->var) % GC_L0M_L0W_UNIT) in mb862xxfb_check_var() 221 reg = pack(d_pitch(&fbi->var) / GC_L0M_L0W_UNIT, in mb862xxfb_set_par()
|
| /linux/drivers/video/fbdev/ |
| H A D | neofb.c | 1435 int bltCntl_flags, d_pitch, data_len; in neo2200_imageblit() local 1438 d_pitch = (s_pitch + scan_align) & ~scan_align; in neo2200_imageblit() 1439 data_len = ((d_pitch * image->height) + buf_align) & ~buf_align; in neo2200_imageblit()
|
| /linux/drivers/video/fbdev/nvidia/ |
| H A D | nvidia.c | 561 u32 d_pitch = MAX_CURS / 8; in nvidiafb_cursor() local 581 fb_pad_aligned_buffer(data, d_pitch, src, s_pitch, in nvidiafb_cursor()
|