Re: [Nouveau] [PATCH] drm/nouveau/agp: add a quirk list to limit agp modes

2013-10-27 Thread Ilia Mirkin
On Sun, Oct 27, 2013 at 11:01 PM, Robert Hancock wrote: > On 10/27/2013 09:54 AM, Ilia Mirkin wrote: >> >> Certain combinations of hardware can't actually support the maximum >> detected speed. Add a quirk list that lists pairs of hostbridge/chip pci >> ids and the mode that they should work with.

Re: [Nouveau] [PATCH] drm/nouveau/agp: add a quirk list to limit agp modes

2013-10-27 Thread Robert Hancock
On 10/27/2013 09:54 AM, Ilia Mirkin wrote: Certain combinations of hardware can't actually support the maximum detected speed. Add a quirk list that lists pairs of hostbridge/chip pci ids and the mode that they should work with. See https://bugs.freedesktop.org/show_bug.cgi?id=20341 It seems l

[Nouveau] [Bug 70931] Xv causes player segfaults when 4K is decoded

2013-10-27 Thread bugzilla-daemon
https://bugs.freedesktop.org/show_bug.cgi?id=70931 --- Comment #1 from Nikoli --- Created attachment 88195 --> https://bugs.freedesktop.org/attachment.cgi?id=88195&action=edit sample.mkv Added sample. -- You are receiving this mail because: You are the assignee for the bug. _

[Nouveau] [Bug 70927] nv50_instobj_wr32 kernel panic

2013-10-27 Thread bugzilla-daemon
https://bugs.freedesktop.org/show_bug.cgi?id=70927 --- Comment #2 from Ilia Mirkin --- >From the code in the trace, looks like node->mem is somehow null. Can you supply a full dmesg? -- You are receiving this mail because: You are the assignee for the bug. __

[Nouveau] [Bug 70931] New: Xv causes player segfaults when 4K is decoded

2013-10-27 Thread bugzilla-daemon
https://bugs.freedesktop.org/show_bug.cgi?id=70931 Priority: medium Bug ID: 70931 Assignee: nouveau@lists.freedesktop.org Summary: Xv causes player segfaults when 4K is decoded QA Contact: xorg-t...@lists.x.org Severity: normal Class

[Nouveau] [Bug 70927] nv50_instobj_wr32 kernel panic

2013-10-27 Thread bugzilla-daemon
https://bugs.freedesktop.org/show_bug.cgi?id=70927 --- Comment #1 from Antonio Vázquez Blanco --- Created attachment 88193 --> https://bugs.freedesktop.org/attachment.cgi?id=88193&action=edit Kernel log vw Updated log. Previous was not ok. -- You are receiving this mail because: You are the

[Nouveau] [Bug 70927] New: nv50_instobj_wr32 kernel panic

2013-10-27 Thread bugzilla-daemon
https://bugs.freedesktop.org/show_bug.cgi?id=70927 Priority: medium Bug ID: 70927 Assignee: nouveau@lists.freedesktop.org Summary: nv50_instobj_wr32 kernel panic Severity: normal Classification: Unclassified OS: Linux (All)

[Nouveau] [Bug 43939] [NV96] monitor connected via HDMI->DVI adapter is blank / standby (9500GS)

2013-10-27 Thread bugzilla-daemon
https://bugs.freedesktop.org/show_bug.cgi?id=43939 --- Comment #17 from shade --- I was thinking about adding a bug, but i found this. Looks like i could have a small clue or it is just in my case. I have standard HDMI cable, and my screen is black after grub, but monitor have signal all the tim

[Nouveau] [Bug 38687] Wrong resolution on LCD TV's

2013-10-27 Thread bugzilla-daemon
https://bugs.freedesktop.org/show_bug.cgi?id=38687 Damian changed: What|Removed |Added Assignee|nouveau@lists.freedesktop.o |xorg-driver-...@lists.x.org |

[Nouveau] [Bug 38687] Wrong resolution on LCD TV's

2013-10-27 Thread bugzilla-daemon
https://bugs.freedesktop.org/show_bug.cgi?id=38687 Damian changed: What|Removed |Added Status|RESOLVED|REOPENED Resolution|INVALID

[Nouveau] [PATCH] drm/nouveau/agp: add a quirk list to limit agp modes

2013-10-27 Thread Ilia Mirkin
Certain combinations of hardware can't actually support the maximum detected speed. Add a quirk list that lists pairs of hostbridge/chip pci ids and the mode that they should work with. See https://bugs.freedesktop.org/show_bug.cgi?id=20341 Reported-by: Jason Detring Signed-off-by: Ilia Mirkin