Searched refs:line_length (Results 1 - 25 of 106) sorted by relevance

12345

/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/drivers/video/
H A Dsunxvr500.c230 unsigned int line_length; local
300 line_length = (readl(ep->ramdac + RAMDAC_VID_CFG) >> 16) & 0xff;
301 line_length = 1 << line_length;
305 info->fix.line_length = line_length;
308 info->fix.line_length = line_length * 2;
311 info->fix.line_length = line_length *
[all...]
H A Dtgafb.c631 unsigned long rincr, line_length, shift, pos, is8bpp; local
654 line_length = info->fix.line_length;
689 pos = dy * line_length;
731 pos += line_length;
760 pos += line_length;
779 pos += line_length;
809 pos += line_length;
829 pos += line_length;
850 unsigned long pos, line_length, local
937 unsigned long pos, align, line_length, i, j; local
1156 copyarea_foreward_8bpp(struct fb_info *info, u32 dx, u32 dy, u32 sx, u32 sy, u32 height, u32 width, u32 line_length) argument
1317 copyarea_backward_8bpp(struct fb_info *info, u32 dx, u32 dy, u32 sx, u32 sy, u32 height, u32 width, u32 line_length, const struct fb_copyarea *area) argument
1423 unsigned long line_length, bpp; local
[all...]
H A Dsunxvr2500.c167 info->fix.line_length = sp->width;
170 info->fix.line_length = sp->width * 2;
173 info->fix.line_length = sp->width * 3;
176 info->fix.line_length = sp->width * 4;
179 sp->fb_size = info->fix.line_length * sp->height;
H A Dtx3912fb.c87 line_length =
89 if ((line_length * var->yres_virtual) > info->fix.smem_len)
165 info->fix.line_length = get_line_length(var->xres_virtual,
275 tx3912fb_fix.line_length =
277 if ((tx3912fb_fix.line_length * tx3912fb_var.yres_virtual) > tx3912fb_fix.smem_len)
H A Dcfbimgblt.c126 dst1 += p->fix.line_length;
128 dst2 += p->fix.line_length;
145 u32 val, pitch = p->fix.line_length;
257 dst1 += p->fix.line_length;
273 bitstart = (dy * p->fix.line_length * 8) + (dx * bpp);
275 pitch_index = (p->fix.line_length & (bpl - 1)) * 8;
H A Dsysimgblt.c104 dst1 += p->fix.line_length;
106 dst2 += p->fix.line_length;
121 u32 val, pitch = p->fix.line_length;
238 dst1 += p->fix.line_length;
254 bitstart = (dy * p->fix.line_length * 8) + (dx * bpp);
256 pitch_index = (p->fix.line_length & (bpl - 1)) * 8;
H A Dvga16fb.c111 .line_length = 640/8,
241 info->fix.line_length = info->var.xres_virtual / 2;
245 info->fix.line_length = info->var.xres_virtual / 8;
250 info->fix.line_length = info->var.xres_virtual / 4;
255 info->fix.line_length = info->var.xres_virtual / 4;
258 info->fix.line_length = info->var.xres_virtual;
885 where = info->screen_base + dx + rect->dy * info->fix.line_length;
892 line_ofs = info->fix.line_length - width;
917 where += info->fix.line_length;
955 line_ofs = info->fix.line_length
[all...]
H A Ddnfb.c137 .line_length = 256,
160 src = (ushort *)(info->screen_base + area->sy * info->fix.line_length +
162 dest = area->dy * (info->fix.line_length >> 1) + (area->dx >> 4);
165 y_delta = (info->fix.line_length * 8) - area->sx - area->width;
175 y_delta = -((info->fix.line_length * 8) - area->sx - area->width);
H A Dcirrusfb.c338 __u32 line_length; /* in BYTES! */ member in struct:cirrusfb_regs
564 u_short line_length);
568 u_char color, u_short line_length);
844 regs->line_length = var->xres_virtual / 8;
850 regs->line_length = var->xres_virtual;
856 regs->line_length = var->xres_virtual * 2;
862 regs->line_length = var->xres_virtual * 3;
868 regs->line_length = var->xres_virtual * 4;
1534 info->fix.line_length = regs.line_length;
2824 cirrusfb_BitBLT(u8 __iomem *regbase, int bits_per_pixel, u_short curx, u_short cury, u_short destx, u_short desty, u_short width, u_short height, u_short line_length) argument
2915 cirrusfb_RectFill(u8 __iomem *regbase, int bits_per_pixel, u_short x, u_short y, u_short width, u_short height, u_char color, u_short line_length) argument
[all...]
H A Dau1100fb.c152 info->fix.line_length = info->var.xres_virtual /
163 info->fix.line_length = info->var.xres_virtual << 1; /* depth=16 */
168 info->fix.line_length = info->var.xres_virtual / 8;
171 info->screen_size = info->fix.line_length * info->var.yres_virtual;
189 (info->fix.line_length *
196 words = info->fix.line_length / sizeof(u32);
351 dmaaddr += (fbi->fix.line_length * dy);
358 dmaaddr += (fbi->fix.line_length * dy);
H A Dcfbfillrect.c300 dst_idx += rect->dy*p->fix.line_length*8+rect->dx*bpp;
324 dst_idx += p->fix.line_length*8;
355 r = (p->fix.line_length*8) % bpp;
357 dst_idx += p->fix.line_length*8;
H A Dimacfb.c212 imacfb_fix.line_length = screen_info.lfb_linelength;
217 size_vmode = imacfb_defined.yres * imacfb_fix.line_length;
272 imacfb_defined.bits_per_pixel, imacfb_fix.line_length,
277 imacfb_fix.line_length;
H A Dsysfillrect.c264 dst_idx += rect->dy*p->fix.line_length*8+rect->dx*bpp;
290 dst_idx += p->fix.line_length*8;
322 r = (p->fix.line_length*8) % bpp;
324 dst_idx += p->fix.line_length*8;
H A D68328fb.c142 u_long line_length; local
187 line_length =
189 if (line_length * var->yres_virtual > videomemorysize)
274 info->fix.line_length = get_line_length(info->var.xres_virtual,
452 fb_info.fix.line_length =
H A Dhitfb.c170 fb_writew((yoffset*info->fix.line_length)>>10, HD64461_LCDCBAR);
299 info->fix.line_length = info->var.xres;
304 info->fix.line_length = info->var.xres*2;
310 fb_writew(info->fix.line_length, HD64461_LCDCLOR);
358 hitfb_fix.line_length = lcdclor;
H A Dvesafb.c68 offset = (var->yoffset * info->fix.line_length + var->xoffset) / 4;
238 vesafb_fix.line_length = screen_info.lfb_linelength;
245 size_vmode = vesafb_defined.yres * vesafb_fix.line_length;
303 vesafb_defined.xres, vesafb_defined.yres, vesafb_defined.bits_per_pixel, vesafb_fix.line_length, screen_info.pages);
344 vesafb_defined.yres_virtual = vesafb_fix.smem_len / vesafb_fix.line_length;
H A Dpvr2fb.c364 unsigned long line_length; local
413 line_length = get_line_length(var->xres_virtual, var->bits_per_pixel);
414 par->disp_start = info->fix.smem_start + (line_length * var->yoffset) * line_length;
415 info->fix.line_length = line_length;
423 unsigned long line_length; local
512 line_length = get_line_length(var->xres_virtual, var->bits_per_pixel);
513 if (line_length * var->yres_virtual > info->fix.smem_len)
551 diw_modulo += info->fix.line_length /
[all...]
H A Dvt8623fb.c156 dst1 = info->screen_base + (image->dy * info->fix.line_length)
168 dst1 += info->fix.line_length;
180 dst1 = info->screen_base + (rect->dy * info->fix.line_length)
188 dst1 += info->fix.line_length;
212 dst1 = info->screen_base + (image->dy * info->fix.line_length)
224 dst1 += info->fix.line_length;
380 info->fix.line_length = (info->var.xres_virtual * bpp) / 8;
395 screen_size = info->var.yres_virtual * info->fix.line_length;
398 info->fix.line_length = 0;
609 offset = (var->yoffset * info->fix.line_length)
[all...]
H A Dmaxinefb.c60 .line_length = 1024,
H A Dq40fb.c37 .line_length = 1024*2,
H A Dvfb.c124 u_long line_length; local
169 line_length =
171 if (line_length * var->yres_virtual > videomemorysize)
247 info->fix.line_length = get_line_length(info->var.xres_virtual,
H A Ds1d13xxxfb.c200 info->fix.line_length = info->var.xres * info->var.bits_per_pixel;
201 info->fix.line_length /= 8;
203 dbg("setting line_length to %d\n", info->fix.line_length);
342 start = (info->fix.line_length >> 1) * var->yoffset;
473 fix->line_length = offset * 2;
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/drivers/video/i810/
H A Di810_accel.c319 dest = info->fix.smem_start + (dy * info->fix.line_length) + dx;
320 color_blit(width, height, info->fix.line_length, dest, rop, color,
349 pitch = info->fix.line_length;
352 pitch = (-(info->fix.line_length)) & 0xFFFF;
356 src = info->fix.smem_start + (sy * info->fix.line_length) + sx;
357 dest = info->fix.smem_start + (dy * info->fix.line_length) + dx;
384 dst = info->fix.smem_start + (image->dy * info->fix.line_length) +
393 image->height, info->fix.line_length,
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/drivers/char/drm/
H A Dvia_dmablit.c112 line_len = xfer->line_length;
589 if (xfer->num_lines <= 0 || xfer->line_length <= 0) {
601 if ((xfer->mem_stride - xfer->line_length) >= PAGE_SIZE) {
603 "Length: %d\n", xfer->mem_stride, xfer->line_length);
607 if ((xfer->mem_stride == xfer->line_length) &&
608 (xfer->fb_stride == xfer->line_length)) {
610 xfer->line_length = xfer->mem_stride;
630 if (xfer->mem_stride < xfer->line_length ||
631 abs(xfer->fb_stride) < xfer->line_length) {
/netgear-WNDR4500v2-V1.0.0.60_1.0.38/src/linux/linux-2.6/drivers/auxdisplay/
H A Dcfag12864bfb.c48 .line_length = CFAG12864B_WIDTH / 8,

Completed in 214 milliseconds

12345