Home
last modified time | relevance | path

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

/dragonfly/lib/libvgl/
HDmain.c155 if (VGLModeInfo.vi_depth != 4 || VGLModeInfo.vi_planes != 4 in VGLInit()
164 if (VGLModeInfo.vi_depth != 8) { in VGLInit()
231 *8/(VGLModeInfo.vi_depth/VGLModeInfo.vi_planes); in VGLInit()
292 if (VGLModeInfo.vi_depth == 4 && VGLModeInfo.vi_planes == 4) { in VGLCheckSwitch()
302 if (VGLModeInfo.vi_depth == 8) { in VGLCheckSwitch()
440 *8/(VGLModeInfo.vi_depth/VGLModeInfo.vi_planes); in VGLSetVScreenSize()
/dragonfly/sys/dev/video/fb/pcx/
HDsplash_pcx.c102 info.vi_depth, info.vi_planes); in pcx_start()
105 && info.vi_depth == pcx_info.bpp in pcx_start()
205 sdepth = adp->va_info.vi_depth; in pcx_draw()
/dragonfly/sys/dev/video/fb/
HDvga.c591 switch (info->vi_depth/info->vi_planes) { in update_adapter_info()
732 ppw = 16/(adp->va_info.vi_depth/adp->va_info.vi_planes); in set_line_length()
766 ppb = 8/(adp->va_info.vi_depth/adp->va_info.vi_planes); in set_display_start()
950 if ((info->vi_depth != 0) in vga_query_mode()
951 && (info->vi_depth != bios_vmode[i].vi_depth)) in vga_query_mode()
1944 ((struct fbtype *)arg)->fb_depth = adp->va_info.vi_depth; in vga_dev_ioctl()
1945 if ((adp->va_info.vi_depth <= 1) || (adp->va_info.vi_depth > 8)) in vga_dev_ioctl()
1948 ((struct fbtype *)arg)->fb_cmsize = 1 << adp->va_info.vi_depth; in vga_dev_ioctl()
HDfb.c617 info->vi_depth, info->vi_planes, in fb_dump_mode_info()
/dragonfly/sys/dev/misc/syscons/
HDscvidctl.c341 if (info.vi_depth != 8) in sc_set_pixel_mode()
345 (info.vi_depth != 15) && (info.vi_depth != 16) && in sc_set_pixel_mode()
346 (info.vi_depth != 24) && (info.vi_depth != 32)) in sc_set_pixel_mode()
HDscvgarndr.c1067 switch (scp->sc->adp->va_info.vi_depth) { in draw_pxlmouse_direct()
/dragonfly/sys/sys/
HDfbio.h217 int vi_depth; member
/dragonfly/sys/dev/video/fb/bmp/
HDsplash_bmp.c88 info.vi_width, info.vi_height, info.vi_depth) == 0)) in bmp_start()
/dragonfly/usr.sbin/vidcontrol/
HDvidcontrol.c923 vinfo.vi_depth, vinfo.vi_planes); in show_mode_info()