Hi 2011/12/13 Adam Jackson <[email protected]>: > + if (mode->vtotal - mode->vdisplay < 3) > + return MODE_VBLANK_NARROW; > + > + if (mode->vsync_end - mode->vsync_start < 1) > + return MODE_VSYNC_NARROW; > + > + if (mode->htotal - mode->hdisplay < 16) > + return MODE_HBLANK_NARROW; > + > + if (mode->hsync_end - mode->hsync_start < 16)
I believe in this line above it should be 2 instead of 16. > + return MODE_HSYNC_NARROW; > + > return MODE_OK; > } > > -- > 1.7.6.4 > > _______________________________________________ > Intel-gfx mailing list > [email protected] > http://lists.freedesktop.org/mailman/listinfo/intel-gfx -- Paulo Zanoni _______________________________________________ Intel-gfx mailing list [email protected] http://lists.freedesktop.org/mailman/listinfo/intel-gfx
