commit | 34cb581a7d99401cad0e1c43b528690885435f5b | [log] [tgz] |
---|---|---|
author | Christian König <christian.koenig@amd.com> | Tue Aug 04 11:54:48 2015 +0200 |
committer | Alex Deucher <alexander.deucher@amd.com> | Mon Aug 17 16:51:00 2015 -0400 |
tree | 94492c3d5633cc01deb438f03dcdbe171ee31566 | |
parent | 351dba73691fc632b269f531bbce80157f79c5b3 [diff] |
drm/amdgpu: fix bo list handling in CS We didn't initialized the mutex in the cloned bo list resulting in nice warnings from lockdep. Also fixes error handling in this function. Signed-off-by: Christian König <christian.koenig@amd.com> Reviewed-by: Chunming Zhou <david1.zhou@amd.com>