mirror of
https://github.com/torvalds/linux.git
synced 2026-05-03 14:02:43 -04:00
drm/amdgpu: remove mclk_lock
Not needed any more. Signed-off-by: Christian König <christian.koenig@amd.com> Reviewed-by: Alex Deucher <alexander.deucher@amd.com>
This commit is contained in:
committed by
Alex Deucher
parent
8dacc127fc
commit
e176fe176d
@@ -1401,7 +1401,6 @@ int amdgpu_device_init(struct amdgpu_device *adev,
|
||||
mutex_init(&adev->gfx.gpu_clock_mutex);
|
||||
mutex_init(&adev->srbm_mutex);
|
||||
mutex_init(&adev->grbm_idx_mutex);
|
||||
init_rwsem(&adev->pm.mclk_lock);
|
||||
init_rwsem(&adev->exclusive_lock);
|
||||
mutex_init(&adev->mn_lock);
|
||||
hash_init(adev->mn_hash);
|
||||
|
||||
Reference in New Issue
Block a user