[Intel-gfx] [PATCH] drm/i915: VCS is not the last ring

2012-04-03 Thread Ben Widawsky
I made a mistake, please forgive me. Bugzilla: https://bugs.freedesktop.org/show_bug.cgi?id=48254 Signed-off-by: Ben Widawsky --- drivers/gpu/drm/i915/i915_debugfs.c |2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/drivers/gpu/drm/i915/i915_debugfs.c b/drivers/gpu/drm/i915

[Intel-gfx] [PATCH 2/2] tests: wedged + error_state read test

2012-04-03 Thread Ben Widawsky
A bit quirky because wedged doesn't like being written to by normal users Signed-off-by: Ben Widawsky --- tests/Makefile.am |3 ++- tests/ZZ_check_error_state |9 + 2 files changed, 11 insertions(+), 1 deletion(-) create mode 100755 tests/ZZ_check_error_state diff --gi

[Intel-gfx] [PATCH 1/2] tests: use common code for scripts

2012-04-03 Thread Ben Widawsky
This removes cut and pasted code and uses a more central source. Signed-off-by: Ben Widawsky --- tests/ZZ_hangman | 22 +- tests/check_drm_clients | 27 +-- tests/debugfs_emon_crash | 21 + tests/debugfs_reader |

[Intel-gfx] [PATCH 0/3]: test case + fix for debugfs regression

2012-04-03 Thread Ben Widawsky
I'm having some weirdness with my machine right now. Sending these out mostly for Daniel. Hopefully they are not too crap like the original patch. In other words, these are mostly untested. I'll try again tomorrow if something blows up. ___ Intel-gfx mai

Re: [Intel-gfx] [PATCH] drm/i915: Add a dual link lvds quirk for MacBook Pro 8, 2

2012-04-03 Thread Daniel Vetter
On Sun, Apr 01, 2012 at 03:08:36PM +0100, Chris Wilson wrote: > On Sun, 1 Apr 2012 13:38:50 +0200, Daniel Vetter > wrote: > > When booting with EFI, Apple botched this one up. > > > > v2: Switch the quirk dmesg output to DRM_INFO. > > v3: Actually git add the new things ... > > > > Tested-by:

Re: [Intel-gfx] [PATCH] drm/i915: dump the DMA fetch addr register on pre-gen6

2012-04-03 Thread Daniel Vetter
On Tue, Apr 03, 2012 at 03:53:55PM +0100, Chris Wilson wrote: > On Mon, 2 Apr 2012 21:41:45 +0200, Daniel Vetter > wrote: > > It exists way back to gen2, bug got moved around on gen4 a bit. > > > > Signed-Off-by: Daniel Vetter > Reviewed-by: Chris Wilson > > Maybe one day I'll find it useful

[Intel-gfx] (no subject)

2012-04-03 Thread Muhammad Jamil
http://www.signsandsites.com/wp-content/themes/duotone/nav21.php Muhammad Jamil Sumintar 4/3/2012 11:25:11 AM___ Intel-gfx mailing list Intel-gfx@lists.freedesktop.org http://lists.freedesktop.org/mailman/listinfo/intel-gfx

Re: [Intel-gfx] [PATCH] drm/i915: Finish any pending operations on the framebuffer before disabling

2012-04-03 Thread Eugeni Dodonov
On Tue, Apr 3, 2012 at 13:58, Chris Wilson wrote: > + /* Flush any pending WAITs before we disable the pipe. Note that > +* we need to drop the struct_mutex in order to acquire it again > +* during the lowlevel dpms routines around a couple of the > +* operations. It

[Intel-gfx] [PATCH] drm/i915: Finish any pending operations on the framebuffer before disabling

2012-04-03 Thread Chris Wilson
Similar to the case where we are changing from one framebuffer to another, we need to be sure that there are no pending WAIT_FOR_EVENTs on the pipe for the current framebuffer before switching. If we disable the pipe, and then try to execute a WAIT_FOR_EVENT it will block indefinitely and cause a G

[Intel-gfx] [pull] drm-intel-fixes for 3.4

2012-04-03 Thread Daniel Vetter
Hi Dave, A few patches for 3.4, major part is 3 regression fixes: - ppgtt broke hibernate on snb/ivb. Somehow our QA claims that it still works, which is why this has not been caught earlier. - ppgtt flails in combination with dmar. I kinda expected this one :( - fence handling bugfix for gen2/3

Re: [Intel-gfx] [PATCH] drm/i915: dump the DMA fetch addr register on pre-gen6

2012-04-03 Thread Chris Wilson
On Mon, 2 Apr 2012 21:41:45 +0200, Daniel Vetter wrote: > It exists way back to gen2, bug got moved around on gen4 a bit. > > Signed-Off-by: Daniel Vetter Reviewed-by: Chris Wilson Maybe one day I'll find it useful in a bug report... -Chris -- Chris Wilson, Intel Open Source Technology Cen

[Intel-gfx] (no subject)

2012-04-03 Thread Muhammad Jamil
W0rking fr0m h0me Ieads t0 sh0cking m0ney resuIts! http://jadehurtz.com/coffeemoney.php?apohgoto=64 Tue, 3 Apr 2012 13:42:09 __ " So Tom took his goods out himself, and soughtemployers for Bert who did not know of this strain of poetry inhis nature" (c) britin wynton _

Re: [Intel-gfx] [PATCH 3.3-rc3] drm/i915: Fixes distorted external screen image on HP 2730p

2012-04-03 Thread Daniel Vetter
On Tue, Apr 3, 2012 at 10:48, Daniel Vetter wrote: > On Mon, Feb 13, 2012 at 09:38:33AM +0100, Daniel Vetter wrote: >> On Sun, Feb 12, 2012 at 11:10:32AM +0100, p...@haerkules.de wrote: >> > From: Philipp Grete >> > >> > Fixes LP: #796030 by removing forced pipe A on HP 2730p. >> > Quirk has prev

Re: [Intel-gfx] [PATCH 3.3-rc3] drm/i915: Fixes distorted external screen image on HP 2730p

2012-04-03 Thread Daniel Vetter
On Mon, Feb 13, 2012 at 09:38:33AM +0100, Daniel Vetter wrote: > On Sun, Feb 12, 2012 at 11:10:32AM +0100, p...@haerkules.de wrote: > > From: Philipp Grete > > > > Fixes LP: #796030 by removing forced pipe A on HP 2730p. > > Quirk has previously been introduced to fix a sleep mode problem that do

Re: [Intel-gfx] [PATCH] drm/i915: don't leak struct_mutex lock on ppgtt init failures

2012-04-03 Thread Chris Wilson
On Mon, 2 Apr 2012 23:33:03 +0200, Daniel Vetter wrote: > Reported-by: Konstantin Belousov > Signed-Off-by: Daniel Vetter Never twice wrong? Reviewed-by: Chris Wilson -Chris -- Chris Wilson, Intel Open Source Technology Centre ___ Intel-gfx maili