Lines Matching defs:bpp
319 /* then try exact match of bpp and colors */
329 /* match with bpp if user has not filled color fields
636 /* 12bpp is stored in 16 bits */
1128 * palette if one is available. For now we support only 16bpp and thus store
1775 "bpp\n");
1998 struct omap_video_timings *timings, u8 *bpp)
2008 *bpp = 24;
2012 *bpp = 24;
2020 *bpp = 0;
2078 *bpp = 16;
2083 *bpp = 24;
2101 u8 bpp;
2105 r = omapfb_mode_to_timings(mode_str, display, &timings, &bpp);
2110 d->bpp_override = bpp;