commit | 81d75a30c6ed006a314f5c760196d04758660ca6 | [log] [tgz] |
---|---|---|
author | jimqu <Jim.Qu@amd.com> | Fri Dec 04 17:17:00 2015 +0800 |
committer | Alex Deucher <alexander.deucher@amd.com> | Fri Dec 04 13:08:13 2015 -0500 |
tree | fcdfce8c4b048aab55b101845e8a53155eb7c55e | |
parent | 9c97b5ab4a91c18c2e7654f044cbff446cfd979b [diff] |
drm/amdgpu: add spin lock to protect freed list in vm (v2) there is a protection fault about freed list when OCL test. add a spin lock to protect it. v2: drop changes in vm_fini Signed-off-by: JimQu <jim.qu@amd.com> Reviewed-by: Christian König <christian.koenig@amd.com>