Searched refs:bpp (Results 201 - 225 of 462) sorted by relevance

1234567891011>>

/linux-master/drivers/media/platform/qcom/camss/
H A Dcamss-vfe.c37 u8 bpp; member in struct:vfe_format
142 return formats[i].bpp;
146 return formats[0].bpp;
555 u8 bpp; local
562 bpp = vfe_get_bpp(l->formats,
565 tmp = pixel_clock[j] * bpp / 64;
636 u8 bpp; local
643 bpp = vfe_get_bpp(l->formats,
646 tmp = pixel_clock[j] * bpp / 64;
H A Dcamss-csid.h74 u8 bpp; member in struct:csid_format
/linux-master/drivers/gpu/drm/exynos/
H A Dexynos_drm_g2d.c603 unsigned long bpp; local
608 bpp = 4;
615 bpp = 2;
618 bpp = 3;
621 bpp = 1;
625 return bpp;
634 unsigned long bpp, last_pos; local
658 bpp = g2d_get_buf_bpp(buf_desc->format);
663 (unsigned long)buf_desc->right_x * bpp - 1;
/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/drivers/gpu/drm/sun4i/
H A Dsun8i_ui_layer.c198 int bpp; local
208 bpp = fb->format->cpp[0];
212 dma_addr += (state->src.x1 >> 16) * bpp;
/linux-master/fs/nfs/
H A Ddns_resolve.c141 char **bpp, int *blen)
145 qword_add(bpp, blen, key->hostname);
146 (*bpp)[-1] = '\n';
139 nfs_dns_request(struct cache_detail *cd, struct cache_head *ch, char **bpp, int *blen) argument
/linux-master/drivers/video/fbdev/nvidia/
H A Dnvidia.c75 static int bpp = 8; variable
177 if (((par->Chipset & 0xffff) == 0x0328) && (state->bpp == 32)) {
1126 switch (bpp) {
1128 bpp = 8;
1131 bpp = 16;
1134 bpp = 32;
1143 nvidiafb_default_var.bits_per_pixel = bpp;
1150 specs->modedb_len, &modedb, bpp);
1155 specs->modedb, specs->modedb_len, &modedb, bpp);
1503 } else if (!strncmp(this_opt, "bpp
[all...]
/linux-master/drivers/gpu/drm/i915/display/
H A Dintel_dp.c376 * The required data bandwidth for a mode with given pixel clock and bpp. This
383 intel_dp_link_required(int pixel_clock, int bpp) argument
385 /* pixel_clock is in kHz, divide bpp by 8 for bit to Byte conversion */
386 return DIV_ROUND_UP(pixel_clock * bpp, 8);
734 * lane DP link, with 2 DSC slices and 8 bpp color depth).
750 u32 intel_dp_dsc_nearest_valid_bpp(struct drm_i915_private *i915, u32 bpp, u32 pipe_bpp) argument
752 u32 bits_per_pixel = bpp;
755 /* Error out if the max bpp is less than smallest allowed valid bpp */
762 /* From XE_LPD onwards we support from bpc upto uncompressed bpp
1051 intel_dp_output_bpp(enum intel_output_format output_format, int bpp) argument
1160 int bpp = intel_dp_mode_min_output_bpp(connector, mode); local
1489 int bpp, bpc; local
1533 int bpp = 3 * intel_dp->compliance.test_data.bpc; local
1594 int bpp, i, lane_count, clock = intel_dp_mode_clock(pipe_config, conn_state); local
2397 int bpp = crtc_state->dsc.compression_enable ? local
[all...]
/linux-master/drivers/video/fbdev/omap/
H A Domapfb.h61 int bpp; /* Pixel format in fb mem */ member in struct:lcd_panel
/linux-master/drivers/gpu/drm/vboxvideo/
H A Dvboxvideo.h333 * The data consists of 1 bpp AND mask followed by 32 bpp XOR (color)
345 * The AND mask is 1 bpp bitmap with byte aligned scanlines. Size of AND
409 u32 bpp; /* Which has never been used... */ member in struct:vbva_modehint
/linux-master/drivers/media/platform/ti/omap3isp/
H A Dispvideo.h41 * @bpp: Bytes per pixel (when stored in memory)
50 unsigned int bpp; member in struct:isp_format_info
/linux-master/drivers/staging/media/omap4iss/
H A Diss_video.h37 * @bpp: Bits per pixel
45 unsigned int bpp; member in struct:iss_format_info
/linux-master/drivers/gpu/drm/kmb/
H A Dkmb_plane.c257 u32 bpp = 0; local
265 bpp += 8 * format->cpp[0];
267 switch (bpp) {
282 DRM_DEBUG("bpp=%d val=0x%x\n", bpp, val);
H A Dkmb_dsi.h274 u8 bpp; member in struct:mipi_tx_frame_section_cfg
283 u32 bpp; member in struct:mipi_tx_frame_timing_cfg
/linux-master/drivers/gpu/drm/renesas/rcar-du/
H A Drcar_du_plane.c350 pitch = fb->pitches[0] * 8 / state->format->bpp;
364 * operation with 32bpp formats.
367 (interlaced && state->format->bpp == 32) ?
372 * for 32bpp formats, according to the R8A7790 datasheet. No mention of
385 (!interlaced && state->format->bpp == 32 ? 2 : 1));
396 (state->format->bpp == 16 ? 2 : 1) / 2);
410 * The PnALPHAR register controls alpha-blending in 16bpp formats
/linux-master/drivers/media/platform/renesas/rcar-vin/
H A Drcar-vin.h100 * @bpp: Bytes per pixel
104 u8 bpp; member in struct:rvin_video_format
/linux-master/drivers/gpu/drm/
H A Ddrm_fourcc.c35 * @bpp: bits per pixels
38 * Computes a drm fourcc pixel format code for the given @bpp/@depth values.
41 uint32_t drm_mode_legacy_fb_format(uint32_t bpp, uint32_t depth) argument
45 switch (bpp) {
111 * @bpp: bits per pixels
114 * Computes a drm fourcc pixel format code for the given @bpp/@depth values.
120 uint32_t bpp, uint32_t depth)
122 uint32_t fmt = drm_mode_legacy_fb_format(bpp, depth);
119 drm_driver_legacy_fb_format(struct drm_device *dev, uint32_t bpp, uint32_t depth) argument
/linux-master/fs/xfs/
H A Dxfs_dquot.h207 int xfs_qm_dqflush(struct xfs_dquot *dqp, struct xfs_buf **bpp);
/linux-master/drivers/media/platform/st/stm32/stm32-dcmipp/
H A Ddcmipp-byteproc.c41 unsigned int bpp; member in struct:dcmipp_byteproc_pix_map
47 .bpp = byteperpixel, \
410 /* find output format bpp */
451 (((crop->left * vpix->bpp) / 4) <<
456 (((crop->width * vpix->bpp) / 4) <<
/linux-master/drivers/media/platform/cadence/
H A Dcdns-csi2tx.c82 u32 bpp; member in struct:csi2tx_fmt
124 .bpp = 2,
129 .bpp = 3,
366 writel(CSI2TX_DT_FORMAT_BYTES_PER_LINE(mfmt->width * fmt->bpp) |
/linux-master/drivers/usb/gadget/function/
H A Duvc.h95 u8 bpp; member in struct:uvc_video
/linux-master/drivers/video/fbdev/
H A Dvt8500lcdfb.c42 int reg_bpp = 5; /* 16bpp */
277 u32 bpp; local
346 ret = of_property_read_u32(pdev->dev.of_node, "bits-per-pixel", &bpp);
351 fb_mem_len = of_mode.xres * of_mode.yres * 2 * (bpp / 8);
400 fbi->fb.var.bits_per_pixel = bpp;
H A Dimsttfb.c122 PIXFMT = 0x0a, /* () Pixel Format [bpp >> 3 + 2] */
562 set_imstt_regvals_ibm (struct imstt_par *par, u_int bpp) argument
565 __u8 pformat = (bpp >> 3) + 2;
582 set_imstt_regvals_tvp (struct imstt_par *par, u_int bpp) argument
588 switch (bpp) {
654 set_imstt_regvals (struct fb_info *info, u_int bpp) argument
661 set_imstt_regvals_ibm(par, bpp);
663 set_imstt_regvals_tvp(par, bpp);
672 * 8bpp 0 0
673 * 16bpp
881 u_int bpp = info->var.bits_per_pixel; local
[all...]
/linux-master/drivers/gpu/drm/bridge/cadence/
H A Dcdns-mhdp8546-core.c1569 u32 bpp; local
1577 bpp = fmt->bpc * 3;
1580 bpp = fmt->bpc * 2;
1583 bpp = fmt->bpc * 3 / 2;
1586 bpp = fmt->bpc * 3;
1589 return bpp;
1597 u32 max_bw, req_bw, bpp; local
1600 * mode->clock is expressed in kHz. Multiplying by bpp and dividing by 8
1606 bpp = cdns_mhdp_get_bpp(&mhdp->display_fmt);
1607 req_bw = mode->clock * bpp /
1779 u32 bpp, bpc, pxlfmt, framer; local
1948 u32 bpp; local
[all...]
/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...]

Completed in 1687 milliseconds

1234567891011>>