commit | 3c0363891c0fa5d17b683b758bff0d81fa6a9775 | [log] [tgz] |
---|---|---|
author | Christian König <christian.koenig@amd.com> | Wed Aug 27 15:22:01 2014 +0200 |
committer | Alex Deucher <alexander.deucher@amd.com> | Wed Aug 27 17:42:13 2014 -0400 |
tree | 337fd0eafeee1d0fcab6f3181ee28b7d2b7eb7c0 | |
parent | d6d5c5b8364bcc4d52cddc68bcb0a330d2af20f3 [diff] |
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 <christian.koenig@amd.com> Reviewed-by: Maarten Lankhorst <maarten.lankhorst@canonical.com> Signed-off-by: Alex Deucher <alexander.deucher@amd.com>