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

/xsrc/external/mit/xf86-video-savage/dist/src/
H A Dsavage_vbe.c393 SavageModeEntryPtr pmt; local in function:SavageMatchBiosMode
409 for( i = 0, pmt = psav->ModeTable->Modes;
411 i++, pmt++ )
413 if( (pmt->Width == width) &&
414 (pmt->Height == height) )
420 chosenVesaMode = pmt->VesaMode;
423 for( j = 0; j < pmt->RefreshCount; j++ )
425 if( pmt->RefreshRate[j] == refresh )
431 else if( iabs(pmt->RefreshRate[j] - refresh) < jDelta )
433 jDelta = iabs(pmt
[all...]
H A Dsavage_driver.c2095 SavageModeEntryPtr pmt; local in function:SavagePreInit
2102 i = 0, pmt = psav->ModeTable->Modes;
2104 i++, pmt++ )
2108 pmt->VesaMode, pmt->Width, pmt->Height );
2109 for( j = 0; j < pmt->RefreshCount; j++ )
2111 ErrorF( ", %dHz", pmt->RefreshRate[j] );

Completed in 7 milliseconds