commit | f54b350d89bf16d31593b935bafccf510ff4a708 | [log] [tgz] |
---|---|---|
author | Christian König <deathsimple@vodafone.de> | Wed Aug 29 13:24:15 2012 +0200 |
committer | Alex Deucher <alexander.deucher@amd.com> | Wed Aug 29 12:11:01 2012 -0400 |
tree | 3aae1d4b361b4ee54ba599c27956f739c88bd514 | |
parent | 4a2b6662c3632176b4fdf012243dd3751367bf1f [diff] |
drm/radeon: fix double free in radeon_gpu_reset radeon_ring_restore is freeing the memory for the saved ring data. We need to remember that, otherwise we try to restore the ring data again on the next try. Additional to that it shouldn't try the reset infinitely if we have saved ring data. Signed-off-by: Christian König <deathsimple@vodafone.de> Reviewed-by: Alex Deucher <alexander.deucher@amd.com>