Re: [Intel-gfx] interference on display, Intel 945GM, 32bit system, kernel next

2015-07-31 Thread Krzysztof Kolasa
On 22.07.2015 10:27, Daniel Vetter wrote: > On Tue, Jul 21, 2015 at 08:07:47PM +0200, Krzysztof Kolasa wrote: >> On 21.07.2015 16:03, Daniel Vetter wrote: >>> On Tue, Jul 21, 2015 at 02:48:21PM +0200, Krzysztof Kolasa wrote: >>>> On 21.07.2015 11:43, Chris Wilson wro

Re: [Intel-gfx] interference on display, Intel 945GM, 32bit system, kernel next

2015-07-22 Thread Krzysztof Kolasa
On 22.07.2015 10:27, Daniel Vetter wrote: > On Tue, Jul 21, 2015 at 08:07:47PM +0200, Krzysztof Kolasa wrote: >> On 21.07.2015 16:03, Daniel Vetter wrote: >>> On Tue, Jul 21, 2015 at 02:48:21PM +0200, Krzysztof Kolasa wrote: >>>> On 21.07.2015 11:43, Chris Wilson wro

Re: [Intel-gfx] interference on display, Intel 945GM, 32bit system, kernel next

2015-07-21 Thread Krzysztof Kolasa
On 21.07.2015 16:03, Daniel Vetter wrote: > On Tue, Jul 21, 2015 at 02:48:21PM +0200, Krzysztof Kolasa wrote: >> On 21.07.2015 11:43, Chris Wilson wrote: >>> On Tue, Jul 21, 2015 at 11:07:20AM +0200, Daniel Vetter wrote: >>>> On Tue, Jul 21, 2015 at 10:58:50AM

Re: [Intel-gfx] interference on display, Intel 945GM, 32bit system, kernel next

2015-07-21 Thread Krzysztof Kolasa
On 21.07.2015 11:43, Chris Wilson wrote: > On Tue, Jul 21, 2015 at 11:07:20AM +0200, Daniel Vetter wrote: >> On Tue, Jul 21, 2015 at 10:58:50AM +0200, Krzysztof Kolasa wrote: >>> On 21.07.2015 10:41, Daniel Vetter wrote: >>>> I meant whether you can reset the bad co

Re: [Intel-gfx] interference on display, Intel 945GM, 32bit system, kernel next

2015-07-21 Thread Krzysztof Kolasa
On 21.07.2015 10:41, Daniel Vetter wrote: > I meant whether you can reset the bad commit and it's immediate parent > extensively to make sure the bisect is really correct. gpu's occasionally > take a while to hang themselves, so could be that the bisect was > mislead somewhere. Again I will bisec

[Intel-gfx] interference on display, Intel 945GM, 32bit system, kernel next

2015-07-19 Thread Krzysztof Kolasa
Photo laptop screen: https://drive.google.com/open?id=0B1LAMAFWTdeweTJycjFoZkNSVmM bisected first bad commit: [0875546c5318c85c13d07014af5350e9000bc9e9] drm/i915: Fix up the vma aliasing ppgtt binding crash dump /sys/class/drm/card0/error : GPU HANG: ecode 3:0:0x0063ffe6, in Xorg [1221], reaso

Re: [Intel-gfx] commit 440fd52 drm/mm: Support 4GiB and larger ranges oops on 32bit kernel

2015-03-15 Thread Krzysztof Kolasa
Problem solved and tested: [PATCH] drm/mm: Fix support 4 GiB and larger ranges bad argument if(tmp)... in check_free_hole fix oops: kernel BUG at drivers/gpu/drm/drm_mm.c:305! Signed-off-by: Krzysztof Kolasa --- drivers/gpu/drm/drm_mm.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion

[Intel-gfx] kernel BUG at drivers/gpu/drm/drm_mm.c:305!

2015-03-10 Thread Krzysztof Kolasa
System ( 32bit, Intel 945GM ) hangs after some short time, oops: [ cut here ] kernel BUG at drivers/gpu/drm/drm_mm.c:305! invalid opcode: [#1] SMP Modules linked in: arc4 md4 cfg80211 8192cu(O) pci_stub vboxpci(O) vboxnetadp(O) vboxnetflt(O) vboxdrv(O) snd_hda_codec_

Re: [Intel-gfx] [drm:intel_pipe_config_compare] *ERROR* mismatch in adjusted_mode.crtc_clock (expected 108000, found 0)

2013-11-19 Thread Krzysztof Kolasa
On 19.11.2013 11:22, Daniel Vetter wrote: On Tue, Nov 19, 2013 at 10:42 AM, Krzysztof Kolasa wrote: Ok dmesg ready and is attached to email. Should be fixed in latest drm-intel-fixes from http://cgit.freedesktop.org/~danvet/drm-intel/ The patches are for 3.13 but will get backported as soon

Re: [Intel-gfx] [PATCH] drm/i915: Initialize obj->pages before use by i915_gem_object_do_bit17_swizzle()

2012-10-20 Thread Krzysztof Kolasa
drm/i915: Replace the array of pages with a scatterlist Reported-by: Krzysztof Kolasa Signed-off-by: Chris Wilson Cc: sta...@vger.kernel.org --- drivers/gpu/drm/i915/i915_gem.c |3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/drivers/gpu/drm/i915/i915_gem.c b/drivers/gpu/