[Intel-gfx] [PATCH] drm/i915/sdvo: Enforce more timing requirements
Paulo Zanoni
przanoni at gmail.com
Tue Dec 13 17:09:28 CET 2011
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;
> }
>
> --
> 1.7.6.4
>
> _______________________________________________
> Intel-gfx mailing list
> Intel-gfx at lists.freedesktop.org
> http://lists.freedesktop.org/mailman/listinfo/intel-gfx
--
Paulo Zanoni
More information about the Intel-gfx
mailing list