Lines Matching refs:fbbpp
362 xf86SetDepthBpp(ScrnInfoPtr scrp, int depth, int dummy, int fbbpp,
430 if (fbbpp > 0 || depth > 0) {
431 if (fbbpp > 0)
432 scrp->bitsPerPixel = fbbpp;
467 "xf86SetDepthBpp: internal error: depth and fbbpp"
478 "Can't find fbbpp for depth 24\n");
514 "Specified fbbpp (%d) is not a permitted value\n",
520 "Specified depth (%d) is greater than the fbbpp (%d)\n",
526 * Find the Display subsection matching the depth/fbbpp and initialise
531 if ((disp->depth == scrp->depth && disp->fbbpp == scrp->bitsPerPixel)
532 || (disp->depth == scrp->depth && disp->fbbpp <= 0)
533 || (disp->fbbpp == scrp->bitsPerPixel && disp->depth <= 0)) {
541 * depth or fbbpp specified.
546 if (disp->depth <= 0 && disp->fbbpp <= 0) {
563 "\t\"%s\" for depth/fbbpp %d/%d\n",
577 scrp->confScreen->displays[i]->fbbpp = fbbpp;