Home
last modified time | relevance | path

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

/freebsd-9-stable/sys/dev/vt/hw/fb/
Dvt_early_fb.c89 switch (info->fb_depth) { in vt_efb_initialize()
123 panic("Unknown color space fb_depth %d", info->fb_depth); in vt_efb_initialize()
/freebsd-9-stable/sys/dev/vt/hw/xboxfb/
Dxboxfb.c119 info->fb_depth = 24; in xboxfb_init()
/freebsd-9-stable/sys/sys/
Dfbio.h102 int fb_depth; /* bits per pixel */ member
137 int fb_depth; /* bits to define color */ member
/freebsd-9-stable/sys/dev/fb/
Dcreator.c716 fb->fb_depth = fb->fb_cmsize = fb->fb_size = 0; in creator_ioctl()
Dmachfb.c889 fb->fb_depth = sc->sc_depth; in machfb_ioctl()
Dvga.c2957 ((struct fbtype *)arg)->fb_depth = adp->va_info.vi_depth; in vga_dev_ioctl()
/freebsd-9-stable/sys/pc98/cbus/
Dgdc.c1446 ((struct fbtype *)arg)->fb_depth = adp->va_info.vi_depth; in gdc_dev_ioctl()
/freebsd-9-stable/sys/dev/drm2/
Ddrm_fb_helper.c1026 info->fb_depth = fb_helper->fb->bits_per_pixel; in drm_fb_helper_single_fb_probe()