[Intel-gfx] [QA] Testing report for `drm-intel-testing` (was: Updated -next) on ww21

2013-05-26 Thread Shui, YangweiX
Summary We finished a new round of kernel testing. Generally, in this circle, 4 new bugs are filed, 21 bugs are still opened, 3 WONTFIX bugs,1 NOTOURBUG bugs, 7 Duplicated bugs, 5 bugs are closed. Test Environment Source RPM : kernel-3.9.0rc5_drminteltesting_61d400_20130521+-2.src.rpm Build

Re: [Intel-gfx] [PATCH 4/5] drm/i915: detect hang using per ring hangcheck_score

2013-05-26 Thread Ben Widawsky
On Mon, May 13, 2013 at 04:32:12PM +0300, Mika Kuoppala wrote: > Keep track of ring seqno progress and if there are no > progress detected, declare hang. Use actual head (acthd) > to distinguish between ring stuck and batchbuffer looping > situation. Stuck ring will be kicked to trigger progress. >

Re: [Intel-gfx] [PATCH 27/34] drm/i915: Create a global list of vms

2013-05-26 Thread Ben Widawsky
On Sat, May 25, 2013 at 12:27:01PM -0700, Ben Widawsky wrote: > After we plumb our code to support multiple address spaces (VMs), there > are a few situations where we want to be able to traverse the list of > all address spaces in the system. Cases like eviction, or error state > collection are ob

[Intel-gfx] [PATCH] drm/i915: Drop some no longer required mode/adjusted_mode parameters

2013-05-26 Thread Daniel Vetter
We can get at this easily through intel_crtc->config now. v2: Drop more stuff gcc spotted. v3: Drop even more stuff gcc spotted. Signed-off-by: Daniel Vetter --- drivers/gpu/drm/i915/intel_display.c | 22 -- 1 file changed, 8 insertions(+), 14 deletions(-) diff --git a/dri

Re: [Intel-gfx] [PATCH 05/34] drm/i915: Call context fini at cleanup

2013-05-26 Thread Daniel Vetter
On Sat, May 25, 2013 at 12:26:39PM -0700, Ben Widawsky wrote: > If contexts were actually initialized, and we fail somewhere later during > init this would possibly leak memory, and lead to some error messages > about unclean takedown. As the odds of this occurring, and someone > actually caring/no