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

12

/freebsd-11-stable/sys/dev/terasic/mtl/
H A Dterasic_mtl_vt.c70 info->fb_width = dts_value[0];
73 info->fb_stride = info->fb_width * (info->fb_depth / 8);
79 if (info->fb_width != TERASIC_MTL_FB_WIDTH ||
85 (unsigned)info->fb_width, (unsigned)info->fb_height);
106 info->fb_width = 800;
108 info->fb_stride = info->fb_width * (info->fb_depth / 8);
/freebsd-11-stable/sys/x86/include/
H A Dmetadata.h49 uint32_t fb_width; member in struct:efi_fb
/freebsd-11-stable/sys/arm64/include/
H A Dmetadata.h46 uint32_t fb_width; member in struct:efi_fb
/freebsd-11-stable/sys/arm/include/
H A Dmetadata.h49 uint32_t fb_width; member in struct:efi_fb
/freebsd-11-stable/sys/powerpc/ps3/
H A Dps3_syscons.c167 sc->fb_info.fb_width = 720;
169 TUNABLE_INT_FETCH("hw.ps3fb.width", &sc->fb_info.fb_width);
170 sc->fb_info.fb_stride = sc->fb_info.fb_width*4;
172 sc->fb_info.fb_bpp = sc->fb_info.fb_stride / sc->fb_info.fb_width * 8;
/freebsd-11-stable/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.c854 sizes.fb_width = (unsigned)-1;
901 if (desired_mode->hdisplay < sizes.fb_width)
902 sizes.fb_width = desired_mode->hdisplay;
913 if (crtc_count == 0 || sizes.fb_width == -1 || sizes.fb_height == -1) {
917 sizes.fb_width = sizes.surface_width = 1024;
1009 uint32_t fb_width, uint32_t fb_height)
1015 info->fb_width = fb->width;
1008 drm_fb_helper_fill_var(struct fb_info *info, struct drm_fb_helper *fb_helper, uint32_t fb_width, uint32_t fb_height) argument
/freebsd-11-stable/sys/dev/vt/hw/efifb/
H A Defifb.c116 info->fb_width = efifb->fb_width;
/freebsd-11-stable/stand/efi/loader/
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,
H A Dbootinfo.c307 printf("dimensions %d x %d\n", efifb.fb_width,
/freebsd-11-stable/sys/arm/freescale/vybrid/
H A Dvf_dcu4.c294 reg |= (sc->sc_info.fb_width / 16);
336 reg = (sc->sc_info.fb_width | (sc->sc_info.fb_height << 16));
411 sc->sc_info.fb_width = panel.width;
413 sc->sc_info.fb_stride = sc->sc_info.fb_width * 3;
421 printf("%dx%d [%d]\n", sc->sc_info.fb_width, sc->sc_info.fb_height,
/freebsd-11-stable/sys/arm/freescale/imx/
H A Dimx51_ipuv3_fbd.c128 sc->sc_info.fb_width = ((w0sh96 >> 29) & 0x1fff) + 1;
135 printf("%dx%d [%d]\n", sc->sc_info.fb_width, sc->sc_info.fb_height,
153 sc->sc_info.fb_width * 8;
/freebsd-11-stable/sys/arm/amlogic/aml8726/
H A Daml8726_fb.c186 value = ((sc->info.fb_width - 1) << AML_VIU_OSD_BLK_CFG_W1_X_END_SHIFT)
200 value = ((sc->info.fb_width - 1) << AML_VIU_OSD_BLK_CFG_W3_H_END_SHIFT)
323 sc->info.fb_width = prop;
352 if (prop < (sc->info.fb_width * 3)) {
/freebsd-11-stable/sys/arm/samsung/exynos/
H A Dexynos5_fimd.c354 sc->sc_info.fb_width = panel.width;
356 sc->sc_info.fb_stride = sc->sc_info.fb_width * 2;
364 printf("%dx%d [%d]\n", sc->sc_info.fb_width, sc->sc_info.fb_height,
/freebsd-11-stable/sys/dev/fb/
H A Dcreator_vt.c144 sc->fb.fb_width = width;
177 c, sc->fb.fb_width);
/freebsd-11-stable/sys/sys/
H A Dfbio.h101 int fb_width; /* in pixels */ member in struct:fbtype
124 int fb_width; /* in pixels */ member in struct:fb_info
/freebsd-11-stable/sys/dev/vt/hw/fb/
H A Dvt_fb.c422 vd->vd_width = MIN(VT_FB_MAX_WIDTH, info->fb_width);
423 margin = (info->fb_width - vd->vd_width) >> 1;
H A Dvt_early_fb.c293 info->fb_bpp = info->fb_stride / info->fb_width * 8;
/freebsd-11-stable/sys/dev/drm2/i915/
H A Dintel_fb.c117 drm_fb_helper_fill_var(info, &ifbdev->helper, sizes->fb_width, sizes->fb_height);
/freebsd-11-stable/sys/arm/broadcom/bcm2835/
H A Dbcm2835_fbd.c120 sc->info.fb_width = fb.xres;
/freebsd-11-stable/sys/dev/drm2/radeon/
H A Dradeon_fb.c251 drm_fb_helper_fill_var(info, &rfbdev->helper, sizes->fb_width, sizes->fb_height);
/freebsd-11-stable/sys/dev/vt/hw/ofwfb/
H A Dofwfb.c403 sc->fb.fb_width = width;
/freebsd-11-stable/sys/arm/allwinner/
H A Da10_fb.c510 sc->info.fb_width = mode->hdisplay;
/freebsd-11-stable/sys/arm/ti/am335x/
H A Dam335x_lcd_syscons.c598 fb->fb_width = sc->width;
/freebsd-11-stable/sys/dev/usb/video/
H A Dudl.c420 sc->sc_fb_info.fb_width = udl_get_fb_width(sc);
422 sc->sc_fb_info.fb_stride = sc->sc_fb_info.fb_width * 2;

Completed in 403 milliseconds

12