Searched defs:d_pitch (Results 1 - 10 of 10) sorted by relevance

/drivers/video/console/
H A Dsoftcursor.c27 unsigned int i, size, dsize, s_pitch, d_pitch; local
52 d_pitch = (s_pitch + scan_align) & ~scan_align;
54 size = d_pitch * image->height + buf_align;
73 fb_pad_aligned_buffer(dst, d_pitch, src, s_pitch, image->height);
H A Dbitblit.c79 u32 d_pitch, u32 s_pitch, u32 cellsize,
96 __fb_pad_aligned_buffer(dst, d_pitch, src, idx,
99 fb_pad_aligned_buffer(dst, d_pitch, src, idx,
110 u32 attr, u32 cnt, u32 d_pitch,
130 fb_pad_unaligned_buffer(dst, d_pitch, src, idx,
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) 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) argument
H A Dfbcon_ccw.c100 u32 d_pitch, u32 s_pitch, u32 cellsize,
117 __fb_pad_aligned_buffer(dst, d_pitch, src, idx,
120 fb_pad_aligned_buffer(dst, d_pitch, src, idx,
123 dst += d_pitch * vc->vc_font.width;
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) argument
H A Dfbcon_cw.c86 u32 d_pitch, u32 s_pitch, u32 cellsize,
103 __fb_pad_aligned_buffer(dst, d_pitch, src, idx,
106 fb_pad_aligned_buffer(dst, d_pitch, src, idx,
109 dst += d_pitch * vc->vc_font.width;
84 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) argument
H A Dfbcon_ud.c87 u32 d_pitch, u32 s_pitch, u32 cellsize,
104 __fb_pad_aligned_buffer(dst, d_pitch, src, idx,
107 fb_pad_aligned_buffer(dst, d_pitch, src, idx,
118 u32 attr, u32 cnt, u32 d_pitch,
138 fb_pad_unaligned_buffer(dst, d_pitch, src, idx,
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) 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) argument
/drivers/video/mb862xx/
H A Dmb862xxfbdrv.c68 static inline int d_pitch(struct fb_var_screeninfo *var) function
146 if (d_pitch(&fbi->var) % GC_L0M_L0W_UNIT) {
152 r = d_pitch(&fbi->var) % GC_L0M_L0W_UNIT;
155 if (d_pitch(&fbi->var) % GC_L0M_L0W_UNIT)
230 reg = pack(d_pitch(&fbi->var) / GC_L0M_L0W_UNIT,
/drivers/video/
H A Dneofb.c1440 int bltCntl_flags, d_pitch, data_len; local
1443 d_pitch = (s_pitch + scan_align) & ~scan_align;
1444 data_len = ((d_pitch * image->height) + buf_align) & ~buf_align;
H A Dfbmem.c114 void fb_pad_aligned_buffer(u8 *dst, u32 d_pitch, u8 *src, u32 s_pitch, u32 height) argument
116 __fb_pad_aligned_buffer(dst, d_pitch, src, s_pitch, height);
120 void fb_pad_unaligned_buffer(u8 *dst, u32 d_pitch, u8 *src, u32 idx, u32 height, argument
145 dst += d_pitch;
/drivers/video/nvidia/
H A Dnvidia.c573 u32 d_pitch = MAX_CURS / 8; local
593 fb_pad_aligned_buffer(data, d_pitch, src, s_pitch,
/drivers/video/riva/
H A Dfbdev.c1633 u32 d_pitch = MAX_CURS/8; local
1653 fb_pad_aligned_buffer(data, d_pitch, src, s_pitch,

Completed in 138 milliseconds