Home
last modified time | relevance | path

Searched refs:xf86FbBpp (Results 1 – 4 of 4) sorted by relevance

/OK3568_Linux_fs/external/xserver/hw/xfree86/common/
H A Dxf86Globals.c188 int xf86FbBpp = -1; variable
H A Dxf86Priv.h68 extern _X_EXPORT int xf86FbBpp;
H A Dxf86Helper.c372 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()
H A Dxf86Init.c1153 xf86FbBpp = bpp; in ddxProcessArgument()