Searched refs:fb_width (Results 1 - 25 of 27) sorted by relevance

12

/freebsd-10.3-release/sys/boot/powerpc/ps3/
H A Dps3cons.c46 int fb_width, fb_height; variable
70 fb_width = 720;
104 for (i = 0; i < fb_width*fb_height; i++)
135 if (x + XMARGIN + FONT_SIZE > fb_width - XMARGIN) {
143 addr = fb_vaddr + (y + YMARGIN)*fb_width + (x + XMARGIN);
154 addr += fb_width;
/freebsd-10.3-release/sys/x86/include/
H A Dmetadata.h49 uint32_t fb_width; member in struct:efi_fb
/freebsd-10.3-release/sys/dev/drm2/
H A Ddrm_fb_helper.h43 u32 fb_width; member in struct:drm_fb_helper_surface_size
112 uint32_t fb_width, uint32_t fb_height);
H A Ddrm_fb_helper.c850 sizes.fb_width = (unsigned)-1;
897 if (desired_mode->hdisplay < sizes.fb_width)
898 sizes.fb_width = desired_mode->hdisplay;
909 if (crtc_count == 0 || sizes.fb_width == -1 || sizes.fb_height == -1) {
913 sizes.fb_width = sizes.surface_width = 1024;
985 uint32_t fb_width, uint32_t fb_height)
991 info->fb_width = fb->width;
984 drm_fb_helper_fill_var(struct fb_info *info, struct drm_fb_helper *fb_helper, uint32_t fb_width, uint32_t fb_height) argument
H A Ddrm_crtc.c1757 unsigned int fb_width, fb_height; local
1817 fb_width = fb->width << 16;
1821 if (plane_req->src_w > fb_width ||
1822 plane_req->src_x > fb_width - plane_req->src_w ||
/freebsd-10.3-release/sys/powerpc/ps3/
H A Dps3_syscons.c172 sc->fb_info.fb_width = 720;
173 sc->fb_info.fb_stride = sc->fb_info.fb_width*4;
175 sc->fb_info.fb_bpp = sc->fb_info.fb_stride / sc->fb_info.fb_width * 8;
/freebsd-10.3-release/sys/dev/vt/hw/efifb/
H A Defifb.c118 info->fb_width = efifb->fb_width;
/freebsd-10.3-release/sys/boot/efi/loader/arch/amd64/
H A Dframebuffer.c105 efifb->fb_width = info->HorizontalResolution;
283 efifb->fb_width = horiz;
285 if (efifb->fb_height == 0 || efifb->fb_width == 0)
337 if (offset >= 0 && efifb->fb_width == horiz &&
353 efifb->fb_stride = efifb->fb_width;
454 printf("%ux%ux%u, stride=%u", efifb->fb_width, efifb->fb_height,
/freebsd-10.3-release/sys/arm/freescale/vybrid/
H A Dvf_dcu4.c292 reg |= (sc->sc_info.fb_width / 16);
334 reg = (sc->sc_info.fb_width | (sc->sc_info.fb_height << 16));
409 sc->sc_info.fb_width = panel.width;
411 sc->sc_info.fb_stride = sc->sc_info.fb_width * 3;
419 printf("%dx%d [%d]\n", sc->sc_info.fb_width, sc->sc_info.fb_height,
/freebsd-10.3-release/sys/arm/freescale/imx/
H A Dimx51_ipuv3_fbd.c131 sc->sc_info.fb_width = ((w0sh96 >> 29) & 0x1fff) + 1;
138 printf("%dx%d [%d]\n", sc->sc_info.fb_width, sc->sc_info.fb_height,
156 sc->sc_info.fb_width * 8;
H A Dimx51_ipuv3.c737 fb->fb_width = sc->width;
/freebsd-10.3-release/sys/arm/samsung/exynos/
H A Dexynos5_fimd.c355 sc->sc_info.fb_width = panel.width;
357 sc->sc_info.fb_stride = sc->sc_info.fb_width * 2;
365 printf("%dx%d [%d]\n", sc->sc_info.fb_width, sc->sc_info.fb_height,
/freebsd-10.3-release/sys/dev/fb/
H A Dcreator_vt.c144 sc->fb.fb_width = width;
177 c, sc->fb.fb_width);
H A Dcreator.c715 fb->fb_width = sc->sc_width;
/freebsd-10.3-release/sys/sys/
H A Dfbio.h101 int fb_width; /* in pixels */ member in struct:fbtype
123 int fb_width; /* in pixels */ member in struct:fb_info
/freebsd-10.3-release/sys/dev/vt/hw/fb/
H A Dvt_fb.c408 vd->vd_width = MIN(VT_FB_DEFAULT_WIDTH, info->fb_width);
409 margin = (info->fb_width - vd->vd_width) >> 1;
H A Dvt_early_fb.c295 info->fb_bpp = info->fb_stride / info->fb_width * 8;
/freebsd-10.3-release/sys/dev/drm2/i915/
H A Dintel_fb.c143 drm_fb_helper_fill_var(info, &ifbdev->helper, sizes->fb_width, sizes->fb_height);
/freebsd-10.3-release/sys/arm/broadcom/bcm2835/
H A Dbcm2835_fbd.c182 info->fb_width = fb_config->xres;
H A Dbcm2835_fb.c826 fb->fb_width = sc->width;
/freebsd-10.3-release/sys/dev/drm2/radeon/
H A Dradeon_fb.c251 drm_fb_helper_fill_var(info, &rfbdev->helper, sizes->fb_width, sizes->fb_height);
/freebsd-10.3-release/sys/boot/efi/loader/
H A Dbootinfo.c243 printf("dimensions %d x %d\n", efifb.fb_width,
/freebsd-10.3-release/sys/dev/vt/hw/ofwfb/
H A Dofwfb.c369 sc->fb.fb_width = width;
/freebsd-10.3-release/sys/arm/ti/am335x/
H A Dam335x_lcd_syscons.c600 fb->fb_width = sc->width;
/freebsd-10.3-release/sys/pc98/cbus/
H A Dgdc.c1445 ((struct fbtype *)arg)->fb_width = adp->va_info.vi_width;

Completed in 145 milliseconds

12