Lines Matching defs:bpp
372 var->bits_per_pixel = imxfb_mode->bpp;
721 u32 bpp;
734 ret = of_property_read_u32(np, "bits-per-pixel", &bpp);
738 dev_err(dev, "Failed to read bpp and pcr from DT\n");
742 if (bpp < 1 || bpp > 255) {
747 imxfb_mode->bpp = bpp;
937 * be the same as m->bpp/8 */
939 bytes_per_pixel = (m->bpp + 7) / 8;
1020 * For modes > 8bpp, the color map is bypassed.