On Tue, Dec 13, 2011 at 02:09:28PM -0200, Paulo Zanoni wrote: > Hi > > 2011/12/13 Adam Jackson <ajax at redhat.com>: > > + ? ? ? 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; > > ?} Anything up with this patch or is this one for the bitbucket in the binary heavens? -Daniel -- Daniel Vetter Mail: daniel at ffwll.ch Mobile: +41 (0)79 365 57 48