Re: [Nouveau] nouveau graphical corruption in 3.13.2

2014-02-22 Thread Daniel J Blueman
On 23 February 2014 11:48, Ilia Mirkin wrote: > On Sat, Feb 22, 2014 at 10:45 PM, Daniel J Blueman wrote: >> On 9 February 2014 02:57, Ilia Mirkin wrote: >>> On Sat, Feb 8, 2014 at 10:38 AM, Daniel J Blueman wrote: >>>> Interestingly, there was graphica

Re: [Nouveau] nouveau graphical corruption in 3.13.2

2014-02-22 Thread Daniel J Blueman
On 9 February 2014 02:57, Ilia Mirkin wrote: > On Sat, Feb 8, 2014 at 10:38 AM, Daniel J Blueman wrote: >> Interestingly, there was graphical failure booting 3.6.11, even >> nvidia-current fails to initialise, but these two issues could be due >> to running the Xorg stac

Re: [Nouveau] nouveau graphical corruption in 3.13.2

2014-02-08 Thread Daniel J Blueman
On 8 February 2014 16:33, Ilia Mirkin wrote: > On Sat, Feb 8, 2014 at 2:58 AM, Daniel J Blueman wrote: >> Hi guys, >> >> With a GeForce 320M GPU running linux 3.13.2 and Xorg 1.15.0, I'm >> seeing significant graphical corruption and later unrecoverable GPU >&g

[Nouveau] nouveau graphical corruption in 3.13.2

2014-02-07 Thread Daniel J Blueman
ing I can do to help diagnose this? Many thanks, Daniel --- [1] http://quora.org/nouveau-dmesg.txt http://quora.org/nouveau-Xorg.0.log -- Daniel J Blueman ___ Nouveau mailing list Nouveau@lists.freedesktop.org http://lists.freedesktop.org/mailman/lis

[Nouveau] 3.12 nvidia switcheroo regression

2013-12-01 Thread Daniel J Blueman
*/ 86 static inline void __list_del(struct list_head * prev, struct list_head * next) 87 { 88 next->prev = prev; 89 prev->next = next; 90 } Thanks, Daniel -- Daniel J Blueman ___ Nouveau mailing list Nouveau@lists.freedesktop.org http://lists.freedes

[Nouveau] 3.8-rc6: nouveau lockdep recursive lock acquisition

2013-02-03 Thread Daniel J Blueman
AUXCH(1): begin idle timeout 0x nouveau E[ I2C][:01:00.0] AUXCH(3): begin idle timeout 0x nouveau E[ I2C][:01:00.0] AUXCH(2): begin idle timeout 0x -- Daniel J Blueman ___ Nouveau mailing list Nouveau@lists.freedesktop.

Re: [Nouveau] 3.8-rc2: EFI framebuffer lock inversion...

2013-01-03 Thread Daniel J Blueman
On 3 January 2013 21:11, Alan Cox wrote: > On Thu, 3 Jan 2013 20:56:30 +0800 > Daniel J Blueman wrote: > >> On 3.8-rc2 with lockdep enabled and dual-GPU setup (Macbook Pro >> Retina), I see two releated lock inversion issues with the EFI >> framebuffer, leading to poss

[Nouveau] 3.8-rc2: EFI framebuffer lock inversion...

2013-01-03 Thread Daniel J Blueman
TX and on for RX nouveau E[ I2C][:01:00.0] AUXCH(3): begin idle timeout 0x nouveau E[ I2C][:01:00.0] AUXCH(2): begin idle timeout 0x nouveau E[ I2C][:01:00.0] AUXCH(1): begin idle timeout 0xffff -- Daniel J Blueman

[Nouveau] nouveau v3.8-rc1: evo_wait crash

2013-01-01 Thread Daniel J Blueman
30 c1 e8 02 48 8d 14 85 00 00 00 00 41 01 c4 41 81 fc f7 03 00 00 77 0d 48 8b 43 18 48 01 d0 5b 41 5c 5d c3 90 48 8b 53 18 31 f6 04 82 00 00 00 20 31 d2 48 8b 3b 48 8b 07 48 8b 40 08 ff 50 RIP [] evo_wait+0x46/0xa0 [nouveau] RSP CR2: ffff8803647

[Nouveau] [PATCH] drm/nouveau: prevent log mangling

2012-11-23 Thread Daniel J Blueman
On 3.7-rc6, add missing newline to to prevent the following kernel log line getting appended to the current one after switching the integrated GPU and suspending the discrete GPU. Signed-off-by: Daniel J Blueman --- drivers/gpu/drm/nouveau/core/subdev/i2c/aux.c |2 +- 1 file changed, 1

Re: [Nouveau] Linux 3.7 Nouveau msi module parameter

2012-11-11 Thread Daniel J Blueman
for perhaps these purposes, just there is no mechanism in linux to test and fall back to legacy interrupts if there are platform issues. Thanks, Daniel -- Daniel J Blueman ___ Nouveau mailing list Nouveau@lists.freedesktop.org http://lists.freedesktop.org/mailman/listinfo/nouveau

[Nouveau] [PATCH] nouveau: Fix crash after D3

2012-11-06 Thread Daniel J Blueman
-crash.txt Xorg.log is at: http://quora.org/2012/nouveau/Xorg.0.log-crash.txt Kernel log after fix is at: http://quora.org/2012/nouveau/dmesg-fix.txt Signed-off-by: Daniel J Blueman --- drivers/gpu/drm/nouveau/core/core/object.c | 10 +++--- 1 file changed, 7 insertions(+), 3 deletions

[Nouveau] [PATCH] Fix nouveau hang after switcheroo

2012-11-01 Thread Daniel J Blueman
blank+0x49/0x80 [drm_kms_helper] [] fb_blank+0x56/0xc0 [] do_fb_ioctl+0x59b/0x5f0 [] ? vma_interval_tree_insert+0x83/0x90 [] fb_ioctl+0x45/0x50 [] do_vfs_ioctl+0x8a/0x340 [] sys_ioctl+0x91/0xb0 Signed-off-by: Daniel J Blueman --- drivers/gpu/drm/nouveau/nvd0_display.c |4 1 file ch

Re: [Nouveau] Nouveau soft lockup after switcheroo'd...

2012-10-29 Thread Daniel J Blueman
On 25 October 2012 02:07, Marcin Slusarz wrote: > On Wed, Oct 24, 2012 at 01:54:43PM +0800, Daniel J Blueman wrote: >> On 13 October 2012 15:12, Daniel J Blueman wrote: [...] >> echo IGD >/sys/kernel/debug/vgaswitcheroo/switch >> echo OFF >/sys/kernel/debug/vgaswitche

Re: [Nouveau] Nouveau soft lockup after switcheroo'd...

2012-10-23 Thread Daniel J Blueman
On 13 October 2012 15:12, Daniel J Blueman wrote: > On my Macbook Retina, when switching to the integrated GPU, we see a > ioread32 issued to the discrete GPU, which hangs as it is in D3 [1] > (drm.debug is set to 14 here). > > Full kernel 3.6.2 boot logs with drm.debug=5

[Nouveau] hang after switcheroo'd...

2012-10-13 Thread Daniel J Blueman
ff ff 03 00 48 89 e5 77 2b 48 81 -- Daniel J Blueman ___ Nouveau mailing list Nouveau@lists.freedesktop.org http://lists.freedesktop.org/mailman/listinfo/nouveau

[Nouveau] 3.6-rc3 DP I2C timeout after switcherood...

2012-08-26 Thread Daniel J Blueman
80MHz voltage 630mV [drm] nouveau :01:00.0: c: [drm] nouveau :01:00.0: allocated 1024x768 fb: 0xe, bo 88026308c000 fb1: nouveaufb frame buffer device [drm] Initialized nouveau 1.0.0 20120316 for :01:00.0 on minor 1 -- Daniel J Blueman

[Nouveau] nouveau Macbook EDID fix upstreaming...

2012-08-17 Thread Daniel J Blueman
evice } } + if (!bios->execute) + nouveau_gpio_reset(dev); + return ret; } [2] https://bugs.freedesktop.org/show_bug.cgi?id=51971 -- Daniel J Blueman ___ Nouveau mailing list Nouveau@lists.freedesktop.