Home
last modified time | relevance | path

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

/freebsd-13.1/sys/dev/terasic/mtl/
H A Dterasic_mtl_vt.c72 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 Defifb.c124 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 Dvbefb.c123 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 Dvt_early_fb.c94 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 Dfbio.h105 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 Dimx51_ipuv3_fbd.c153 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 Dimx51_ipuv3.c738 fb->fb_depth = sc->depth; in ipu3fb_ioctl()
H A Dimx6_ipu.c1046 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 Dps3_syscons.c168 sc->fb_info.fb_depth = 32; in ps3fb_init()
/freebsd-13.1/sys/arm/broadcom/bcm2835/
H A Dbcm2835_fbd.c128 sc->info.fb_bpp = sc->info.fb_depth = fb.bpp; in bcm_fb_setup_fbd()
H A Dbcm2835_fb.c691 fb->fb_depth = sc->depth; in bcmfb_ioctl()
/freebsd-13.1/sys/arm/freescale/vybrid/
H A Dvf_dcu4.c416 sc->sc_info.fb_bpp = sc->sc_info.fb_depth = 24; in dcu_attach()
/freebsd-13.1/sys/powerpc/mpc85xx/
H A Dfsl_diu.c409 sc->sc_info.fb_bpp = sc->sc_info.fb_depth = 32; in diu_attach()
/freebsd-13.1/sys/mips/ingenic/
H A Djz4780_lcd.c305 sc->info.fb_bpp = sc->info.fb_depth = FB_BPP; in jzlcd_configure()
/freebsd-13.1/sys/arm/ti/am335x/
H A Dam335x_lcd_syscons.c599 fb->fb_depth = sc->depth; in am335x_syscons_ioctl()
H A Dam335x_lcd.c818 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 Dofwfb.c552 sc->fb.fb_bpp = sc->fb.fb_depth = depth; in ofwfb_init()
/freebsd-13.1/sys/arm/allwinner/
H A Da10_fb.c508 sc->info.fb_bpp = sc->info.fb_depth = FB_BPP; in a10fb_configure()
/freebsd-13.1/sys/dev/usb/video/
H A Dudl.c420 sc->sc_fb_info.fb_depth = 16; in udl_attach()
/freebsd-13.1/sys/dev/drm2/
H A Ddrm_fb_helper.c1017 info->fb_depth = fb->bits_per_pixel; in drm_fb_helper_fill_var()
/freebsd-13.1/sys/dev/fb/
H A Dvga.c3000 ((struct fbtype *)arg)->fb_depth = adp->va_info.vi_depth; in vga_dev_ioctl()