diff options
author | Christian König <christian.koenig@amd.com> | 2016-01-21 05:28:53 -0500 |
---|---|---|
committer | Alex Deucher <alexander.deucher@amd.com> | 2016-02-10 14:16:58 -0500 |
commit | a27de35caab59bacf5c47713856739f86ec06e43 (patch) | |
tree | 7452339b06230a40ed9f2986d1c525e1e793173c /drivers/gpu/drm/amd/amdgpu/amdgpu_device.c | |
parent | a9a78b329a3e31a977f8d8ef64b2f3a574899992 (diff) |
drm/amdgpu: remove the ring lock v2
It's not needed any more because all access goes through the scheduler now.
v2: Update commit message.
Signed-off-by: Christian König <christian.koenig@amd.com>
Reviewed-by: Chunming Zhou <david1.zhou@amd.com>
Acked-by: Alex Deucher <alexander.deucher@amd.com>
Signed-off-by: Alex Deucher <alexander.deucher@amd.com>
Diffstat (limited to 'drivers/gpu/drm/amd/amdgpu/amdgpu_device.c')
-rw-r--r-- | drivers/gpu/drm/amd/amdgpu/amdgpu_device.c | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/drivers/gpu/drm/amd/amdgpu/amdgpu_device.c b/drivers/gpu/drm/amd/amdgpu/amdgpu_device.c index bbe8023bf58f..cf8a3b37a111 100644 --- a/drivers/gpu/drm/amd/amdgpu/amdgpu_device.c +++ b/drivers/gpu/drm/amd/amdgpu/amdgpu_device.c | |||
@@ -1455,7 +1455,6 @@ int amdgpu_device_init(struct amdgpu_device *adev, | |||
1455 | 1455 | ||
1456 | /* mutex initialization are all done here so we | 1456 | /* mutex initialization are all done here so we |
1457 | * can recall function without having locking issues */ | 1457 | * can recall function without having locking issues */ |
1458 | mutex_init(&adev->ring_lock); | ||
1459 | mutex_init(&adev->vm_manager.lock); | 1458 | mutex_init(&adev->vm_manager.lock); |
1460 | atomic_set(&adev->irq.ih.lock, 0); | 1459 | atomic_set(&adev->irq.ih.lock, 0); |
1461 | mutex_init(&adev->gem.mutex); | 1460 | mutex_init(&adev->gem.mutex); |