Searched refs:screen_base (Results 1 - 25 of 89) sorted by relevance

1234

/asus-wl-520gu-7.0.1.45/src/linux/linux/drivers/video/
H A Dfbcon-iplan2p2.c175 fb_memmove(p->screen_base + dy * p->next_line * fontheight(p),
176 p->screen_base + sy * p->next_line * fontheight(p),
197 src = p->screen_base + sy * linesize + (sx>>1)*4 + (sx & 1);
198 dst = p->screen_base + dy * linesize + (dx>>1)*4 + (dx & 1);
220 src = p->screen_base + sy * linesize + ((sx+width-1)>>1)*4;
221 dst = p->screen_base + dy * linesize + ((dx+width-1)>>1)*4;
225 src = p->screen_base + sy * linesize + (sx>>1)*4 + (sx & 1);
226 dst = p->screen_base + dy * linesize + (dx>>1)*4 + (dx & 1);
242 src = p->screen_base + sy * linesize + (sx>>1)*4 + (sx & 1);
243 dst = p->screen_base
[all...]
H A Dfbcon-iplan2p4.c183 fb_memmove(p->screen_base + dy * p->next_line * fontheight(p),
184 p->screen_base + sy * p->next_line * fontheight(p),
206 src = p->screen_base + sy * linesize + (sx>>1)*8 + (sx & 1);
207 dst = p->screen_base + dy * linesize + (dx>>1)*8 + (dx & 1);
229 src = p->screen_base + sy * linesize + ((sx+width-1)>>1)*8;
230 dst = p->screen_base + dy * linesize + ((dx+width-1)>>1)*8;
234 src = p->screen_base + sy * linesize + (sx>>1)*8 + (sx & 1);
235 dst = p->screen_base + dy * linesize + (dx>>1)*8 + (dx & 1);
253 src = p->screen_base + sy * linesize + (sx>>1)*8 + (sx & 1);
254 dst = p->screen_base
[all...]
H A Dfbcon-mfb.c42 src = p->screen_base+sy*fontheight(p)*width;
43 dest = p->screen_base+dy*fontheight(p)*width;
46 src = p->screen_base+sy*fontheight(p)*p->next_line+sx;
47 dest = p->screen_base+dy*fontheight(p)*p->next_line+dx;
54 src = p->screen_base+((sy+height)*fontheight(p)-1)*p->next_line+sx;
55 dest = p->screen_base+((dy+height)*fontheight(p)-1)*p->next_line+dx;
71 dest = p->screen_base+sy*fontheight(p)*p->next_line+sx;
93 dest = p->screen_base+yy*fontheight(p)*p->next_line+xx;
119 dest0 = p->screen_base+yy*fontheight(p)*p->next_line+xx;
147 dest = p->screen_base
[all...]
H A Dfbcon-cfb2.c64 fb_memmove(p->screen_base + dy * linesize,
65 p->screen_base + sy * linesize,
70 src = p->screen_base + sy * linesize + sx * 2;
71 dst = p->screen_base + dy * linesize + dx * 2;
79 src = p->screen_base + (sy+height) * linesize + sx * 2
81 dst = p->screen_base + (dy+height) * linesize + dx * 2
99 dest = p->screen_base + sy * fontheight(p) * bytes + sx * 2;
131 dest = p->screen_base + yy * fontheight(p) * bytes + xx * 2;
156 dest0 = p->screen_base + yy * fontheight(p) * bytes + xx * 2;
182 dest = p->screen_base
[all...]
H A Dfbcon-cfb4.c64 fb_memmove(p->screen_base + dy * linesize,
65 p->screen_base + sy * linesize,
70 src = p->screen_base + sy * linesize + sx * 4;
71 dst = p->screen_base + dy * linesize + dx * 4;
79 src = p->screen_base + (sy+height) * linesize + sx * 4
81 dst = p->screen_base + (dy+height) * linesize + dx * 4
99 /* if(p->screen_base!=0xFDD00020)
101 dest = p->screen_base + sy * fontheight(p) * bytes + sx * 4;
133 dest = p->screen_base + yy * fontheight(p) * bytes + xx * 4;
158 dest0 = p->screen_base
[all...]
H A Dfbcon-vga.c106 src = (u16 *)(p->screen_base+sy*p->next_line);
107 dst = (u16 *)(p->screen_base+dy*p->next_line);
110 src = (u16 *)(p->screen_base+sy*p->next_line+sx*2);
111 dst = (u16 *)(p->screen_base+dy*p->next_line+dx*2);
118 src = (u16 *)(p->screen_base+(sy+height-1)*p->next_line+sx*2);
119 dst = (u16 *)(p->screen_base+(dy+height-1)*p->next_line+dx*2);
131 u16 *dest = (u16 *)(p->screen_base+sy*p->next_line+sx*2);
144 u16 *dst = (u16 *)(p->screen_base+y*p->next_line+x*2);
154 u16 *dst = (u16 *)(p->screen_base+y*p->next_line+x*2);
168 u16 *dst = (u16 *)(p->screen_base
[all...]
H A Dfbcon-sti.c122 src = p->screen_base+sy*fontheight(p)*width;
123 dest = p->screen_base+dy*fontheight(p)*width;
126 src = p->screen_base+sy*fontheight(p)*p->next_line+sx;
127 dest = p->screen_base+dy*fontheight(p)*p->next_line+dx;
134 src = p->screen_base+((sy+height)*fontheight(p)-1)*p->next_line+sx;
135 dest = p->screen_base+((dy+height)*fontheight(p)-1)*p->next_line+dx;
153 dest = p->screen_base+sy*fontheight(p)*p->next_line+sx;
176 dest = p->screen_base+yy*fontheight(p)*p->next_line+xx;
211 dest0 = p->screen_base+yy*fontheight(p)*p->next_line+xx;
215 dest0, p->screen_base, y
[all...]
H A Dfbcon-mac.c60 src = (u8 *) (p->screen_base + sy * fontheight(p) * p->next_line);
61 dest = (u8 *) (p->screen_base + dy * fontheight(p) * p->next_line);
200 dest = (u8 *) (p->screen_base + sy * fontheight(p) * p->next_line);
356 dest = (u8 *) ((pixel_x >> 3) + p->screen_base + pixel_y * p->next_line);
362 dest = (u8 *) ((pixel_x >> 2) + p->screen_base + pixel_y * p->next_line);
368 dest = (u8 *) ((pixel_x >> 1) + p->screen_base + pixel_y * p->next_line);
374 dest = (u8 *) (pixel_x + p->screen_base + pixel_y * p->next_line);
380 dest16 = (u16 *) ((pixel_x *2) + p->screen_base + pixel_y * p->next_line);
391 dest32 = (u32 *) ((pixel_x *4) + p->screen_base + pixel_y * p->next_line);
412 dest = (u8 *) ((pixel_x / 8) + p->screen_base
[all...]
H A Dfbcon-iplan2p8.c215 fast_memmove(p->screen_base + dy * p->next_line * fontheight(p),
216 p->screen_base + sy * p->next_line * fontheight(p),
238 src = p->screen_base + sy * linesize + (sx>>1)*16 + (sx & 1);
239 dst = p->screen_base + dy * linesize + (dx>>1)*16 + (dx & 1);
262 src = p->screen_base + sy * linesize + ((sx+width-1)>>1)*16;
263 dst = p->screen_base + dy * linesize + ((dx+width-1)>>1)*16;
267 src = p->screen_base + sy * linesize + (sx>>1)*16 + (sx & 1);
268 dst = p->screen_base + dy * linesize + (dx>>1)*16 + (dx & 1);
285 src = p->screen_base + sy * linesize + (sx>>1)*16 + (sx & 1);
286 dst = p->screen_base
[all...]
H A Dfbcon-ilbm.c48 fb_memmove(p->screen_base+dy*fontheight(p)*p->next_line,
49 p->screen_base+sy*fontheight(p)*p->next_line,
56 src = p->screen_base+sy*fontheight(p)*p->next_line+sx;
57 dest = p->screen_base+dy*fontheight(p)*p->next_line+dx;
64 src = p->screen_base+(sy+height)*fontheight(p)*p->next_line+sx;
65 dest = p->screen_base+(dy+height)*fontheight(p)*p->next_line+dx;
82 dest = p->screen_base+sy*fontheight(p)*p->next_line+sx;
105 dest = p->screen_base+yy*fontheight(p)*p->next_line+xx;
156 dest0 = p->screen_base+yy*fontheight(p)*p->next_line+xx;
238 dest0 = p->screen_base
[all...]
H A Dfbcon-vga-planes.c123 dest = p->screen_base + dx + dy * p->line_length;
124 src = p->screen_base + sx + sy * p->line_length;
137 dest = p->screen_base + dx + width + (dy + height - 1) * p->line_length;
138 src = p->screen_base + sx + width + (sy + height - 1) * p->line_length;
170 where = p->screen_base + sx + sy * p->line_length;
187 char *where = p->screen_base + xx + yy * p->line_length * fontheight(p);
216 char *where = p->screen_base + xx + yy * p->line_length * fontheight(p);
251 where = p->screen_base + xx + yy * p->line_length * fontheight(p);
292 where = p->screen_base + xx + yy * p->line_length * fontheight(p);
315 char *where = p->screen_base
[all...]
H A Dfbcon-cfb16.c50 fb_memmove(p->screen_base + dy * linesize,
51 p->screen_base + sy * linesize,
65 src = p->screen_base + sy * linesize + sx;
66 dst = p->screen_base + dy * linesize + dx;
73 src = p->screen_base + (sy+height) * linesize + sx - bytes;
74 dst = p->screen_base + (dy+height) * linesize + dx - bytes;
111 dest = p->screen_base + sy * fontheight(p) * bytes + sx * fontwidth(p) * 2;
129 dest = p->screen_base + yy * fontheight(p) * bytes + xx * fontwidth(p) * 2;
180 dest0 = p->screen_base + yy * fontheight(p) * bytes + xx * fontwidth(p) * 2;
236 dest = p->screen_base
[all...]
H A Dfbcon-cfb24.c39 fb_memmove(p->screen_base + dy * linesize,
40 p->screen_base + sy * linesize,
55 src = p->screen_base + sy * linesize + sx;
56 dst = p->screen_base + dy * linesize + dx;
63 src = p->screen_base + (sy+height) * linesize + sx - bytes;
64 dst = p->screen_base + (dy+height) * linesize + dx - bytes;
125 dest = p->screen_base + sy * fontheight(p) * bytes + sx * fontwidth(p) * 3;
143 dest = p->screen_base + yy * fontheight(p) * bytes + xx * fontwidth(p) * 3;
193 dest0 = p->screen_base + yy * fontheight(p) * bytes + xx * fontwidth(p) * 3;
244 dest = p->screen_base
[all...]
H A Dfbcon-cfb32.c39 fb_memmove(p->screen_base + dy * linesize,
40 p->screen_base + sy * linesize,
54 src = p->screen_base + sy * linesize + sx;
55 dst = p->screen_base + dy * linesize + dx;
62 src = p->screen_base + (sy+height) * linesize + sx - bytes;
63 dst = p->screen_base + (dy+height) * linesize + dx - bytes;
102 dest = p->screen_base + sy * fontheight(p) * bytes + sx * fontwidth(p) * 4;
120 dest = p->screen_base + yy * fontheight(p) * bytes + xx * fontwidth(p) * 4;
166 dest0 = p->screen_base + yy * fontheight(p) * bytes + xx * fontwidth(p) * 4;
213 dest = p->screen_base
[all...]
H A Dfbcon-cfb8.c55 fb_memmove(p->screen_base + dy * linesize,
56 p->screen_base + sy * linesize,
66 src = p->screen_base + sy * linesize + sx;
67 dst = p->screen_base + dy * linesize + dx;
74 src = p->screen_base + (sy+height) * linesize + sx - bytes;
75 dst = p->screen_base + (dy+height) * linesize + dx - bytes;
100 dest = p->screen_base + sy * fontheight(p) * bytes + sx * fontwidth(p);
118 dest = p->screen_base + yy * fontheight(p) * bytes + xx * fontwidth(p);
165 dest0 = p->screen_base + yy * fontheight(p) * bytes + xx * fontwidth(p);
222 dest = p->screen_base
[all...]
H A Dp9100fb.c109 p->screen_base += (y_margin - fb->y_margin) * p->line_length +
145 if (!disp->screen_base)
146 disp->screen_base = (char *)
149 fb->s.p9100.fbmem = (volatile u32 *)disp->screen_base;
150 disp->screen_base += fix->line_length * fb->y_margin + fb->x_margin;
182 (unsigned int)disp->screen_base);
H A Datafb.c105 void *screen_base; member in struct:atafb_par
169 static void *screen_base; /* base address of screen */ variable
564 par->screen_base = screen_base + var->yoffset * linelen;
653 if (screen_base)
654 var->yoffset=(par->screen_base - screen_base)/linelen;
672 par->screen_base = phys_to_virt(addr);
679 /* only set screen_base if really necessary */
680 if (current_par.screen_base !
[all...]
H A Ddn_cfb8.c270 disp[con].screen_base = (u_char *)fix.smem_start;
364 src=(ushort *)(p->screen_base+ y_src*p->next_line+(x_src >> 4));
437 src = p->screen_base+sy*p->fontheight*width;
438 dest = p->screen_base+dy*p->fontheight*width;
441 src = p->screen_base+sy*p->fontheight*p->next_line+sx;
442 dest = p->screen_base+dy*p->fontheight*p->next_line+dx;
449 src = p->screen_base+((sy+height)*p->fontheight-1)*p->next_line+sx;
450 dest = p->screen_base+((dy+height)*p->fontheight-1)*p->next_line+dx;
466 dest = p->screen_base+sy*p->fontheight*p->next_line+sx;
490 dest = p->screen_base
[all...]
H A Ddnfb.c278 display->screen_base = (u_char *)fix.smem_start;
373 src=(ushort *)(p->screen_base+ y_src*p->next_line+(x_src >> 4));
453 src = p->screen_base+sy*fontheight*width;
454 dest = p->screen_base+dy*fontheight*width;
457 src = p->screen_base+sy*fontheight*next_line+sx;
458 dest = p->screen_base+dy*fontheight*next_line+dx;
465 src = p->screen_base+((sy+height)*fontheight-1)*p->next_line+sx;
466 dest = p->screen_base+((dy+height)*fontheight-1)*p->next_line+dx;
H A Ddn_cfb4.c277 display->screen_base = (u_char *)fix.smem_start;
375 src=(ushort *)(p->screen_base+ y_src*p->next_line+(x_src >> 4));
453 src = p->screen_base+sy*fontheight*width;
454 dest = p->screen_base+dy*fontheight*width;
457 src = p->screen_base+sy*fontheight*p->next_line+sx;
458 dest = p->screen_base+dy*fontheight*p->next_line+dx;
465 src = p->screen_base+((sy+height)*fontheight-1)*p->next_line+sx;
466 dest = p->screen_base+((dy+height)*fontheight-1)*p->next_line+dx;
H A Dbwtwofb.c113 p->screen_base += (y_margin - fb->y_margin) *
238 if (!disp->screen_base) {
239 disp->screen_base = (char *)
242 disp->screen_base += fix->line_length * fb->y_margin + (fb->x_margin >> 3);
H A Dcgthreefb.c140 p->screen_base += (y_margin - fb->y_margin) *
221 if (!disp->screen_base) {
222 disp->screen_base = (char *)
226 disp->screen_base += fix->line_length * fb->y_margin + fb->x_margin;
H A Dfbcon-afb.c177 src = p->screen_base+sy*fontheight(p)*width;
178 dest = p->screen_base+dy*fontheight(p)*width;
186 src0 = p->screen_base+sy*fontheight(p)*p->next_line+sx;
187 dest0 = p->screen_base+dy*fontheight(p)*p->next_line+dx;
202 src0 = p->screen_base+(sy+height)*fontheight(p)*p->next_line+sx;
203 dest0 = p->screen_base+(dy+height)*fontheight(p)*p->next_line+dx;
227 dest0 = p->screen_base+sy*fontheight(p)*p->next_line+sx;
253 dest0 = p->screen_base+yy*fontheight(p)*p->next_line+xx;
292 dest0 = p->screen_base+yy*fontheight(p)*p->next_line+xx;
385 dest0 = p->screen_base
[all...]
H A Dacornfb.h50 unsigned long screen_base; member in struct:acornfb_par
H A Dtcxfb.c254 p->screen_base += (y_margin - fb->y_margin) * p->line_length + (x_margin - fb->x_margin);
285 if (!disp->screen_base) {
286 disp->screen_base = (char *)
290 disp->screen_base += fix->line_length * fb->y_margin + fb->x_margin;

Completed in 203 milliseconds

1234