[PATCH] drm/i915/sdvo: Enforce more timing requirements

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

 



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


[Index of Archives]     [Linux USB Devel]     [Linux Audio Users]     [Yosemite News]     [Linux Kernel]     [Linux SCSI]
  Powered by Linux