| /openbsd/src/sys/arch/powerpc64/dev/ |
| D | astfb.c | 131 ri->ri_height = OF_getpropint(node, "height", 0); in astfb_attach() 156 ri->ri_width, ri->ri_height, ri->ri_depth); in astfb_attach() 202 wdf->height = ri->ri_height; in astfb_wsioctl()
|
| /openbsd/src/sys/arch/loongson/dev/ |
| D | smfb.c | 223 sc->sc_fb->ri.ri_height, sc->sc_fb->ri.ri_depth); in smfb_attach_common() 282 wdf->height = ri->ri_height; in smfb_ioctl() 314 if (offset < 0 || offset >= ri->ri_stride * ri->ri_height) in smfb_mmap() 392 ri->ri_height = 480; in smfb_setup() 396 ri->ri_height = 768; in smfb_setup() 402 ri->ri_height = 600; in smfb_setup() 599 num = ri->ri_height; in smfb_eraserows()
|
| D | radeonfb.c | 233 fb->ri.ri_width, fb->ri.ri_height, fb->ri.ri_depth); in radeonfb_attach() 301 ri->ri_height, ri->ri_devcmap[WSCOL_BLACK]); in radeonfb_ioctl() 307 wdf->height = ri->ri_height; in radeonfb_ioctl() 483 num = ri->ri_height; in radeonfb_eraserows() 641 ri->ri_height = height; in radeonfb_setup()
|
| D | sisfb.c | 233 fb->ri.ri_width, fb->ri.ri_height, fb->ri.ri_depth); in sisfb_attach() 301 wdf->height = ri->ri_height; in sisfb_ioctl() 347 if (offset < 0 || offset >= ri->ri_stride * ri->ri_height) in sisfb_mmap() 450 ri->ri_height = height; in sisfb_setup()
|
| /openbsd/src/sys/dev/fdt/ |
| D | simplefb.c | 169 printf(": %dx%d, %dbpp\n", ri->ri_width, ri->ri_height, ri->ri_depth); in simplefb_attach() 223 ri->ri_height = OF_getpropint(node, "height", 0); in simplefb_init() 260 wdf->height = ri->ri_height; in simplefb_wsioctl()
|
| D | rkdrm.c | 266 wdf->height = ri->ri_height; in rkdrm_wsioctl() 437 ri->ri_height = helper->fb->height; in rkdrm_attachhook() 468 ri->ri_width, ri->ri_height, ri->ri_depth); in rkdrm_attachhook()
|
| D | ssdfb.c | 314 ri->ri_height = sc->sc_height; in ssdfb_attach() 340 printf(": %dx%d, %dbpp\n", ri->ri_width, ri->ri_height, ri->ri_depth); in ssdfb_attach() 634 wdf->height = ri->ri_height; in ssdfb_ioctl()
|
| /openbsd/src/sys/arch/amd64/amd64/ |
| D | efifb.c | 204 printf(": %dx%d, %dbpp\n", ri->ri_width, ri->ri_height, ri->ri_depth); in efifb_attach() 240 ri->ri_height = efifb_console.cb_table_fb.y_resolution; in efifb_rasops_init() 251 ri->ri_height = bios_efiinfo->fb_height; in efifb_rasops_init() 291 wdf->height = ri->ri_height; in efifb_ioctl()
|
| /openbsd/src/sys/arch/macppc/macppc/ |
| D | ofw_machdep.c | 498 ri->ri_height = cons_height; in of_display_console() 531 ri->ri_height = ofwfb.ofw_ri.ri_height; in ofwconsswitch()
|
| /openbsd/src/sys/arch/armv7/exynos/ |
| D | exdisplay.c | 169 printf("%s: %dx%d\n", sc->sc_dev.dv_xname, ri->ri_width, ri->ri_height); in exdisplay_attach() 200 rinfo->ri_height = 768; in exdisplay_setup_rasops()
|
| /openbsd/src/sys/dev/rasops/ |
| D | rasops.h | 68 int ri_height; /* height (pels) */ member
|
| D | rasops.c | 361 if (ri->ri_emuheight > ri->ri_height) in rasops_reconfig() 362 ri->ri_emuheight = ri->ri_height; in rasops_reconfig() 394 memset(ri->ri_bits, 0, ri->ri_stride * ri->ri_height); in rasops_reconfig() 404 ri->ri_bits += ((ri->ri_height - ri->ri_emuheight) >> 1) * in rasops_reconfig() 422 (ri->ri_origbits + ri->ri_height * ri->ri_stride) - in rasops_reconfig() 917 num = ri->ri_height; in rasops_eraserows()
|
| /openbsd/src/sys/dev/sbus/ |
| D | cgsix.c | 826 FBC_WRITE(sc, CG6_FBC_CLIPMAXY, ri->ri_height - 1); in cgsix_ras_copyrows() 878 FBC_WRITE(sc, CG6_FBC_CLIPMAXY, ri->ri_height - 1); in cgsix_ras_copycols() 926 FBC_WRITE(sc, CG6_FBC_CLIPMAXY, ri->ri_height - 1); in cgsix_ras_erasecols() 965 FBC_WRITE(sc, CG6_FBC_CLIPMAXY, ri->ri_height - 1); in cgsix_ras_eraserows() 971 FBC_WRITE(sc, CG6_FBC_ARECTY, ri->ri_height - 1); in cgsix_ras_eraserows() 1003 FBC_WRITE(sc, CG6_FBC_CLIPMAXY, ri->ri_height - 1); in cgsix_ras_do_cursor()
|
| D | zx.c | 283 ri->ri_bits += ((ri->ri_height - ri->ri_emuheight) >> 1) * in zx_attach() 679 ZX_COORDS(ri->ri_width - 1, ri->ri_height - 1)); in zx_eraserows()
|
| /openbsd/src/sys/dev/pv/ |
| D | viogpu.c | 253 ri->ri_height = sc->sc_fb_height; in viogpu_attach() 275 printf(": %dx%d, %dbpp\n", ri->ri_width, ri->ri_height, ri->ri_depth); in viogpu_attach() 606 wdf->height = ri->ri_height; in viogpu_wsioctl()
|
| /openbsd/src/sys/arch/sparc64/dev/ |
| D | radeonfb.c | 262 ri->ri_height, ri->ri_devcmap[WSCOL_WHITE]); in radeonfb_ioctl() 517 num = ri->ri_height; in radeonfb_eraserows()
|
| D | gfxp.c | 517 num = ri->ri_height; in gfxp_eraserows() 561 gfxp_fillrect(sc, 0, 0, ri->ri_width, ri->ri_height, in gfxp_reinit()
|
| D | machfb.c | 341 machfb_fillrect(sc, 0, 0, ri->ri_width, ri->ri_height, in machfb_ioctl() 578 num = ri->ri_height; in machfb_eraserows()
|
| D | fb.c | 204 ri->ri_height = sf->sf_height; in fbwscons_init()
|
| /openbsd/src/sys/arch/armv7/omap/ |
| D | amdisplay.c | 257 sc->sc_ro.ri_height = sc->sc_active_mode->vdisplay; in amdisplay_attach() 595 wdf->height = ri->ri_height; in amdisplay_ioctl()
|
| /openbsd/src/sys/dev/pcmcia/ |
| D | cfxga.c | 164 scr->scr_ri.ri_height, scr->scr_ri.ri_devcmap[WSCOL_BLACK]) 479 ri->ri_height = height; in cfxga_alloc_screen() 599 wdf->height = scr->scr_ri.ri_height; in cfxga_ioctl()
|
| /openbsd/src/sys/dev/pci/drm/i915/ |
| D | i915_driver.c | 1941 wdf->height = ri->ri_height; in inteldrm_wsioctl() 2407 ri->ri_width, ri->ri_height, ri->ri_depth); in inteldrm_attachhook() 2412 ri->ri_height); in inteldrm_attachhook() 2446 memset(ri->ri_bits, 0, ri->ri_height * ri->ri_stride); in inteldrm_attachhook()
|
| /openbsd/src/sys/dev/pci/drm/radeon/ |
| D | radeon_fbdev.c | 289 ri->ri_height = sizes->fb_height; in radeon_fbdev_fb_helper_fb_probe()
|
| /openbsd/src/sys/arch/macppc/pci/ |
| D | vgafb.c | 229 wdf->height = ri->ri_height; in vgafb_ioctl()
|
| /openbsd/src/sys/dev/pci/drm/amd/amdgpu/ |
| D | amdgpu_drv.c | 3513 wdf->height = ri->ri_height; in amdgpu_wsioctl() 3716 ri->ri_height = fb_helper->info->var.yres; in amdgpu_attachhook() 3750 ri->ri_height); in amdgpu_attachhook() 3790 ri->ri_width, ri->ri_height, ri->ri_depth); in amdgpu_attachhook()
|