Searched refs:xres_new (Results 1 – 1 of 1) sorted by relevance
523 int xres_new; in matroxfb_pitch_adjust() local538 xres_new = *width; in matroxfb_pitch_adjust()540 xres_new = matroxfb_test_and_set_rounding(PMINFO xres, bpp); in matroxfb_pitch_adjust()542 if (!xres_new) return 0; in matroxfb_pitch_adjust()543 if (xres != xres_new) { in matroxfb_pitch_adjust()544 printk(KERN_INFO "matroxfb: cannot set xres to %d, rounded up to %d\n", xres, xres_new); in matroxfb_pitch_adjust()546 return xres_new; in matroxfb_pitch_adjust()