Re: [Intel-gfx] Patch for crashing intel server

2013-11-03 Thread Bas Wijnen
Hi Chris, I got a black screen while using your patch. /sys/kernel/debug/dri/0/i915_gem_objects contents are shown below. The first time is while the video is running; the second after stopping it. AFAICS, there is no difference between them. However, after starting a new video, there is a

Re: [Intel-gfx] Patch for crashing intel server

2013-10-24 Thread Bas Wijnen
On Wed, Oct 23, 2013 at 09:28:28AM +0100, Chris Wilson wrote: No worries, if you can run addr2line -e /usr/lib/xorg/modules/drivers/intel_drv.so -i 0xfcd79 0xf8215 that should give me the information needed to pinpoint the crash. $ addr2line -e /usr/lib/xorg/modules/drivers/intel_drv.so -i

Re: [Intel-gfx] Patch for crashing intel server

2013-10-16 Thread Bas Wijnen
On Tue, Oct 15, 2013 at 09:25:41AM +0100, Chris Wilson wrote: This does indeed stop the server from crashing, but actually makes the problem worse: it used to play video for a few minutes and then crash when trying. With my patch it would play video for a few minutes and then present

Re: [Intel-gfx] Patch for crashing intel server

2013-10-14 Thread Bas Wijnen
On Sun, Oct 13, 2013 at 10:43:49AM +0100, Chris Wilson wrote: My X server was crashing when playing video, and I wrote a patch to fix it. Please find the background and the patch at http://bugs.debian.org/724944 . Ok, I can see the allocation failure that leads to the crash:

Re: [Intel-gfx] Bug#724944: Patch

2013-10-12 Thread Bas Wijnen
On Fri, Oct 11, 2013 at 08:53:03PM +0200, Julien Cristau wrote: Thanks. Can you please send this upstream to intel-gfx@lists.freedesktop.org? Done. (I didn't subscribe to the list; not sure if that was required. My mail wasn't bounced, so I suppose it worked.) By the way, I just noticed that

Re: [Intel-gfx] Patch for crashing intel server

2013-10-12 Thread Bas Wijnen
On Sat, Oct 12, 2013 at 09:46:14PM +0100, Chris Wilson wrote: On Fri, Oct 11, 2013 at 09:24:54PM +0200, Bas Wijnen wrote: Hello, My X server was crashing when playing video, and I wrote a patch to fix it. Please find the background and the patch at http://bugs.debian.org/724944