Home
last modified time | relevance | path

Searched refs:vi_depth (Results 1 – 11 of 11) sorted by relevance

/freebsd/lib/libvgl/
H A Dmain.c195 if (VGLModeInfo.vi_depth != 4 || VGLModeInfo.vi_planes != 4 in VGLInit()
205 if (VGLModeInfo.vi_depth != 8) { in VGLInit()
319 depth = VGLModeInfo.vi_depth; in VGLInit()
339 if (VGLModeInfo.vi_depth < 8) in VGLInit()
389 if (VGLModeInfo.vi_depth == 4 && VGLModeInfo.vi_planes == 4) { in VGLCheckSwitch()
399 if (VGLModeInfo.vi_depth == 8) { in VGLCheckSwitch()
490 depth = VGLModeInfo.vi_depth; in VGLSetVScreenSize()
/freebsd/sys/dev/syscons/
H A Dscvidctl.c122 int vi_depth; member
456 info->vi_depth != 15 && info->vi_depth != 16 && in sc_support_pixel_mode()
457 info->vi_depth != 24 && info->vi_depth != 32) in sc_support_pixel_mode()
462 info->vi_depth != 8) in sc_support_pixel_mode()
H A Dscvgarndr.c298 switch ((scp)->sc->adp->va_info.vi_depth) { \
H A Dsyscons.c470 info.vi_depth > depth) { in sc_set_vesa_mode()
472 depth = info.vi_depth; in sc_set_vesa_mode()
/freebsd/sys/dev/fb/
H A Dsplash_pcx.c111 info.vi_depth, info.vi_planes); in pcx_start()
114 && info.vi_depth == pcx_info.bpp in pcx_start()
H A Dvga.c822 switch (info->vi_depth/info->vi_planes) { in update_adapter_info()
1245 ppw = 16/(adp->va_info.vi_depth/adp->va_info.vi_planes); in set_line_length()
1281 ppb = 8/(adp->va_info.vi_depth/adp->va_info.vi_planes); in set_display_start()
1480 if ((info->vi_depth != 0) in vga_query_mode()
1481 && (info->vi_depth != bios_vmode[i].vi_depth)) in vga_query_mode()
2957 ((struct fbtype *)arg)->fb_depth = adp->va_info.vi_depth; in vga_dev_ioctl()
2958 if ((adp->va_info.vi_depth <= 1) || (adp->va_info.vi_depth > 8)) in vga_dev_ioctl()
2961 ((struct fbtype *)arg)->fb_cmsize = 1 << adp->va_info.vi_depth; in vga_dev_ioctl()
H A Dvesa.c969 vesa_vmode[modes].vi_depth = vmode.v_bpp; in vesa_bios_init()
1259 if ((info->vi_depth != 0) in vesa_query_mode()
1260 && (info->vi_depth != vesa_vmode[i].vi_depth)) in vesa_query_mode()
H A Dfb.c343 info->vi_depth, info->vi_planes, in fb_dump_mode_info()
H A Dsplash_bmp.c87 info.vi_height, info.vi_depth) == 0)) in bmp_start()
/freebsd/sys/sys/
H A Dfbio.h212 int vi_depth; member
/freebsd/usr.sbin/vidcontrol/
H A Dvidcontrol.c1154 info.vi_depth, info.vi_planes); in show_mode_info()
1178 info.vi_depth, mm); in show_mode_info()