amdgpu: fix an error of bo_list handler
authormonk.liu <monk.liu@amd.com>
Mon, 27 Apr 2015 02:25:54 +0000 (10:25 +0800)
committerAlex Deucher <alexander.deucher@amd.com>
Wed, 5 Aug 2015 17:47:49 +0000 (13:47 -0400)
commit83d9369583d3200510beebe67edd19e9952c17dd
tree716bc92e87e3aaf1ffd53fe6d700019e3e237e9e
parentcc01c3cb5ae708689228d1ec6e751f91e7f90741
amdgpu: fix an error of bo_list handler

original method is just totally wrong, it loses the bo_list handler at
all after command stream accomplished

Signed-off-by: Monk.Liu <monk.liu@amd.com>
Reviewed-by: Christian König <christian.koenig@amd.com>
Signed-off-by: Alex Deucher <alexander.deucher@amd.com>
amdgpu/amdgpu_cs.c