Home
last modified time | relevance | path

Searched refs:fb_height (Results 1 – 25 of 52) sorted by relevance

123

/netbsd-src/sys/dev/sun/
H A Dfb.c315 fb->fb_type.fb_height = prom_getpropint(node, "height", def_height); in fb_setsize_obp()
333 fb->fb_type.fb_height = def_height; in fb_setsize_eeprom()
343 fb->fb_type.fb_height = 900; in fb_setsize_eeprom()
348 fb->fb_type.fb_height = 1024; in fb_setsize_eeprom()
353 fb->fb_type.fb_height = 1280; in fb_setsize_eeprom()
358 fb->fb_type.fb_height = 1440; in fb_setsize_eeprom()
H A Dbwtwo.c217 fb->fb_type.fb_size = fb->fb_type.fb_height * fb->fb_linebytes; in bwtwoattach()
219 fb->fb_type.fb_width, fb->fb_type.fb_height); in bwtwoattach()
279 sc->sc_height = fb->fb_type.fb_height; in bwtwoattach()
H A Dcgthree.c173 fb->fb_type.fb_size = fb->fb_type.fb_height * fb->fb_linebytes; in cgthreeattach()
175 fb->fb_type.fb_width, fb->fb_type.fb_height); in cgthreeattach()
209 sc->sc_height = fb->fb_type.fb_height; in cgthreeattach()
H A Dpfour_subr.c122 fb->fb_type.fb_height = height; in fb_setsize_pfour()
H A Dfbio.h102 int fb_height; /* in pixels */ member
/netbsd-src/sys/arch/sun3/dev/
H A Dbw2.c207 fbt->fb_height = 900; /* default - see below */ in bw2attach()
278 fbt->fb_height = 1280; in bw2attach()
288 aprint_normal(" (%dx%d)\n", fbt->fb_width, fbt->fb_height); in bw2attach()
H A Dfb.c229 fb->fb_fbtype.fb_height = h; in fb_eeprom_setsize()
322 fb->fb_fbtype.fb_height = h; in fb_pfour_setsize()
H A Dcg2.c198 fbt->fb_height = 900; in cg2attach()
201 aprint_normal(" (%dx%d)\n", fbt->fb_width, fbt->fb_height); in cg2attach()
/netbsd-src/sys/arch/sparc/dev/
H A Dcgeight.c253 fb->fb_type.fb_height); in cgeightattach()
306 sc->sc_fb.fb_type.fb_width * sc->sc_fb.fb_type.fb_height / 8); in cgeightattach()
422 sc->sc_fb.fb_type.fb_height * 3) in cgeightmmap()
H A Dcgfour.c251 fb->fb_type.fb_width, fb->fb_type.fb_height); in cgfourattach()
414 sc->sc_fb.fb_type.fb_height) in cgfourmmap()
/netbsd-src/sys/arch/hpcarm/dev/
H A Dipaq_lcd.c186 fb->hf_height = bootinfo->fb_height; in ipaqlcd_fbinit()
190 bootinfo->fb_height * bootinfo->fb_line_bytes, in ipaqlcd_fbinit()
201 fb->hf_bytes_per_plane = bootinfo->fb_height * in ipaqlcd_fbinit()
H A Dsed_saip.c201 bootinfo->fb_height == 0) { in sed1356_init()
215 fb->hf_height = bootinfo->fb_height; in sed1356_init()
219 bootinfo->fb_height * bootinfo->fb_line_bytes, in sed1356_init()
229 fb->hf_bytes_per_plane = bootinfo->fb_height * in sed1356_init()
/netbsd-src/sys/dev/pci/
H A Dsisfb.c83 int fb_height; member
513 ri->ri_height = fb->fb_height; in sisfb_init_screen()
523 rasops_init(ri, fb->fb_height / 8, fb->fb_width / 8); in sisfb_init_screen()
525 rasops_reconfig(ri, fb->fb_height / ri->ri_font->fontheight, in sisfb_init_screen()
610 fb->fb_height = ri->ri_height = height; in sisfb_setup()
/netbsd-src/sys/external/bsd/drm2/dist/drm/vmwgfx/
H A Dvmwgfx_fb.c649 unsigned fb_width, fb_height; in vmw_fb_init() local
658 fb_height = min(vmw_priv->fb_max_height, (unsigned)2048); in vmw_fb_init()
661 fb_size = fb_pitch * fb_height; in vmw_fb_init()
677 par->max_height = fb_height; in vmw_fb_init()
730 info->var.yres_virtual = fb_height; in vmw_fb_init()
/netbsd-src/sys/arch/hpc/include/
H A Dbootinfo.h47 short fb_height; member
/netbsd-src/sys/arch/arm/sunxi/
H A Dsunxi_debe.c360 const u_int fb_height = (mode->vdisplay << interlace_p); in sunxi_debe_setup_fbdev() local
392 .afb_height = fb_height, in sunxi_debe_setup_fbdev()
399 sunxi_befb_set_videomode(sc->sc_fbdev, fb_width, fb_height); in sunxi_debe_setup_fbdev()
581 const u_int fb_height = height; in sunxi_debe_set_videomode() local
608 ((fb_height - 1) << 16) | (fb_width - 1)); in sunxi_debe_set_videomode()
/netbsd-src/sys/arch/hpcmips/stand/pbsdboot/
H A Dmain.c529 fb_settings[0].height = pref.fb_height; in WinMain()
542 pref.fb_height = fb_settings[0].height; in WinMain()
821 bi->fb_height = fbs->height; in SetBootInfo()
829 bi->fb_width, bi->fb_height, bi->fb_line_bytes); in SetBootInfo()
1177 pref.fb_height = fb_settings[0].height; in BootKernel()
1195 bi.fb_width, bi.fb_height, in BootKernel()
H A Dpreference.c160 debug_printf(TEXT(" height: %d\n"), pref->fb_height); in pref_dump()
297 buf.fb_height = d; in pref_read()
524 wsprintf(unibuf,TEXT("fb_height:%d\r\n"),buf->fb_height); in pref_write()
/netbsd-src/sys/external/bsd/drm2/dist/drm/
H A Ddrm_framebuffer.c85 unsigned int fb_width, fb_height; in drm_framebuffer_check_src_coords() local
88 fb_height = fb->height << 16; in drm_framebuffer_check_src_coords()
93 src_h > fb_height || in drm_framebuffer_check_src_coords()
94 src_y > fb_height - src_h) { in drm_framebuffer_check_src_coords()
H A Ddrm_atomic.c555 unsigned int fb_width, fb_height; in drm_atomic_plane_check() local
609 fb_height = fb->height << 16; in drm_atomic_plane_check()
614 new_plane_state->src_h > fb_height || in drm_atomic_plane_check()
615 new_plane_state->src_y > fb_height - new_plane_state->src_h) { in drm_atomic_plane_check()
641 clips->y2 > fb_height) { in drm_atomic_plane_check()
H A Ddrm_fb_helper.c1508 sizes.fb_height = (u32)-1; in drm_fb_helper_single_fb_probe()
1637 sizes.fb_height = min_t(u32, desired_mode->vdisplay + y, sizes.fb_height); in drm_fb_helper_single_fb_probe()
1641 if (crtc_count == 0 || sizes.fb_width == -1 || sizes.fb_height == -1) { in drm_fb_helper_single_fb_probe()
1683 uint32_t fb_width, uint32_t fb_height) in drm_fb_helper_fill_var() argument
1701 info->var.yres = fb_height; in drm_fb_helper_fill_var()
1725 sizes->fb_width, sizes->fb_height); in drm_fb_helper_fill_info()
/netbsd-src/sys/external/bsd/drm2/dist/drm/i915/display/
H A Dintel_fbdev.c204 sizes->fb_height > intel_fb->base.height)) { in intelfb_create()
208 sizes->fb_width, sizes->fb_height); in intelfb_create()
222 sizes->fb_height = intel_fb->base.height; in intelfb_create()
/netbsd-src/sys/dev/hpc/
H A Dbivideo.c219 bootinfo->fb_height == 0) { in bivideo_init()
233 fb->hf_height = bootinfo->fb_height; in bivideo_init()
241 fb->hf_bytes_per_plane = bootinfo->fb_height * in bivideo_init()
/netbsd-src/sys/arch/hpcmips/dev/
H A Dmq200.c337 bootinfo->fb_height == 0) { in mq200_fbinit()
351 fb->hf_height = bootinfo->fb_height; in mq200_fbinit()
358 fb->hf_bytes_per_plane = bootinfo->fb_height * in mq200_fbinit()
/netbsd-src/sys/dev/sbus/
H A Dcgthree_sbus.c178 int ramsize = fb->fb_type.fb_height * fb->fb_linebytes; in cgthreeattach_sbus()

123