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

/xsrc/external/mit/xf86-video-sis/dist/src/
H A Dinitextx.c384 if(SiS_PlasmaMode[l].VDisplay > 1024) continue;
405 strcpy(current->name, SiS_PlasmaMode[l].name);
411 current->Clock = SiS_PlasmaMode[l].clock;
414 current->HDisplay = SiS_PlasmaMode[l].HDisplay;
415 current->HSyncStart = current->HDisplay + SiS_PlasmaMode[l].HFrontPorch;
416 current->HSyncEnd = current->HSyncStart + SiS_PlasmaMode[l].HSyncWidth;
417 current->HTotal = SiS_PlasmaMode[l].HTotal;
419 current->VDisplay = SiS_PlasmaMode[l].VDisplay;
420 current->VSyncStart = current->VDisplay + SiS_PlasmaMode[l].VFrontPorch;
421 current->VSyncEnd = current->VSyncStart + SiS_PlasmaMode[
[all...]
H A Dinitextx.h138 static const struct SiS_PlasmaModes SiS_PlasmaMode[] = { variable in typeref:typename:const struct SiS_PlasmaModes[]

Completed in 3 milliseconds