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

/xsrc/external/mit/xf86-video-mga/dist/src/
H A Dmga_driver.c3564 int Base, tmp, count, last_vcount; local in function:MGAAdjustFrame
3594 last_vcount = INREG(MGAREG_VCOUNT);
3595 count = last_vcount + 2;
3599 if (vcount < last_vcount) break;
3600 last_vcount = vcount;

Completed in 18 milliseconds