commit | 99eea4df901907b9121ad1c726d86c352a5eaca5 | [log] [tgz] |
---|---|---|
author | Alex Xie <AlexBin.Xie@amd.com> | Fri Jun 16 00:23:41 2017 -0400 |
committer | Alex Deucher <alexander.deucher@amd.com> | Mon Jun 19 17:31:22 2017 -0400 |
tree | e5dbdd5c1cc5247ee63e99002948512202843789 | |
parent | 660e855813f78b7fe63ff1ebc4f2ca07d94add0b [diff] |
drm/amdgpu: Optimization of AMDGPU_BO_LIST_OP_CREATE (v2) v2: Remove duplication of zeroing of bo list (Christian König) Move idr_alloc function to end of ioctl (Christian König) Call kfree bo_list when amdgpu_bo_list_set return error. Combine the previous two patches into this patch. Add amdgpu_bo_list_set function prototype. Signed-off-by: Alex Xie <AlexBin.Xie@amd.com> Reviewed-by: Christian König <christian.koenig@amd.com>