HomeSort by: relevance | last modified time | path
    Searched defs:fb_width (Results 1 - 10 of 10) sorted by relevancy

  /src/sys/arch/hpc/include/
bootinfo.h 46 short fb_width; member in struct:bootinfo
  /src/sys/arch/hpcmips/stand/pbsdboot/
pbsdboot.h 78 int fb_width, fb_height, fb_linebytes; member in struct:preference_s
  /src/sys/external/bsd/drm2/dist/drm/
drm_atomic.c 555 unsigned int fb_width, fb_height; local in function:drm_atomic_plane_check
608 fb_width = fb->width << 16;
612 if (new_plane_state->src_w > fb_width ||
613 new_plane_state->src_x > fb_width - new_plane_state->src_w ||
640 clips->x2 > fb_width ||
drm_framebuffer.c 85 unsigned int fb_width, fb_height; local in function:drm_framebuffer_check_src_coords
87 fb_width = fb->width << 16;
91 if (src_w > fb_width ||
92 src_x > fb_width - src_w ||
  /src/sys/external/bsd/drm2/dist/include/drm/
drm_fb_helper.h 55 * @fb_width: fbdev width
67 * of the attached displays. fb_width/fb_height is used by
71 u32 fb_width; member in struct:drm_fb_helper_surface_size
  /src/sys/dev/sun/
fbio.h 103 int fb_width; /* in pixels */ member in struct:fbtype
  /src/sys/external/bsd/drm2/dist/drm/vmwgfx/
vmwgfx_fb.c 649 unsigned fb_width, fb_height; local in function:vmw_fb_init
657 fb_width = min(vmw_priv->fb_max_width, (unsigned)2048);
660 fb_pitch = fb_width * fb_bpp / 8;
676 par->max_width = fb_width;
729 info->var.xres_virtual = fb_width;
  /src/sys/dev/pci/
sisfb.c 82 int fb_width; member in struct:sisfb
512 ri->ri_width = fb->fb_width;
523 rasops_init(ri, fb->fb_height / 8, fb->fb_width / 8);
526 fb->fb_width / ri->ri_font->fontwidth);
609 fb->fb_width = ri->ri_width = width;
  /src/sys/arch/arm/sunxi/
sunxi_debe.c 360 const u_int fb_width = mode->hdisplay; local in function:sunxi_debe_setup_fbdev
392 .afb_width = fb_width,
400 sunxi_befb_set_videomode(sc->sc_fbdev, fb_width, fb_height);
581 const u_int fb_width = width; local in function:sunxi_debe_set_videomode
609 ((fb_height - 1) << 16) | (fb_width - 1));
611 DEBE_WRITE(sc, SUNXI_DEBE_LAYLINEWIDTH_REG, (fb_width << 5));
  /src/sys/dev/ic/
stireg.h 250 uint16_t fb_width; member in struct:sti_cfg

Completed in 19 milliseconds