Home
last modified time | relevance | path

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

/freebsd-12.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-12.1/sys/dev/vt/hw/efifb/
H A Defifb.c121 info->fb_depth = fls(efifb->fb_mask_red | efifb->fb_mask_green | in vt_efifb_init()
124 info->fb_bpp = roundup2(info->fb_depth, NBBY); in vt_efifb_init()
/freebsd-12.1/sys/dev/vt/hw/fb/
H A Dvt_early_fb.c95 switch (info->fb_depth) { in vt_efb_initialize()
129 panic("Unknown color space fb_depth %d", info->fb_depth); in vt_efb_initialize()
/freebsd-12.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.c740 fb->fb_depth = sc->depth; in ipu3fb_ioctl()
H A Dimx6_ipu.c1043 sc->sc_fb_info.fb_bpp = sc->sc_fb_info.fb_depth = MODE_BPP; in ipu_init()
/freebsd-12.1/sys/sys/
H A Dfbio.h103 int fb_depth; /* bits per pixel */ member
126 int fb_depth; /* bits to define color */ member
/freebsd-12.1/sys/powerpc/ps3/
H A Dps3_syscons.c168 sc->fb_info.fb_depth = 32; in ps3fb_init()
/freebsd-12.1/sys/arm/broadcom/bcm2835/
H A Dbcm2835_fbd.c119 sc->info.fb_bpp = sc->info.fb_depth = fb.bpp; in bcm_fb_setup_fbd()
H A Dbcm2835_fb.c692 fb->fb_depth = sc->depth; in bcmfb_ioctl()
/freebsd-12.1/sys/dev/fb/
H A Dcreator_vt.c145 sc->fb.fb_bpp = sc->fb.fb_depth = 32; in creatorfb_init()
H A Dcreator.c717 fb->fb_depth = fb->fb_cmsize = fb->fb_size = 0; in creator_ioctl()
H A Dmachfb.c890 fb->fb_depth = sc->sc_depth; in machfb_ioctl()
H A Dvga.c3000 ((struct fbtype *)arg)->fb_depth = adp->va_info.vi_depth; in vga_dev_ioctl()
/freebsd-12.1/sys/arm/samsung/exynos/
H A Dexynos5_fimd.c357 sc->sc_info.fb_bpp = sc->sc_info.fb_depth = 16; in fimd_attach()
/freebsd-12.1/sys/arm/amlogic/aml8726/
H A Daml8726_fb.c339 sc->info.fb_depth = prop; in aml8726_fb_attach()
/freebsd-12.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-12.1/sys/powerpc/mpc85xx/
H A Dfsl_diu.c409 sc->sc_info.fb_bpp = sc->sc_info.fb_depth = 32; in diu_attach()
/freebsd-12.1/sys/dev/vt/hw/ofwfb/
H A Dofwfb.c416 sc->fb.fb_bpp = sc->fb.fb_depth = depth; in ofwfb_init()
/freebsd-12.1/sys/mips/ingenic/
H A Djz4780_lcd.c305 sc->info.fb_bpp = sc->info.fb_depth = FB_BPP; in jzlcd_configure()
/freebsd-12.1/sys/arm/allwinner/
H A Da10_fb.c508 sc->info.fb_bpp = sc->info.fb_depth = FB_BPP; in a10fb_configure()
/freebsd-12.1/sys/arm/ti/am335x/
H A Dam335x_lcd_syscons.c600 fb->fb_depth = sc->depth; in am335x_syscons_ioctl()
H A Dam335x_lcd.c808 sc->sc_fb_info.fb_bpp = sc->sc_fb_info.fb_depth = sc->sc_panel.bpp; in am335x_lcd_configure()
/freebsd-12.1/sys/dev/usb/video/
H A Dudl.c418 sc->sc_fb_info.fb_depth = 16; in udl_attach()
/freebsd-12.1/sys/dev/drm2/
H A Ddrm_fb_helper.c1017 info->fb_depth = fb->bits_per_pixel; in drm_fb_helper_fill_var()