[PATCH 1/2] drm/radeon: always dump the ring content if it's available

2015-03-23 Thread Christian König
From: Christian König 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 --- drivers/gpu/drm/radeon/radeon_ring.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/drivers/gpu/drm/radeon

[PATCH 1/2] drm/radeon: always dump the ring content if it's available

2015-03-23 Thread Alex Deucher
On Mon, Mar 23, 2015 at 6:32 AM, Christian König wrote: > From: Christian König > > 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 Applied the series. thanks! Alex > --- > drivers/gpu/drm/ra