Lines Matching defs:bpp
42 * - 1bpp mode is completely untested
50 * #define FALLBACK_TO_1BPP to fall back to 1 bpp, or
1192 int bpp, xres, yres;
1239 /* default to 8 bpp on most graphic chips */
1240 bpp = 8;
1274 bpp = 32;
1287 bpp = bpp_pref;
1289 bpp = 32;
1291 bpp = 8;
1302 "- now trying 1bpp mode instead\n",
1304 bpp = 1; /* default to 1 bpp */
1320 fix->line_length = (fb->sti->glob_cfg->total_x * bpp) / 8;
1330 switch (bpp) {
1356 var->bits_per_pixel = bpp;
1369 scnprintf(modestr, sizeof(modestr), "%dx%d-%d", xres, yres, bpp);
1370 fb_find_mode(&info->var, info, modestr, NULL, 0, NULL, bpp);
1508 if (strncmp(options, "bpp", 3) == 0) {