[PATCH] drm/radeon: check the right ring in radeon_evict_flags()

2014-12-03 Thread Christian König
Am 03.12.2014 um 17:09 schrieb Alex Deucher: > Check the that ring we are using for copies is functional > rather than the GFX ring. On newer asics we use the DMA > ring for bo moves. > > Signed-off-by: Alex Deucher Reviewed-by: Christian König > Cc: stable at vger.kernel.org > --- > driver

[PATCH] drm/radeon: check the right ring in radeon_evict_flags()

2014-12-03 Thread Alex Deucher
Check the that ring we are using for copies is functional rather than the GFX ring. On newer asics we use the DMA ring for bo moves. Signed-off-by: Alex Deucher Cc: stable at vger.kernel.org --- drivers/gpu/drm/radeon/radeon_ttm.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --gi