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

/xsrc/external/mit/xf86-video-savage/dist/src/
H A Dsavage_streams.c151 /*unsigned long jDelta;*/
163 unsigned long jDelta = pScrn->displayWidth; local in function:SavageInitStreamsOld
165 OUTREG( PSTREAM_STRIDE_REG, jDelta );
166 OUTREG( PSTREAM_FBSIZE_REG, jDelta * pScrn->virtualY >> 3 );
170 /*jDelta = pScrn->displayWidth * (pScrn->bitsPerPixel + 7) / 8;*/
187 /*OUTREG( PSTREAM_STRIDE_REG, jDelta );*/
189 /*OUTREG( PSTREAM_FBSIZE_REG, jDelta * pScrn->virtualY >> 3 );*/
218 /*unsigned long jDelta;*/
246 unsigned long jDelta = pScrn->displayWidth; local in function:SavageInitStreamsNew
247 OUTREG( PRI_STREAM_BUFFERSIZE, jDelta * pScr
349 unsigned long jDelta = pScrn->displayWidth; local in function:SavageInitStreams2000
[all...]
H A Dsavage_vbe.c416 int jDelta = 99; local in function:SavageMatchBiosMode
431 else if( iabs(pmt->RefreshRate[j] - refresh) < jDelta )
433 jDelta = iabs(pmt->RefreshRate[j] - refresh);

Completed in 3 milliseconds