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

/drivers/video/
H A Dsgivwfb.c414 int xpmax, ypmax; // Monitor resolution local
419 xpmax = currentTiming->width;
430 wholeTilesX = xpmax / maxPixelsPerTileX;
431 if (wholeTilesX * maxPixelsPerTileX < xpmax)
H A Dgbefb.c658 int xpmax, ypmax; /* Monitor resolution */ local
666 xpmax = par->timing.width;
799 height_pix = xpmax * ypmax / maxPixelsPerTileX;

Completed in 87 milliseconds