[Nouveau] [PATCH] drm/nvc0/fb: fix crash when different mutex is used to protect same list

2013-01-09 Thread Aleksi Torhamo
Fixes regression introduced in commit 861d2107 "drm/nouveau/fb: merge fb/vram and port to subdev interfaces" nv50_fb_vram_{new,del} functions were changed to use nouveau_subdev->mutex instead of the old nouveau_mm->mutex. nvc0_fb_vram_new still uses the nouveau_mm->mutex, but nvc0 doesn't have its

[Nouveau] [Bug 58984] DRM NOUVEAU: probe of 0001:01:00.0 failed with error -12

2013-01-09 Thread bugzilla-daemon
https://bugs.freedesktop.org/show_bug.cgi?id=58984 --- Comment #9 from Patrick Baggett --- I added some printk()s starting from nouveau_drm_load(), and nouveau_display_create() is returning -12. -- You are receiving this mail because: You are the assignee for the bug. __

[Nouveau] [Bug 58316] fedora 17 kernel 3.7.0-1.PAE failed plymouth and enable msi error

2013-01-09 Thread bugzilla-daemon
https://bugs.freedesktop.org/show_bug.cgi?id=58316 --- Comment #5 from javier sanz --- kernel 3.7.1 shows the message , two or three times .. why? but it boots why kernel 3.6.11 i can see nouveau using msi interrupts and with 3.7.1 io-apic? -- You are receiving this mail because: You are the

[Nouveau] [Bug 59168] [nvc3/Quadro2000M] graphic garbage/corruption/noise on resume

2013-01-09 Thread bugzilla-daemon
https://bugs.freedesktop.org/show_bug.cgi?id=59168 --- Comment #1 from michael.weira...@gmail.com --- Created attachment 72726 --> https://bugs.freedesktop.org/attachment.cgi?id=72726&action=edit gdm 3.8.0-rc2 resume garbage/noise nvc3 -- You are receiving this mail because: You are the assig

[Nouveau] [Bug 59168] New: [nvc3/Quadro2000M] graphic garbage/corruption/noise on resume

2013-01-09 Thread bugzilla-daemon
https://bugs.freedesktop.org/show_bug.cgi?id=59168 Priority: medium Bug ID: 59168 Assignee: nouveau@lists.freedesktop.org Summary: [nvc3/Quadro2000M] graphic garbage/corruption/noise on resume QA Contact: xorg-t...@lists.x.org

[Nouveau] [Bug 58735] GeForce 680, currently driver works on two, but not three monitors

2013-01-09 Thread bugzilla-daemon
https://bugs.freedesktop.org/show_bug.cgi?id=58735 Aleksi Torhamo changed: What|Removed |Added Status|NEW |RESOLVED Resolution|---

Re: [Nouveau] [PATCH] drm/nv50/fb: Fix nullptr-deref on IGPs

2013-01-09 Thread Roy Spliet
I reckon that's because COMP_TAGS_MAX returns the highest possible value, and zero's a tag too? Op 09-01-13 06:46, Emil Velikov schreef: On 09/01/13 02:40, Roy Spliet wrote: When COMP_MAX_TAG == 0, the tags mm was uninitialised. Fixed by initialising with zero length. v2: Fix style error Si