Home
last modified time | relevance | path

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

12

/f-stack/freebsd/arm/broadcom/bcm2835/
H A Dbcm2835_fbd.c90 if (fb->bpp < FB_DEPTH) { in bcm_fb_init()
92 fb->bpp, FB_DEPTH); in bcm_fb_init()
93 fb->bpp = FB_DEPTH; in bcm_fb_init()
96 fb->bpp); in bcm_fb_init()
128 sc->info.fb_bpp = sc->info.fb_depth = fb.bpp; in bcm_fb_setup_fbd()
165 fb.vxres, fb.vyres, fb.xoffset, fb.yoffset, fb.bpp); in bcm_fb_setup_fbd()
H A Dbcm2835_mbox_prop.h320 uint32_t bpp; member
323 uint32_t bpp; member
426 uint32_t bpp; member
442 struct bcm2835_mbox_tag_depth bpp; member
H A Dbcm2835_mbox.c542 BCM2835_MBOX_INIT_TAG(&msg.bpp, GET_DEPTH); in bcm2835_mbox_fb_get_bpp()
543 msg.bpp.tag_hdr.val_len = 0; in bcm2835_mbox_fb_get_bpp()
548 fb->bpp = msg.bpp.body.resp.bpp; in bcm2835_mbox_fb_get_bpp()
572 msg.depth.body.req.bpp = fb->bpp; in bcm2835_mbox_fb_init()
H A Dbcm2835_fb.c159 fb.bpp = FB_DEPTH; in bcm_fb_attach()
169 sc->depth = fb.bpp; in bcm_fb_attach()
182 fb.vxres, fb.vyres, fb.xoffset, fb.yoffset, fb.bpp); in bcm_fb_attach()
756 int size, int bpp, int bit_ltor, int byte_ltor) in bcmfb_putp() argument
/f-stack/freebsd/arm/freescale/imx/
H A Dimx51_ipuv3.c105 int bpp; member
250 va_sc->depth = va_sc->bpp * 8; in ipu3_fb_init()
528 sc->bpp = 2; in ipu3fb_configure()
529 sc->stride = sc->width * sc->bpp; in ipu3fb_configure()
815 int col, row, bpp; in ipu3fb_putc() local
822 bpp = sc->bpp; in ipu3fb_putc()
831 + bpp * (col + sc->xmargin); in ipu3fb_putc()
833 if (bpp == 2) { in ipu3fb_putc()
836 } else if (bpp == 3) { in ipu3fb_putc()
850 for (b = 0; b < bpp; b ++) in ipu3fb_putc()
[all …]
/f-stack/freebsd/arm/nvidia/drm2/
H A Dtegra_fb.c121 u_int bpp, size; in tegra_fb_probe() local
139 bpp = (sizes->surface_bpp + 7) / 8; in tegra_fb_probe()
145 mode_cmd.pitches[0] = roundup(sizes->surface_width * bpp, in tegra_fb_probe()
274 int width, height, size, bpp; in tegra_drm_fb_create() local
297 bpp = drm_format_plane_cpp(cmd->pixel_format, i); in tegra_drm_fb_create()
299 width * bpp + cmd->offsets[i]; in tegra_drm_fb_create()
H A Dtegra_dc.c357 uint32_t h_offset, v_offset, h_size, v_size, bpp; in dc_setup_window() local
372 bpp = win->is_yuv_planar ? 1 : 2; in dc_setup_window()
374 bpp = (win->bits_per_pixel + 7) / 8; in dc_setup_window()
377 h_size = win->src_w * bpp; in dc_setup_window()
380 h_size = win->src_h * bpp; in dc_setup_window()
384 h_offset = win->src_x * bpp; in dc_setup_window()
387 h_offset += win->src_w * bpp - 1; in dc_setup_window()
417 bpp, h_size, v_size, h_offset, v_offset); in dc_setup_window()
H A Dtegra_bo.c269 args->pitch= (args->width * args->bpp + 7) / 8; in tegra_bo_dumb_create()
/f-stack/freebsd/sys/
H A Dbuf.h534 #define bread(vp, blkno, size, cred, bpp) \ argument
536 NULL, bpp)
537 #define bread_gb(vp, blkno, size, cred, gbflags, bpp) \ argument
539 gbflags, NULL, bpp)
540 #define breadn(vp, blkno, size, rablkno, rabsize, cnt, cred, bpp) \ argument
542 0, NULL, bpp)
563 int slpflag, int slptimeo, int flags, struct buf **bpp);
/f-stack/freebsd/kern/
H A Dvfs_cluster.c104 struct buf **bpp) in cluster_read() argument
136 *bpp = NULL; in cluster_read()
141 *bpp = reqbp = bp; in cluster_read()
339 *bpp = NULL; in cluster_read()
707 struct buf **bpp, **endbp; in cluster_write() local
730 for (bpp = buflist->bs_children; in cluster_write()
731 bpp < endbp; bpp++) in cluster_write()
732 brelse(*bpp); in cluster_write()
743 for (bpp = buflist->bs_children; in cluster_write()
744 bpp <= endbp; bpp++) in cluster_write()
[all …]
/f-stack/freebsd/contrib/device-tree/Bindings/display/tilcdc/
H A Dpanel.txt9 - bpp: Bits per pixel
43 bpp = <16>;
/f-stack/freebsd/arm/ti/am335x/
H A Dam335x_lcd.c506 "bpp", &panel->bpp); in am335x_read_panel_info()
645 dma_size = round_page(sc->sc_panel.panel_width*sc->sc_panel.panel_height*sc->sc_panel.bpp/8); in am335x_lcd_configure()
683 sc->sc_fb_size = sc->sc_panel.panel_width*sc->sc_panel.panel_height*sc->sc_panel.bpp/8; in am335x_lcd_configure()
789 if (sc->sc_panel.bpp >= 24) in am335x_lcd_configure()
791 if (sc->sc_panel.bpp == 32) in am335x_lcd_configure()
818 sc->sc_fb_info.fb_bpp = sc->sc_fb_info.fb_depth = sc->sc_panel.bpp; in am335x_lcd_configure()
819 sc->sc_fb_info.fb_stride = sc->sc_panel.panel_width*sc->sc_panel.bpp / 8; in am335x_lcd_configure()
989 sc->sc_panel.bpp = 16; in am335x_lcd_attach()
H A Dam335x_lcd.h50 uint32_t bpp; member
H A Dam335x_lcd_syscons.c664 int size, int bpp, int bit_ltor, int byte_ltor) in am335x_syscons_putp() argument
761 va_sc->depth = panel->bpp; in am335x_lcd_syscons_setup()
762 va_sc->stride = panel->bpp*panel->panel_width/8; in am335x_lcd_syscons_setup()
/f-stack/freebsd/contrib/openzfs/include/sys/
H A Ddsl_pool.h163 void dsl_free(dsl_pool_t *dp, uint64_t txg, const blkptr_t *bpp);
165 const blkptr_t *bpp);
/f-stack/freebsd/contrib/device-tree/Bindings/media/i2c/
H A Dtda1997x.txt76 * The 8bpp YUV422 semi-planar mode outputs CbCr[11:4]
118 * The 8bpp YUV422 semi-planar mode outputs CbCr[11:4]
160 * The 8bpp BT656 mode outputs YCbCr[11:4] across 8bits over
/f-stack/freebsd/contrib/device-tree/Bindings/display/
H A Dsm501fb.txt15 <xres>x<yres>[-<bpp>][@<refresh>]
H A Darm,pl11x.txt80 max-memory-bandwidth = <94371840>; /* Bps, 1024x768@60 16bpp */
/f-stack/freebsd/contrib/device-tree/Bindings/display/msm/
H A Dmdp4.txt42 used for LCDC. This is only valid for 18bpp panels.
/f-stack/freebsd/contrib/device-tree/src/arm/
H A Dimx6q-gw54xx.dts66 * The 8bpp YUV422 semi-planar mode outputs CbCr[11:4]
H A Dam335x-sbc-t335.dts26 bpp = <32>;
H A Dintegratorap-im-pd1.dts244 /* 640x480 16bpp @ 25.175MHz is 36827428 bytes/s */
H A Dvexpress-v2p-ca9.dts93 /* 1024x768 16bpp @65MHz */
H A Dintegratorcp.dts294 /* 640x480 16bpp @ 25.175MHz is 36827428 bytes/s */
/f-stack/freebsd/contrib/openzfs/module/zfs/
H A Ddbuf.c2854 dmu_buf_impl_t **parentp, blkptr_t **bpp) in dbuf_findbp() argument
2857 *bpp = NULL; in dbuf_findbp()
2865 *bpp = DN_SPILL_BLKPTR(dn->dn_phys); in dbuf_findbp()
2867 *bpp = NULL; in dbuf_findbp()
2922 *bpp = ((blkptr_t *)(*parentp)->db.db_data) + in dbuf_findbp()
2925 ASSERT(BP_IS_HOLE(*bpp)); in dbuf_findbp()
2937 *bpp = &dn->dn_phys->dn_blkptr[blkid]; in dbuf_findbp()
3279 blkptr_t *bpp = db->db_buf->b_data; in dbuf_prefetch_impl() local
3280 bp = bpp[P2PHASE(curblkid, 1 << epbs)]; in dbuf_prefetch_impl()

12