Home
last modified time | relevance | path

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

/OK3568_Linux_fs/external/xserver/hw/xfree86/common/
H A Dxf86Globals.c189 int xf86Depth = -1; variable
H A Dxf86Priv.h69 extern _X_EXPORT int xf86Depth;
H A Dxf86Helper.c379 if (xf86Depth > 0) { in xf86SetDepthBpp()
380 scrp->depth = xf86Depth; in xf86SetDepthBpp()
384 if (xf86FbBpp < 0 && xf86Depth < 0) { in xf86SetDepthBpp()
1394 return xf86Depth; in xf86GetDepth()
H A Dxf86Init.c1166 xf86Depth = depth; in ddxProcessArgument()