[PATCH] drm/nouveau: fix TTM_PL_TT memtype on pre-nv50

2014-02-15 Thread Ilia Mirkin
Commit a55409066 ("drm/nv50-: map TTM_PL_SYSTEM through a BAR for CPU access") made it possible to work with tiled memory. However mem->mm_node is not a nouveau_mem for AGP-using pre-NV50 cards, but a drm_mm_node, as created by the ttm_bo_manager_func. As such, extend the untiled check to

screen goes blank when loading gma500_gfx (atom D2500)

2014-02-15 Thread Michael Tokarev
10.02.2014 14:44, One Thousand Gnomes wrote: >> fbcon is loaded so it isn't an issue. >> >> I tried 3.10 kernel initially (the above messages are from it), next >> I tried 3.13 kernel too, and that one behaves exactly the same. >> >> As far as I remember, this system never worked with graphics

[Bug 71239] Metro Last Light quits(?) on r600g

2014-02-15 Thread bugzilla-dae...@freedesktop.org
-- An HTML attachment was scrubbed... URL: <http://lists.freedesktop.org/archives/dri-devel/attachments/20140215/988fd14b/attachment.html>

[Bug 74868] r600g: Diablo III Crashes After a few minutes

2014-02-15 Thread bugzilla-dae...@freedesktop.org
L: <http://lists.freedesktop.org/archives/dri-devel/attachments/20140215/c6d45835/attachment.html>

[Bug 70706] Regression in fbconfig

2014-02-15 Thread bugzilla-dae...@freedesktop.org
attachment was scrubbed... URL: <http://lists.freedesktop.org/archives/dri-devel/attachments/20140215/f0f43b79/attachment.html>

[Bug 61941] Random GPU lockups/resets on Mobility Radeon HD 3650 with radeon.dpm=1

2014-02-15 Thread bugzilla-dae...@bugzilla.kernel.org
https://bugzilla.kernel.org/show_bug.cgi?id=61941 --- Comment #20 from Ilya Tumaykin --- (In reply to Ilya Tumaykin from comment #19) Same with 3.13.3. -- You are receiving this mail because: You are watching the assignee of the bug.

[Bug 61941] Random GPU lockups/resets on Mobility Radeon HD 3650 with radeon.dpm=1

2014-02-15 Thread bugzilla-dae...@bugzilla.kernel.org
https://bugzilla.kernel.org/show_bug.cgi?id=61941 --- Comment #19 from Ilya Tumaykin --- Still occurs with 3.13.2 kernel. Ping. -- You are receiving this mail because: You are watching the assignee of the bug.

initial displaylink kms driver + drm hotplug

2014-02-15 Thread jason
this issue. Can you refer someone to us as cousulant base? This is urgent so appreciate your reply ASAP. Jason Hsia ??? iPad ?? -- next part -- An HTML attachment was scrubbed... URL: <http://lists.freedesktop.org/archives/dri-devel/attachments/20140215/856f8

[Bug 65761] HD 7970M Hybrid - hangs and errors and rmmod causes crash

2014-02-15 Thread bugzilla-dae...@bugzilla.kernel.org
https://bugzilla.kernel.org/show_bug.cgi?id=65761 --- Comment #45 from Christoph Haag --- Yes, this is working pretty good, haven't noticed anything bad with it. Even suspending works great, manual vgaswitcheroo was always a bit buggy after waking up, but this is working great. Maybe a minor

[Bug 64891] [snd_hda_codec] BUG: soft lockup - CPU#0 stuck for 22s (when using vgaswitcheroo)

2014-02-15 Thread bugzilla-dae...@bugzilla.kernel.org
https://bugzilla.kernel.org/show_bug.cgi?id=64891 --- Comment #45 from Joaqu?n Aramend?a --- Today I tested mainline kernel with no arguments and I found out that it works out-of-the-box like a charm. So no more issues related with power on/off nvidia card. I'll mark this as fixed. Thanks to

[Nouveau] [RFC PATCH] drm/nouveau: split off nvc0 compilation

2014-02-15 Thread Emil Velikov
On 15/02/14 00:38, Ilia Mirkin wrote: > So... I was wondering what the impact of splitting up the card compilation by > e.g. generation would be. Depending on the split things would get fairly > intertwined, so I thought I'd start small. This just splits NVC0 from > everything else. I figure that

[Bug 72785] bfgminer --scrypt on 7xxx+

2014-02-15 Thread bugzilla-dae...@freedesktop.org
- You are receiving this mail because: You are the assignee for the bug. -- next part -- An HTML attachment was scrubbed... URL: <http://lists.freedesktop.org/archives/dri-devel/attachments/20140215/e773462d/attachment.html>

[Bug 75011] Performance drop since git-6d1cecb with radeonsi

2014-02-15 Thread bugzilla-dae...@freedesktop.org
ttp://lists.freedesktop.org/archives/dri-devel/attachments/20140215/39722354/attachment.html>

[PATCH 1/6] PCI, acpiphp: Use list_for_each_entry() for bus traversal

2014-02-15 Thread Yijing Wang
On 2014/2/15 2:23, Bjorn Helgaas wrote: > On Thu, Feb 13, 2014 at 09:13:58PM +0800, Yijing Wang wrote: >> Replace list_for_each() + pci_bus_b() with the simpler >> list_for_each_entry(). >> >> Signed-off-by: Yijing Wang > > I applied all six of these (please include a 0/6 cover letter in the >

[PATCH 1/6] PCI, acpiphp: Use list_for_each_entry() for bus traversal

2014-02-15 Thread Yijing Wang
>>> Does it conflict with anything currently in linux-next (the linux-next >>> branch >>> of linux-pm.git in particular)? >> >> Hi Rafael, >>I applied this to your linux-next branch successfully . No conflicts >> found. > > Good. :-) > > Please feel free to add my ACK to it. Thanks very