Re: [Intel-gfx] i915_wait_request: BUG_ON(seqno == 0) triggered on IvyBridge

2011-12-19 Thread Baptiste Jonglez
On Mon, Dec 19, 2011 at 02:25:17PM +0800, Wu Fengguang wrote: Hi, I managed to trigger the below BUG_ON when switching modes in an IvyBridge box. i915_wait_request(): BUG_ON(seqno == 0); The call trace is at the bottom of the following dmesg. Any ideas? See commit

Re: [Intel-gfx] Plane support for SNB and IVB

2011-12-19 Thread Konstantin Belousov
In commit 03d00ac53f9bcde06ff7e33d6676083c18d569a4, the printf of the intel_pch enum raw value was added. Would it be cleaner to only print the line if HAS_PCH_SPLIT() is true ? pgpUSxSGvVHcq.pgp Description: PGP signature ___ Intel-gfx mailing list

[Intel-gfx] Mode setting not working with SandyBridge.

2011-12-19 Thread Colin Alie
Hello, I have a HTPC with a Core i3-2120T with an Intel DH67GD motherboard. I'm running Debian Wheezy/Sid. Versions for key software on the system are as follows. - kernel: linux 3.1.0, 3.1.5, 3.2.0-rc6 - 3D driver: mesa 7.11.1 - 2D driver: xserver-xorg-video-intel 2.17.0 - libdrm:

[Intel-gfx] [PATCH] drm/i915/sdvo: always set positive sync polarity

2011-12-19 Thread przanoni
From: Paulo Zanoni paulo.r.zan...@intel.com This is a revert of 81a14b46846fea0741902e8d8dfcc6c6c78154c8. We already set the mode polarity using the SDVO commands with struct intel_sdvo_dtd. We have at least 3 bugs that get fixed with this patch. The documentation, despite not clear, can also be