Home | History | Annotate | Download | only in common

Lines Matching refs:fbbpp

348 xf86SetDepthBpp(ScrnInfoPtr scrp, int depth, int dummy, int fbbpp,
418 if (fbbpp > 0 || depth > 0) {
419 if (fbbpp > 0)
420 scrp->bitsPerPixel = fbbpp;
490 "xf86SetDepthBpp: internal error: depth and fbbpp"
505 "Can't find fbbpp for depth 24\n");
542 "Specified fbbpp (%d) is not a permitted value\n",
548 "Specified depth (%d) is greater than the fbbpp (%d)\n",
562 * Find the Display subsection matching the depth/fbbpp and initialise
567 if ((disp->depth == scrp->depth && disp->fbbpp == scrp->bitsPerPixel)
568 || (disp->depth == scrp->depth && disp->fbbpp <= 0)
569 || (disp->fbbpp == scrp->bitsPerPixel && disp->depth <= 0)) {
577 * depth or fbbpp specified.
582 if (disp->depth <= 0 && disp->fbbpp <= 0) {
599 "\t\"%s\" for depth/fbbpp %d/%d\n",
612 scrp->confScreen->displays[i].fbbpp = fbbpp;