| /freebsd-13.1/sys/dev/terasic/mtl/ |
| H A D | terasic_mtl_vt.c | 72 info->fb_bpp = info->fb_depth = 32; in terasic_mtl_fbd_panel_info() 73 info->fb_stride = info->fb_width * (info->fb_depth / 8); in terasic_mtl_fbd_panel_info() 82 info->fb_bpp != 32 || info->fb_depth != 32) { in terasic_mtl_fbd_panel_info() 105 info->fb_bpp = info->fb_depth = 32; in terasic_mtl_fbd_attach() 108 info->fb_stride = info->fb_width * (info->fb_depth / 8); in terasic_mtl_fbd_attach()
|
| /freebsd-13.1/sys/dev/vt/hw/efifb/ |
| H A D | efifb.c | 124 info->fb_depth = fls(efifb->fb_mask_red | efifb->fb_mask_green | in vt_efifb_init() 127 info->fb_bpp = roundup2(info->fb_depth, NBBY); in vt_efifb_init()
|
| /freebsd-13.1/sys/dev/vt/hw/vbefb/ |
| H A D | vbefb.c | 123 info->fb_depth = vbefb->fb_bpp; in vt_vbefb_init() 130 if (info->fb_depth == 8) in vt_vbefb_init()
|
| /freebsd-13.1/sys/dev/vt/hw/fb/ |
| H A D | vt_early_fb.c | 94 switch (info->fb_depth) { in vt_efb_initialize() 128 panic("Unknown color space fb_depth %d", info->fb_depth); in vt_efb_initialize()
|
| /freebsd-13.1/sys/sys/ |
| H A D | fbio.h | 105 int fb_depth; /* bits per pixel */ member 128 int fb_depth; /* bits to define color */ member
|
| /freebsd-13.1/sys/arm/freescale/imx/ |
| H A D | imx51_ipuv3_fbd.c | 153 sc->sc_info.fb_bpp = sc->sc_info.fb_depth = sc->sc_info.fb_stride / in ipu3_fb_init() 306 ipu3_fb_init_cmap(sc->sc_info.fb_cmap, sc->sc_info.fb_depth); in ipu3_fb_attach()
|
| H A D | imx51_ipuv3.c | 738 fb->fb_depth = sc->depth; in ipu3fb_ioctl()
|
| H A D | imx6_ipu.c | 1046 sc->sc_fb_info.fb_bpp = sc->sc_fb_info.fb_depth = MODE_BPP; in ipu_init()
|
| /freebsd-13.1/sys/powerpc/ps3/ |
| H A D | ps3_syscons.c | 168 sc->fb_info.fb_depth = 32; in ps3fb_init()
|
| /freebsd-13.1/sys/arm/broadcom/bcm2835/ |
| H A D | bcm2835_fbd.c | 128 sc->info.fb_bpp = sc->info.fb_depth = fb.bpp; in bcm_fb_setup_fbd()
|
| H A D | bcm2835_fb.c | 691 fb->fb_depth = sc->depth; in bcmfb_ioctl()
|
| /freebsd-13.1/sys/arm/freescale/vybrid/ |
| H A D | vf_dcu4.c | 416 sc->sc_info.fb_bpp = sc->sc_info.fb_depth = 24; in dcu_attach()
|
| /freebsd-13.1/sys/powerpc/mpc85xx/ |
| H A D | fsl_diu.c | 409 sc->sc_info.fb_bpp = sc->sc_info.fb_depth = 32; in diu_attach()
|
| /freebsd-13.1/sys/mips/ingenic/ |
| H A D | jz4780_lcd.c | 305 sc->info.fb_bpp = sc->info.fb_depth = FB_BPP; in jzlcd_configure()
|
| /freebsd-13.1/sys/arm/ti/am335x/ |
| H A D | am335x_lcd_syscons.c | 599 fb->fb_depth = sc->depth; in am335x_syscons_ioctl()
|
| H A D | am335x_lcd.c | 818 sc->sc_fb_info.fb_bpp = sc->sc_fb_info.fb_depth = sc->sc_panel.bpp; in am335x_lcd_configure()
|
| /freebsd-13.1/sys/dev/vt/hw/ofwfb/ |
| H A D | ofwfb.c | 552 sc->fb.fb_bpp = sc->fb.fb_depth = depth; in ofwfb_init()
|
| /freebsd-13.1/sys/arm/allwinner/ |
| H A D | a10_fb.c | 508 sc->info.fb_bpp = sc->info.fb_depth = FB_BPP; in a10fb_configure()
|
| /freebsd-13.1/sys/dev/usb/video/ |
| H A D | udl.c | 420 sc->sc_fb_info.fb_depth = 16; in udl_attach()
|
| /freebsd-13.1/sys/dev/drm2/ |
| H A D | drm_fb_helper.c | 1017 info->fb_depth = fb->bits_per_pixel; in drm_fb_helper_fill_var()
|
| /freebsd-13.1/sys/dev/fb/ |
| H A D | vga.c | 3000 ((struct fbtype *)arg)->fb_depth = adp->va_info.vi_depth; in vga_dev_ioctl()
|