Searched refs:bpp (Results 126 - 150 of 467) sorted by last modified time

1234567891011>>

/linux-master/arch/arm/mach-sa1100/
H A Dh3600.c94 .pixclock = 174757, .bpp = 16,
/linux-master/arch/arm/mach-pxa/
H A Dspitz.c62 /* LCD - 16bpp Active TFT */
719 .bpp = 16,
731 .bpp = 16,
/linux-master/arch/x86/kernel/
H A De820.c293 struct change_member * const *app = a, * const *bpp = b; local
294 const struct change_member *ap = *app, *bp = *bpp;
/linux-master/drivers/gpu/drm/vmwgfx/
H A Dvmwgfx_bo.c676 int cpp = DIV_ROUND_UP(args->bpp, 8);
/linux-master/drivers/gpu/drm/gma500/
H A Dpsb_drv.h515 u32 bpp; member in struct:drm_psb_private
531 int bpp; member in struct:drm_psb_private::__anon16
/linux-master/fs/jfs/
H A Djfs_logmgr.c177 static int lbmRead(struct jfs_log * log, int pn, struct lbuf ** bpp);
1962 static int lbmRead(struct jfs_log * log, int pn, struct lbuf ** bpp) argument
1970 *bpp = bp = lbmAllocate(log, pn);
/linux-master/fs/xfs/
H A Dxfs_trans.h175 struct xfs_buf **bpp);
184 struct xfs_buf **bpp)
187 return xfs_trans_get_buf_map(tp, target, &map, 1, flags, bpp);
195 struct xfs_buf **bpp,
206 struct xfs_buf **bpp,
211 flags, bpp, ops);
178 xfs_trans_get_buf( struct xfs_trans *tp, struct xfs_buftarg *target, xfs_daddr_t blkno, int numblks, xfs_buf_flags_t flags, struct xfs_buf **bpp) argument
199 xfs_trans_read_buf( struct xfs_mount *mp, struct xfs_trans *tp, struct xfs_buftarg *target, xfs_daddr_t blkno, int numblks, xfs_buf_flags_t flags, struct xfs_buf **bpp, const struct xfs_buf_ops *ops) argument
/linux-master/fs/xfs/libxfs/
H A Dxfs_sb.h33 struct xfs_buf **bpp);
36 struct xfs_buf **bpp);
/linux-master/drivers/video/fbdev/
H A Dvt8623fb.c383 u32 bpp = info->var.bits_per_pixel; local
385 if (bpp != 0) {
387 info->fix.line_length = (info->var.xres_virtual * bpp) / 8;
392 /* in 4bpp supports 8p wide tiles only, any tiles otherwise */
393 if (bpp == 4) {
401 offset_value = (info->var.xres_virtual * bpp) / 64;
402 fetch_value = ((info->var.xres * bpp) / 128) + 4;
404 if (bpp == 4)
H A Dtgafb.c1058 We can avoid a lot of needless computation in this case. In the 8bpp
1155 /* The (almost) general case of backward copy in 8bpp mode. */
1269 unsigned long line_length, bpp; local
1295 bpp = info->var.bits_per_pixel;
1298 if (!(line_length & 63) && width * (bpp >> 3) == line_length) {
1299 if (bpp == 8)
1306 register works in 32bpp mode. Since I don't have hardware to test,
1308 else if (bpp == 32)
H A Ds3fb.c558 /* 32bpp mode is not supported on VIRGE VX,
559 24bpp is not supported on others */
609 u32 bpp = info->var.bits_per_pixel; local
612 if (bpp != 0) {
614 info->fix.line_length = (info->var.xres_virtual * bpp) / 8;
619 /* in 4bpp supports 8p wide tiles only, any tiles otherwise */
620 if (bpp == 4) {
628 offset_value = (info->var.xres_virtual * bpp) / 64;
746 dbytes = info->var.xres * ((bpp+7)/8);
H A Darkfb.c614 u32 bpp = info->var.bits_per_pixel; local
617 if (bpp != 0) {
619 info->fix.line_length = (info->var.xres_virtual * bpp) / 8;
624 /* in 4bpp supports 8p wide tiles only, any tiles otherwise */
625 if (bpp == 4) {
633 offset_value = (info->var.xres_virtual * bpp) / 64;
735 vga_wseq(par->state.vgabase, 0x11, 0x16); /* 8bpp accel mode */
751 vga_wseq(par->state.vgabase, 0x11, 0x1A); /* 16bpp accel mode */
758 vga_wseq(par->state.vgabase, 0x11, 0x1A); /* 16bpp accel mode */
765 vga_wseq(par->state.vgabase, 0x11, 0x16); /* 8bpp acce
[all...]
/linux-master/drivers/video/fbdev/via/
H A Daccel.c13 static int viafb_set_bpp(void __iomem *engine, u8 bpp) argument
20 switch (bpp) {
31 printk(KERN_WARNING "viafb_set_bpp: Unsupported bpp %d\n", bpp);
/linux-master/drivers/usb/gadget/function/
H A Duvc_video.c779 video->bpp = 16;
/linux-master/drivers/staging/fbtft/
H A Dfbtft-core.c514 unsigned int bpp = display->bpp; local
532 if (!bpp)
533 bpp = 16;
576 vmem_size = display->width * display->height * bpp / 8;
617 info->fix.line_length = width * bpp / 8;
627 info->var.bits_per_pixel = bpp;
670 if ((!txbuflen) && (bpp > 8))
1114 pdata->display.bpp = fbtft_property_value(dev, "bpp");
[all...]
/linux-master/include/media/
H A Dv4l2-common.h482 * @bpp: Array of per-plane bytes per pixel
494 u8 bpp[4]; member in struct:v4l2_format_info
/linux-master/drivers/staging/media/starfive/camss/
H A Dstf-capture.c23 .bpp = 16,
30 .bpp = 16,
37 .bpp = 16,
44 .bpp = 16,
54 .bpp = 8,
/linux-master/drivers/staging/media/atomisp/pci/
H A Dia_css_acc_types.h170 u16 bpp; member in struct:ia_css_binary_uds_info
/linux-master/drivers/media/platform/st/stm32/
H A Dstm32-dcmi.c104 u8 bpp; member in struct:dcmi_format
1031 pix->bytesperline = pix->width * sd_fmt->bpp;
1550 .bpp = 2,
1554 .bpp = 2,
1558 .bpp = 2,
1562 .bpp = 2,
1566 .bpp = 2,
1570 .bpp = 2,
1574 .bpp = 1,
1578 .bpp
[all...]
/linux-master/drivers/media/platform/rockchip/rkisp1/
H A Drkisp1-capture.c1238 stride = clamp(DIV_ROUND_UP(plane_y->bytesperline, info->bpp[0]),
1243 plane_y->bytesperline = stride * info->bpp[0];
1251 info->bpp[i];
1330 cap->stride = pixm->plane_fmt[0].bytesperline / cap->pix.info->bpp[0];
/linux-master/drivers/media/platform/renesas/rzg2l-cru/
H A Drzg2l-video.c781 .bpp[0] = 2,
805 return pix->width * fmt->bpp[0];
H A Drzg2l-ip.c14 unsigned int bpp; member in struct:rzg2l_cru_ip_format
18 { .code = MEDIA_BUS_FMT_UYVY8_1X16, .datatype = 0x1e, .bpp = 16 },
H A Drzg2l-csi2.c187 unsigned int bpp; member in struct:rzg2l_csi2_format
191 { .code = MEDIA_BUS_FMT_UYVY8_1X16, .datatype = 0x1e, .bpp = 16 },
262 mbps = v4l2_ctrl_g_ctrl_int64(ctrl) * format->bpp;
/linux-master/drivers/media/platform/renesas/
H A Drcar-csi2.c516 unsigned int bpp; member in struct:rcar_csi2_format
523 .bpp = 24,
527 .bpp = 16,
531 .bpp = 16,
535 .bpp = 16,
539 .bpp = 20,
543 .bpp = 10,
547 .bpp = 8,
551 .bpp = 8,
555 .bpp
729 rcsi2_calc_mbps(struct rcar_csi2 *priv, unsigned int bpp, unsigned int lanes) argument
[all...]
/linux-master/drivers/media/platform/nuvoton/
H A Dnpcm-video.c143 unsigned int bpp; /* bytes per pixel */ member in struct:npcm_fmt
149 .bpp = 2,
153 .bpp = 2,
707 return fmt->bpp;

Completed in 308 milliseconds

1234567891011>>