| /netbsd-src/sys/dev/sun/ |
| H A D | fb.c | 315 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 D | bwtwo.c | 217 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 D | cgthree.c | 173 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 D | pfour_subr.c | 122 fb->fb_type.fb_height = height; in fb_setsize_pfour()
|
| H A D | fbio.h | 102 int fb_height; /* in pixels */ member
|
| /netbsd-src/sys/arch/sun3/dev/ |
| H A D | bw2.c | 207 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 D | fb.c | 229 fb->fb_fbtype.fb_height = h; in fb_eeprom_setsize() 322 fb->fb_fbtype.fb_height = h; in fb_pfour_setsize()
|
| H A D | cg2.c | 198 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 D | cgeight.c | 253 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 D | cgfour.c | 251 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 D | ipaq_lcd.c | 186 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 D | sed_saip.c | 201 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 D | sisfb.c | 83 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 D | vmwgfx_fb.c | 649 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 D | bootinfo.h | 47 short fb_height; member
|
| /netbsd-src/sys/arch/arm/sunxi/ |
| H A D | sunxi_debe.c | 360 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 D | main.c | 529 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 D | preference.c | 160 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 D | drm_framebuffer.c | 85 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 D | drm_atomic.c | 555 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 D | drm_fb_helper.c | 1508 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 D | intel_fbdev.c | 204 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 D | bivideo.c | 219 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 D | mq200.c | 337 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 D | cgthree_sbus.c | 178 int ramsize = fb->fb_type.fb_height * fb->fb_linebytes; in cgthreeattach_sbus()
|