commit | d808fc882928bfe3cab87dd960ca28715e461ce4 | [log] [tgz] |
---|---|---|
author | Alex Deucher <alexander.deucher@amd.com> | Thu Feb 28 10:03:08 2013 -0500 |
committer | Alex Deucher <alexander.deucher@amd.com> | Thu Mar 07 12:58:58 2013 -0500 |
tree | 5fefdb74efbb7c4e235a315b8dbc453ed0110f95 | |
parent | e8fc41377f5037ff7a661ea06adc05f1daec1548 [diff] |
drm/radeon: skip MC reset as it's probably not hung The MC is mostly likely busy (e.g., display requests), not hung so no need to reset it. Doing an MC reset is tricky and not particularly reliable. Fixes hangs in certain cases. Reported-by: Josh Boyer <jwboyer@gmail.com> Signed-off-by: Alex Deucher <alexander.deucher@amd.com>