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
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.
>
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
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
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