drm/radeon: always dump the ring content if it's available
authorChristian König <christian.koenig@amd.com>
Mon, 23 Mar 2015 10:32:59 +0000 (11:32 +0100)
committerAlex Deucher <alexander.deucher@amd.com>
Fri, 27 Mar 2015 14:17:43 +0000 (10:17 -0400)
commit1b01fc347ae7d2b76ac849f7040a32582cb5aee3
tree64e6af1530bff27fef06d943ce701210e75c70a9
parentf2c9e560b406f2f6b14b345c7da33467dee9cdf2
drm/radeon: always dump the ring content if it's available

Dumping is still possible if a ring isn't ready, only when it
isn't allocated at all we need to abort here.

Signed-off-by: Christian König <christian.koenig@amd.com>
Signed-off-by: Alex Deucher <alexander.deucher@amd.com>
drivers/gpu/drm/radeon/radeon_ring.c