Lines Matching defs:bpp
55 unsigned char bpp;
391 var->bits_per_pixel = imxfb_mode->bpp;
747 u32 bpp;
760 ret = of_property_read_u32(np, "bits-per-pixel", &bpp);
764 dev_err(dev, "Failed to read bpp and pcr from DT\n");
768 if (bpp < 1 || bpp > 255) {
773 imxfb_mode->bpp = bpp;
949 * be the same as m->bpp/8 */
951 bytes_per_pixel = (m->bpp + 7) / 8;
1017 * For modes > 8bpp, the color map is bypassed.