| /freebsd-10-stable/sys/boot/powerpc/ps3/ |
| D | ps3cons.c | 46 int fb_width, fb_height; variable 70 fb_width = 720; in ps3cons_probe() 104 for (i = 0; i < fb_width*fb_height; i++) in ps3cons_init() 135 if (x + XMARGIN + FONT_SIZE > fb_width - XMARGIN) { in ps3cons_putchar() 143 addr = fb_vaddr + (y + YMARGIN)*fb_width + (x + XMARGIN); in ps3cons_putchar() 154 addr += fb_width; in ps3cons_putchar()
|
| /freebsd-10-stable/sys/powerpc/ps3/ |
| D | ps3_syscons.c | 172 sc->fb_info.fb_width = 720; in ps3fb_init() 173 sc->fb_info.fb_stride = sc->fb_info.fb_width*4; in ps3fb_init() 175 sc->fb_info.fb_bpp = sc->fb_info.fb_stride / sc->fb_info.fb_width * 8; in ps3fb_init()
|
| /freebsd-10-stable/sys/boot/efi/loader/arch/amd64/ |
| D | framebuffer.c | 105 efifb->fb_width = info->HorizontalResolution; in efifb_from_gop() 283 efifb->fb_width = horiz; in efifb_from_uga() 285 if (efifb->fb_height == 0 || efifb->fb_width == 0) in efifb_from_uga() 337 if (offset >= 0 && efifb->fb_width == horiz && in efifb_from_uga() 353 efifb->fb_stride = efifb->fb_width; in efifb_from_uga() 454 printf("%ux%ux%u, stride=%u", efifb->fb_width, efifb->fb_height, in print_efifb()
|
| /freebsd-10-stable/sys/arm/freescale/vybrid/ |
| D | vf_dcu4.c | 292 reg |= (sc->sc_info.fb_width / 16); in dcu_init() 334 reg = (sc->sc_info.fb_width | (sc->sc_info.fb_height << 16)); in dcu_init() 409 sc->sc_info.fb_width = panel.width; in dcu_attach() 411 sc->sc_info.fb_stride = sc->sc_info.fb_width * 3; in dcu_attach() 419 printf("%dx%d [%d]\n", sc->sc_info.fb_width, sc->sc_info.fb_height, in dcu_attach()
|
| /freebsd-10-stable/sys/dev/drm2/ |
| D | drm_fb_helper.h | 43 u32 fb_width; member 112 uint32_t fb_width, uint32_t fb_height);
|
| D | drm_fb_helper.c | 850 sizes.fb_width = (unsigned)-1; in drm_fb_helper_single_fb_probe() 897 if (desired_mode->hdisplay < sizes.fb_width) in drm_fb_helper_single_fb_probe() 898 sizes.fb_width = desired_mode->hdisplay; in drm_fb_helper_single_fb_probe() 909 if (crtc_count == 0 || sizes.fb_width == -1 || sizes.fb_height == -1) { in drm_fb_helper_single_fb_probe() 913 sizes.fb_width = sizes.surface_width = 1024; in drm_fb_helper_single_fb_probe() 985 uint32_t fb_width, uint32_t fb_height) in drm_fb_helper_fill_var() argument 991 info->fb_width = fb->width; in drm_fb_helper_fill_var()
|
| D | drm_crtc.c | 1757 unsigned int fb_width, fb_height; in drm_mode_setplane() local 1817 fb_width = fb->width << 16; in drm_mode_setplane() 1821 if (plane_req->src_w > fb_width || in drm_mode_setplane() 1822 plane_req->src_x > fb_width - plane_req->src_w || in drm_mode_setplane()
|
| /freebsd-10-stable/sys/dev/vt/hw/efifb/ |
| D | efifb.c | 118 info->fb_width = efifb->fb_width; in vt_efifb_init()
|
| /freebsd-10-stable/sys/arm/freescale/imx/ |
| D | imx51_ipuv3_fbd.c | 131 sc->sc_info.fb_width = ((w0sh96 >> 29) & 0x1fff) + 1; in ipu3_fb_init() 138 printf("%dx%d [%d]\n", sc->sc_info.fb_width, sc->sc_info.fb_height, in ipu3_fb_init() 156 sc->sc_info.fb_width * 8; in ipu3_fb_init()
|
| D | imx51_ipuv3.c | 737 fb->fb_width = sc->width; in ipu3fb_ioctl()
|
| /freebsd-10-stable/sys/arm/samsung/exynos/ |
| D | exynos5_fimd.c | 355 sc->sc_info.fb_width = panel.width; in fimd_attach() 357 sc->sc_info.fb_stride = sc->sc_info.fb_width * 2; in fimd_attach() 365 printf("%dx%d [%d]\n", sc->sc_info.fb_width, sc->sc_info.fb_height, in fimd_attach()
|
| /freebsd-10-stable/sys/x86/include/ |
| D | metadata.h | 49 uint32_t fb_width; member
|
| /freebsd-10-stable/sys/dev/fb/ |
| D | creator_vt.c | 144 sc->fb.fb_width = width; in creatorfb_init() 177 c, sc->fb.fb_width); in creatorfb_blank()
|
| D | creator.c | 715 fb->fb_width = sc->sc_width; in creator_ioctl()
|
| /freebsd-10-stable/sys/sys/ |
| D | fbio.h | 101 int fb_width; /* in pixels */ member 123 int fb_width; /* in pixels */ member
|
| /freebsd-10-stable/sys/dev/vt/hw/fb/ |
| D | vt_fb.c | 408 vd->vd_width = MIN(VT_FB_MAX_WIDTH, info->fb_width); in vt_fb_init() 409 margin = (info->fb_width - vd->vd_width) >> 1; in vt_fb_init()
|
| D | vt_early_fb.c | 295 info->fb_bpp = info->fb_stride / info->fb_width * 8; in vt_efb_init()
|
| /freebsd-10-stable/sys/arm/broadcom/bcm2835/ |
| D | bcm2835_fbd.c | 120 sc->info.fb_width = fb.xres; in bcm_fb_setup_fbd()
|
| D | bcm2835_fb.c | 690 fb->fb_width = sc->width; in bcmfb_ioctl()
|
| /freebsd-10-stable/sys/dev/drm2/i915/ |
| D | intel_fb.c | 143 drm_fb_helper_fill_var(info, &ifbdev->helper, sizes->fb_width, sizes->fb_height); in intelfb_create()
|
| /freebsd-10-stable/sys/dev/drm2/radeon/ |
| D | radeon_fb.c | 251 drm_fb_helper_fill_var(info, &rfbdev->helper, sizes->fb_width, sizes->fb_height); in radeonfb_create()
|
| /freebsd-10-stable/sys/boot/efi/loader/ |
| D | bootinfo.c | 243 printf("dimensions %d x %d\n", efifb.fb_width, in bi_load_efi_data()
|
| /freebsd-10-stable/sys/dev/vt/hw/ofwfb/ |
| D | ofwfb.c | 369 sc->fb.fb_width = width; in ofwfb_init()
|
| /freebsd-10-stable/sys/arm/ti/am335x/ |
| D | am335x_lcd_syscons.c | 600 fb->fb_width = sc->width; in am335x_syscons_ioctl()
|
| /freebsd-10-stable/sys/pc98/cbus/ |
| D | gdc.c | 1445 ((struct fbtype *)arg)->fb_width = adp->va_info.vi_width; in gdc_dev_ioctl()
|