drm/radeon: stop page faults from hanging the system (v2)
authorChristian König <deathsimple@vodafone.de>
Tue, 18 Sep 2012 19:30:44 +0000 (15:30 -0400)
committerAlex Deucher <alexander.deucher@amd.com>
Sat, 8 Dec 2012 00:48:06 +0000 (19:48 -0500)
Redirect invalid memory accesses to the default page
instead of locking up the memory controller. Also
enable the invalid memory access interrupts and
start spamming system log with it.

v2 (agd5f): fix up against 2 level PT changes

Signed-off-by: Christian König <deathsimple@vodafone.de>
Signed-off-by: Alex Deucher <alexander.deucher@amd.com>
Cc: stable@vger.kernel.org

No differences found