Home
last modified time | relevance | path

Searched refs:vi_buffer_size (Results 1 – 8 of 8) sorted by relevance

/trueos/sys/dev/fb/
HDs3_pci.c297 adp->va_info.vi_buffer_size); in s3lfb_set_mode()
298 adp->va_buffer_size = adp->va_info.vi_buffer_size; in s3lfb_set_mode()
300 adp->va_window_size = adp->va_info.vi_buffer_size/adp->va_info.vi_planes; in s3lfb_set_mode()
301 adp->va_window_gran = adp->va_info.vi_buffer_size/adp->va_info.vi_planes; in s3lfb_set_mode()
HDmachfb.c860 offset < sc->sc_mem + vi->vi_buffer_size) { in machfb_mmap()
1190 vi->vi_buffer_size = rman_get_size(sc->sc_memres); in machfb_pci_attach()
1196 vi->vi_buffer_size, BUS_SPACE_MAP_LINEAR, in machfb_pci_attach()
1205 adp->va_mem_size = vi->vi_buffer_size; in machfb_pci_attach()
1293 vi->vi_window_size = vi->vi_buffer_size - 0x800000; in machfb_pci_attach()
1299 vi->vi_window_size = vi->vi_buffer_size; in machfb_pci_attach()
1354 bus_space_unmap(sc->sc_memt, sc->sc_memh, vi->vi_buffer_size); in machfb_pci_attach()
HDvesa.c978 vesa_vmode[modes].vi_buffer_size = bsize; in vesa_bios_init()
1354 vesa_adp->va_line_width = info.vi_buffer_size / info.vi_height; in vesa_set_mode()
1364 info.vi_buffer_size = bpsl * info.vi_height; in vesa_set_mode()
1366 info.vi_buffer_size *= info.vi_planes; in vesa_set_mode()
1379 vesa_adp->va_window_size = info.vi_buffer_size / info.vi_planes; in vesa_set_mode()
1380 vesa_adp->va_window_gran = info.vi_buffer_size / info.vi_planes; in vesa_set_mode()
1387 vesa_adp->va_buffer_size = info.vi_buffer_size; in vesa_set_mode()
HDvga.c864 adp->va_buffer_size = info->vi_buffer_size; in update_adapter_info()
1445 info->vi_buffer_size = info->vi_window_size*info->vi_planes; in vga_get_info()
/trueos/sys/pc98/cbus/
HDgdc.c1004 info->vi_buffer_size = info->vi_window_size*info->vi_planes; in gdc_get_info()
1122 if (info.vi_buffer_size == 0) { in gdc_set_mode()
1127 adp->va_buffer_size = info.vi_buffer_size; in gdc_set_mode()
/trueos/sys/sys/
HDfbio.h344 size_t vi_buffer_size; member
/trueos/sys/dev/syscons/
HDscvidctl.c129 size_t vi_buffer_size; member
/trueos/usr.sbin/vidcontrol/
HDvidcontrol.c1144 _info.vi_buffer, (int)_info.vi_buffer_size/1024); in show_mode_info()