Searched refs:VESAModeIndices (Results 1 - 2 of 2) sorted by relevance

/xsrc/external/mit/xf86-video-sis/dist/src/
H A Dsis_driver.h39 static const UShort VESAModeIndices[] = { variable in typeref:typename:const UShort[]
H A Dsis_driver.c13586 while(VESAModeIndices[j] != 9999) {
13587 if( (mode->HDisplay == VESAModeIndices[j]) &&
13588 (mode->VDisplay == VESAModeIndices[j+1]) ) {
13589 ModeNumber = VESAModeIndices[j + 2 + i];

Completed in 16 milliseconds