Home
last modified time | relevance | path

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

/OK3568_Linux_fs/external/xserver/hw/xfree86/common/
H A Dxf86Config.c2192 DisplayModePtr knownmodes = monitorp->Modes; in modeIsPresent() local
2195 while (knownmodes != NULL) { in modeIsPresent()
2196 if (!strcmp(mode->name, knownmodes->name) && in modeIsPresent()
2197 !(knownmodes->type & M_T_DEFAULT)) in modeIsPresent()
2199 knownmodes = knownmodes->next; in modeIsPresent()