Searched refs:xf86FbBpp (Results 1 – 4 of 4) sorted by relevance
188 int xf86FbBpp = -1; variable
68 extern _X_EXPORT int xf86FbBpp;
372 if (xf86FbBpp > 0) { in xf86SetDepthBpp()373 if (xf86FbBpp == 24) /* lol no */ in xf86SetDepthBpp()374 xf86FbBpp = 32; in xf86SetDepthBpp()375 scrp->bitsPerPixel = xf86FbBpp; in xf86SetDepthBpp()384 if (xf86FbBpp < 0 && xf86Depth < 0) { in xf86SetDepthBpp()
1153 xf86FbBpp = bpp; in ddxProcessArgument()