From: Christian König Date: Wed, 27 Aug 2014 13:22:01 +0000 (+0200) Subject: drm/radeon: drop doing resets in a work item X-Git-Tag: fixes-against-v3.18-rc2~73^2~75^2 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=3c0363891c0fa5d17b683b758bff0d81fa6a9775;p=pandora-kernel.git drm/radeon: drop doing resets in a work item Blocking completely innocent processes with a GPU reset is a pretty bad idea. Just set needs_reset and let the next command submission or fence wait do the job. Signed-off-by: Christian König Reviewed-by: Maarten Lankhorst Signed-off-by: Alex Deucher --- Reading git-diff-tree failed