Re: [Intel-gfx] [PATCH] [v2] drm/i915/vma: Correct use after free in eviction

2013-08-18 Thread Ben Widawsky
On Sun, Aug 18, 2013 at 07:26:57PM +0200, Daniel Vetter wrote: > On Fri, Aug 16, 2013 at 11:31:12PM +0100, Chris Wilson wrote: > > On Fri, Aug 16, 2013 at 01:29:33PM -0700, Ben Widawsky wrote: > > > The vma will [possibly] be destroyed during unbind in eviction. > > > Immediately after this, we try

Re: [Intel-gfx] [PATCH] drm/i915: make IVB FDI training match spec v2

2013-08-18 Thread Daniel Vetter
On Mon, Apr 08, 2013 at 05:50:07PM -0300, Paulo Zanoni wrote: > Hi > > 2013/3/28 Jesse Barnes : > > The existing code was trying different vswing and preemphasis settings > > in the wrong place, and wasn't trying them enough. So add a loop to > > walk through them, properly disabling FDI TX and R

Re: [Intel-gfx] [PATCH] [v2] drm/i915/vma: Correct use after free in eviction

2013-08-18 Thread Daniel Vetter
On Fri, Aug 16, 2013 at 11:31:12PM +0100, Chris Wilson wrote: > On Fri, Aug 16, 2013 at 01:29:33PM -0700, Ben Widawsky wrote: > > The vma will [possibly] be destroyed during unbind in eviction. > > Immediately after this, we try to delete the list entry. > > > > Chris and Ville did the debug on th

[Intel-gfx] I915 DRI_PRIME Bug Resend

2013-08-18 Thread Tobias Klausmann
Hello there, while testing my "Optimus" Notebook i saw a stack trace in my logs, maybe someone is interested! I can easily reproduce this any time. It happens when offloading a GL app, here Unigine Heaven 3.0 to the nvidia card. To be more exactly: When starting Unigine the window stays black.

[Intel-gfx] I915 DRI_PRIME Bug

2013-08-18 Thread Tobias Klausmann
Hello there, while testing my "Optimus" Notebook i saw a stack trace in my logs, maybe someone is interested! I can easily reproduce this any time. It happens when offloading a GL app, here Unigine Heaven 3.0 to the nvidia card. To be more exactly: When starting Unigine the window stays black.

Re: [Intel-gfx] I915 DRI_PRIME Bug

2013-08-18 Thread Daniel Vetter
On Sat, Aug 17, 2013 at 9:46 PM, Tobias Klausmann wrote: > Hello there, > while testing my "Optimus" Notebook i saw a stack trace in my logs, maybe > someone is interested! > I can easily reproduce this any time. It happens when offloading a GL app, > here Unigine Heaven 3.0 to the nvidia card. To