Home
last modified time | relevance | path

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

/freebsd/sys/dev/vt/hw/vbefb/
H A Dvbefb.c120 info->fb_depth = vbefb->fb_bpp; in vt_vbefb_init()
127 if (info->fb_depth == 8) in vt_vbefb_init()
/freebsd/sys/dev/vt/hw/efifb/
H A Defifb.c146 info->fb_depth = fls(efifb->fb_mask_red | efifb->fb_mask_green | in vt_efifb_init()
149 info->fb_bpp = roundup2(info->fb_depth, NBBY); in vt_efifb_init()
/freebsd/sys/dev/vt/hw/fb/
H A Dvt_early_fb.c91 switch (info->fb_depth) { in vt_efb_initialize()
125 panic("Unknown color space fb_depth %d", info->fb_depth); in vt_efb_initialize()
/freebsd/sys/sys/
H A Dfbio.h101 int fb_depth; /* bits per pixel */ member
133 int fb_depth; /* bits to define color */ member
/freebsd/sys/dev/vt/hw/simplefb/
H A Dsimplefb.c197 sc->fb_depth = sc->fb_bpp = simplefb_formats[i].depth; in vt_simplefb_init()
/freebsd/sys/powerpc/ps3/
H A Dps3_syscons.c162 sc->fb_info.fb_depth = 32; in ps3fb_init()
/freebsd/sys/arm/broadcom/bcm2835/
H A Dbcm2835_fbd.c126 sc->info.fb_bpp = sc->info.fb_depth = fb.bpp; in bcm_fb_setup_fbd()
H A Dbcm2835_fb.c687 fb->fb_depth = sc->depth; in bcmfb_ioctl()
/freebsd/sys/arm/freescale/vybrid/
H A Dvf_dcu4.c413 sc->sc_info.fb_bpp = sc->sc_info.fb_depth = 24; in dcu_attach()
/freebsd/sys/powerpc/mpc85xx/
H A Dfsl_diu.c404 sc->sc_info.fb_bpp = sc->sc_info.fb_depth = 32; in diu_attach()
/freebsd/sys/dev/vt/hw/ofwfb/
H A Dofwfb.c547 sc->fb.fb_bpp = sc->fb.fb_depth = depth; in ofwfb_init()
/freebsd/sys/arm/ti/am335x/
H A Dam335x_lcd_syscons.c597 fb->fb_depth = sc->depth; in am335x_syscons_ioctl()
H A Dam335x_lcd.c816 sc->sc_fb_info.fb_bpp = sc->sc_fb_info.fb_depth = sc->sc_panel.bpp; in am335x_lcd_configure()
/freebsd/sys/dev/virtio/gpu/
H A Dvirtio_gpu.c501 sc->vtgpu_fb_info.fb_depth = 32; in vtgpu_get_display_info()
/freebsd/sys/dev/usb/video/
H A Dudl.c417 sc->sc_fb_info.fb_depth = 16; in udl_attach()
/freebsd/sys/arm/freescale/imx/
H A Dimx6_ipu.c1043 sc->sc_fb_info.fb_bpp = sc->sc_fb_info.fb_depth = MODE_BPP; in ipu_init()
/freebsd/sys/dev/drm2/
H A Ddrm_fb_helper.c1015 info->fb_depth = fb->bits_per_pixel; in drm_fb_helper_fill_var()
/freebsd/sys/dev/fb/
H A Dvga.c2957 ((struct fbtype *)arg)->fb_depth = adp->va_info.vi_depth; in vga_dev_ioctl()