Home
last modified time | relevance | path

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

/OK3568_Linux_fs/external/xserver/hw/xfree86/common/
H A Dxf86Configure.c628 Bool found_screen; in DoConfigure() local
631 found_screen = xf86CallDriverProbe(drv, TRUE); in DoConfigure()
632 if (found_screen && drv->Identify) { in DoConfigure()