[Bug 60439] Suspend/resume broken for cayman since kernel >=3.7.0 (maybe rc too)
bugzilla-daemon at freedesktop.org
bugzilla-daemon at freedesktop.org
Tue Feb 19 07:42:15 PST 2013
https://bugs.freedesktop.org/show_bug.cgi?id=60439
--- Comment #5 from Harald Judt <h.judt at gmx.at> ---
I did bisect between ddffeb8c4d0331..6f0c0580b7, skipping only "23d4f1f -
drm/radeon: update comments to clarify VM setup (v2)" which is a trivial step
IMO. The offending commit is this:
commit 90a51a329258e3c868f6f4c1fb264ca01c590c57
Author: Christian König <deathsimple at vodafone.de>
Date: Tue Oct 9 13:31:17 2012 +0200
drm/radeon: allocate page tables on demand v4
Based on Dmitries work, but splitting the code into page
directory and page table handling makes it far more
readable and (hopefully) more reliable.
Allocations of page tables are made from the SA on demand,
that should still work fine since all page tables are of
the same size.
Also using the fact that allocations from the SA are mostly
continuously (except for end of buffer wraps and under very
high memory pressure) to group updates send to the chipset
specific code into larger chunks.
v3: mostly a rewrite of Dmitries previous patch.
v4: fix some typos and coding style
Signed-off-by: Dmitry Cherkasov <Dmitrii.Cherkasov at amd.com>
Signed-off-by: Christian König <deathsimple at vodafone.de>
Tested-by: Michel Dänzer <michel.daenzer at amd.com>
Reviewed-by: Alex Deucher <alexander.deucher at amd.com>
Signed-off-by: Alex Deucher <alexander.deucher at amd.com>
Trying to revert this commit for 3.7-rc2 using git revert failed.
--
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/20130219/91b4b5d1/attachment-0001.html>
More information about the dri-devel
mailing list