Home
last modified time | relevance | path

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

/OK3568_Linux_fs/external/xserver/hw/xfree86/exa/
H A Dexamodule.c133 const char *heuristicName; in exaDDXDriverInit() local
135 heuristicName = xf86GetOptValString(pScreenPriv->options, in exaDDXDriverInit()
137 if (heuristicName != NULL) { in exaDDXDriverInit()
138 if (strcmp(heuristicName, "greedy") == 0) in exaDDXDriverInit()
140 else if (strcmp(heuristicName, "always") == 0) in exaDDXDriverInit()
142 else if (strcmp(heuristicName, "smart") == 0) in exaDDXDriverInit()
147 heuristicName); in exaDDXDriverInit()