drm/radeon/kms: fix evergreen asic reset
authorAlex Deucher <alexdeucher@gmail.com>
Mon, 20 Dec 2010 17:35:03 +0000 (12:35 -0500)
committerDave Airlie <airlied@redhat.com>
Tue, 21 Dec 2010 02:52:54 +0000 (12:52 +1000)
Only reset the grbm blocks, srbm tends to lock the GPU
if not done properly and in most cases is not necessary.
Also, no need to call asic init after reset the grbm blocks.

Signed-off-by: Alex Deucher <alexdeucher@gmail.com>
Cc: stable@kernel.org
Reviewed-by: Jerome Glisse <jglisse@redhat.com>
Signed-off-by: Dave Airlie <airlied@redhat.com>

No differences found