Lines Matching full:fb
17 #include <linux/fb.h>
173 pr_debug("fb%d: var.vmode : 0x%X\n", node, var->vmode);
174 pr_debug("fb%d: var.xres : %d\n", node, var->xres);
175 pr_debug("fb%d: var.yres : %d\n", node, var->yres);
176 pr_debug("fb%d: var.bits_per_pixel: %d\n", node, var->bits_per_pixel);
177 pr_debug("fb%d: var.xres_virtual : %d\n", node, var->xres_virtual);
178 pr_debug("fb%d: var.yres_virtual : %d\n", node, var->yres_virtual);
179 pr_debug("fb%d: var.left_margin : %d\n", node, var->left_margin);
180 pr_debug("fb%d: var.right_margin : %d\n", node, var->right_margin);
181 pr_debug("fb%d: var.upper_margin : %d\n", node, var->upper_margin);
182 pr_debug("fb%d: var.lower_margin : %d\n", node, var->lower_margin);
183 pr_debug("fb%d: var.hsync_len : %d\n", node, var->hsync_len);
184 pr_debug("fb%d: var.vsync_len : %d\n", node, var->vsync_len);
185 pr_debug("fb%d: var.sync : 0x%X\n", node, var->sync);
186 pr_debug("fb%d: var.pixclock : %d\n\n", node, var->pixclock);
195 u8 __iomem *fb = (u8 __iomem *)info->screen_base; in svga_settile() local
205 fb += 2; in svga_settile()
208 fb_writeb(font[i], fb + i * 4); in svga_settile()
209 // fb[i * 4] = font[i]; in svga_settile()
211 fb += 128; in svga_settile()
223 u16 __iomem *fb = (u16 __iomem *) info->screen_base; in svga_tilecopy() local
228 src = fb + area->sx * colstride + area->sy * rowstride; in svga_tilecopy()
229 dst = fb + area->dx * colstride + area->dy * rowstride; in svga_tilecopy()
231 src = fb + (area->sx + area->width - 1) * colstride in svga_tilecopy()
233 dst = fb + (area->dx + area->width - 1) * colstride in svga_tilecopy()
261 u8 __iomem *fb = (u8 __iomem *)info->screen_base; in svga_tilefill() local
262 fb += rect->sx * colstride + rect->sy * rowstride; in svga_tilefill()
265 u8 __iomem *fb2 = fb; in svga_tilefill()
271 fb += rowstride; in svga_tilefill()
282 u8 __iomem *fb = (u8 __iomem *)info->screen_base; in svga_tileblit() local
283 fb += blit->sx * colstride + blit->sy * rowstride; in svga_tileblit()
287 u8 __iomem *fb2 = fb; in svga_tileblit()
296 fb += rowstride; in svga_tileblit()
385 pr_debug("fb%d: ideal frequency: %d kHz\n", node, (unsigned int)f_wanted); in svga_compute_pll()
431 …pr_debug("fb%d: found frequency: %d kHz (VCO %d kHz)\n", node, (int)(f_current >> ar), (int)f_curr… in svga_compute_pll()
432 …pr_debug("fb%d: m = %d n = %d r = %d\n", node, (unsigned int)*m, (unsigned int)*n, (unsigned int)*… in svga_compute_pll()
515 pr_debug("fb%d: horizontal total : %d\n", node, value); in svga_set_timings()
520 pr_debug("fb%d: horizontal display : %d\n", node, value); in svga_set_timings()
525 pr_debug("fb%d: horizontal blank start: %d\n", node, value); in svga_set_timings()
530 pr_debug("fb%d: horizontal blank end : %d\n", node, value); in svga_set_timings()
535 pr_debug("fb%d: horizontal sync start : %d\n", node, value); in svga_set_timings()
540 pr_debug("fb%d: horizontal sync end : %d\n", node, value); in svga_set_timings()
545 pr_debug("fb%d: vertical total : %d\n", node, value); in svga_set_timings()
550 pr_debug("fb%d: vertical display : %d\n", node, value); in svga_set_timings()
555 pr_debug("fb%d: vertical blank start : %d\n", node, value); in svga_set_timings()
560 pr_debug("fb%d: vertical blank end : %d\n", node, value); in svga_set_timings()
565 pr_debug("fb%d: vertical sync start : %d\n", node, value); in svga_set_timings()
570 pr_debug("fb%d: vertical sync end : %d\n", node, value); in svga_set_timings()
577 pr_debug("fb%d: positive horizontal sync\n", node); in svga_set_timings()
580 pr_debug("fb%d: negative horizontal sync\n", node); in svga_set_timings()
584 pr_debug("fb%d: positive vertical sync\n", node); in svga_set_timings()
587 pr_debug("fb%d: negative vertical sync\n\n", node); in svga_set_timings()