From: Michel Dänzer Date: Thu, 5 Jan 2012 17:42:17 +0000 (+0100) Subject: radeon: Fix disabling PCI bus mastering on big endian hosts. X-Git-Tag: v3.2.2~111 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=27bdee9ac306dbc12036706cbf767a27cb34ca7d;p=pandora-kernel.git radeon: Fix disabling PCI bus mastering on big endian hosts. commit 3df96909b75835d487a9178761622b0cbd7310d4 upstream. It would previously write basically random bits to PCI configuration space... Not very surprising that the GPU tended to stop responding completely. The resulting MCE even froze the whole machine sometimes. Now resetting the GPU after a lockup has at least a fighting chance of succeeding. Signed-off-by: Michel Dänzer Reviewed-by: Alex Deucher Signed-off-by: Dave Airlie Signed-off-by: Greg Kroah-Hartman --- Reading git-diff-tree failed