/src/sys/external/bsd/drm2/dist/drm/amd/amdgpu/ |
amdgpu_nv.c | 111 spin_lock_irqsave(&adev->didt_idx_lock, flags); 114 spin_unlock_irqrestore(&adev->didt_idx_lock, flags); 125 spin_lock_irqsave(&adev->didt_idx_lock, flags); 128 spin_unlock_irqrestore(&adev->didt_idx_lock, flags);
|
amdgpu_soc15.c | 211 spin_lock_irqsave(&adev->didt_idx_lock, flags); 214 spin_unlock_irqrestore(&adev->didt_idx_lock, flags); 225 spin_lock_irqsave(&adev->didt_idx_lock, flags); 228 spin_unlock_irqrestore(&adev->didt_idx_lock, flags);
|
amdgpu_vi.c | 192 spin_lock_irqsave(&adev->didt_idx_lock, flags); 195 spin_unlock_irqrestore(&adev->didt_idx_lock, flags); 203 spin_lock_irqsave(&adev->didt_idx_lock, flags); 206 spin_unlock_irqrestore(&adev->didt_idx_lock, flags);
|
amdgpu_cik.c | 157 spin_lock_irqsave(&adev->didt_idx_lock, flags); 160 spin_unlock_irqrestore(&adev->didt_idx_lock, flags); 168 spin_lock_irqsave(&adev->didt_idx_lock, flags); 171 spin_unlock_irqrestore(&adev->didt_idx_lock, flags);
|
amdgpu.h | 803 spinlock_t didt_idx_lock; member in struct:amdgpu_device
|
amdgpu_device.c | 3013 spin_lock_init(&adev->didt_idx_lock); 3436 spin_lock_destroy(&adev->didt_idx_lock);
|
/src/sys/external/bsd/drm2/dist/drm/radeon/ |
radeon_device.c | 1514 spin_lock_init(&rdev->didt_idx_lock);
|
radeon_cik.c | 200 spin_lock_irqsave(&rdev->didt_idx_lock, flags); 203 spin_unlock_irqrestore(&rdev->didt_idx_lock, flags); 211 spin_lock_irqsave(&rdev->didt_idx_lock, flags); 214 spin_unlock_irqrestore(&rdev->didt_idx_lock, flags);
|
radeon.h | 2400 spinlock_t didt_idx_lock; member in struct:radeon_device
|