[PATCH 1/4] drm/radeon: add extra check in radeon_ttm_tt_unpin_userptr

2015-04-08 Thread Christian König
On 31.03.2015 18:13, Alex Deucher wrote: > On Tue, Mar 31, 2015 at 11:36 AM, Christian König > wrote: >> From: Christian König >> >> We somehow try to free the SG table twice. >> >> Bugs: https://bugs.freedesktop.org/show_bug.cgi?id=89734 >> >> Signed-off-by: Christian König >> Cc: > For

[PATCH 1/4] drm/radeon: add extra check in radeon_ttm_tt_unpin_userptr

2015-03-31 Thread Christian König
From: Christian König We somehow try to free the SG table twice. Bugs: https://bugs.freedesktop.org/show_bug.cgi?id=89734 Signed-off-by: Christian König Cc: --- drivers/gpu/drm/radeon/radeon_ttm.c | 4 1 file changed, 4 insertions(+) diff --git

[PATCH 1/4] drm/radeon: add extra check in radeon_ttm_tt_unpin_userptr

2015-03-31 Thread Alex Deucher
On Tue, Mar 31, 2015 at 11:36 AM, Christian König wrote: > From: Christian König > > We somehow try to free the SG table twice. > > Bugs: https://bugs.freedesktop.org/show_bug.cgi?id=89734 > > Signed-off-by: Christian König > Cc: For the series: Reviewed-by: Alex Deucher I've added the