Re: [Intel-gfx] [PATCH] drm/i915: dvo_ch7xxx: fix vsync polarity setting

2013-07-25 Thread Daniel Vetter
On Thu, Jul 25, 2013 at 02:45:05PM +0100, Chris Wilson wrote: > On Thu, Jul 25, 2013 at 04:22:31PM +0300, Imre Deak wrote: > > This fixes a typo which set the wrong vsync and possibly also hsync > > polarity for any modes with positive vsync polarity. > > Note that this typo exists in the very fir

Re: [Intel-gfx] [PATCH] drm/i915: dvo_ch7xxx: fix vsync polarity setting

2013-07-25 Thread Chris Wilson
On Thu, Jul 25, 2013 at 04:22:31PM +0300, Imre Deak wrote: > This fixes a typo which set the wrong vsync and possibly also hsync > polarity for any modes with positive vsync polarity. Note that this typo exists in the very first import of KMS: commit 79e539453b34e35f39299a899d263b0a1f1670bd Author

[Intel-gfx] [PATCH] drm/i915: dvo_ch7xxx: fix vsync polarity setting

2013-07-25 Thread Imre Deak
This fixes a typo which set the wrong vsync and possibly also hsync polarity for any modes with positive vsync polarity. Signed-off-by: Imre Deak --- drivers/gpu/drm/i915/dvo_ch7xxx.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/drivers/gpu/drm/i915/dvo_ch7xxx.c b/drivers