| /src/sys/external/bsd/drm2/dist/drm/amd/amdgpu/ |
| amdgpu_df_v3_6.c | 117 spin_lock_irqsave(&adev->pcie_idx_lock, flags); 127 spin_unlock_irqrestore(&adev->pcie_idx_lock, flags); 140 spin_lock_irqsave(&adev->pcie_idx_lock, flags); 150 spin_unlock_irqrestore(&adev->pcie_idx_lock, flags); 168 spin_lock_irqsave(&adev->pcie_idx_lock, flags); 173 spin_unlock_irqrestore(&adev->pcie_idx_lock, flags); 190 spin_lock_irqsave(&adev->pcie_idx_lock, flags); 195 spin_unlock_irqrestore(&adev->pcie_idx_lock, flags); 209 spin_lock_irqsave(&adev->pcie_idx_lock, flags); 219 spin_unlock_irqrestore(&adev->pcie_idx_lock, flags) [all...] |
| amdgpu_si.c | 916 spin_lock_irqsave(&adev->pcie_idx_lock, flags); 920 spin_unlock_irqrestore(&adev->pcie_idx_lock, flags); 928 spin_lock_irqsave(&adev->pcie_idx_lock, flags); 933 spin_unlock_irqrestore(&adev->pcie_idx_lock, flags); 941 spin_lock_irqsave(&adev->pcie_idx_lock, flags); 945 spin_unlock_irqrestore(&adev->pcie_idx_lock, flags); 953 spin_lock_irqsave(&adev->pcie_idx_lock, flags); 958 spin_unlock_irqrestore(&adev->pcie_idx_lock, flags); 1836 spin_lock_irqsave(&adev->pcie_idx_lock, flags); 1839 spin_unlock_irqrestore(&adev->pcie_idx_lock, flags) [all...] |
| amdgpu_soc15.c | 109 spin_lock_irqsave(&adev->pcie_idx_lock, flags); 113 spin_unlock_irqrestore(&adev->pcie_idx_lock, flags); 124 spin_lock_irqsave(&adev->pcie_idx_lock, flags); 129 spin_unlock_irqrestore(&adev->pcie_idx_lock, flags); 139 spin_lock_irqsave(&adev->pcie_idx_lock, flags); 149 spin_unlock_irqrestore(&adev->pcie_idx_lock, flags); 160 spin_lock_irqsave(&adev->pcie_idx_lock, flags); 172 spin_unlock_irqrestore(&adev->pcie_idx_lock, flags);
|
| amdgpu_nv.c | 80 spin_lock_irqsave(&adev->pcie_idx_lock, flags); 84 spin_unlock_irqrestore(&adev->pcie_idx_lock, flags); 95 spin_lock_irqsave(&adev->pcie_idx_lock, flags); 100 spin_unlock_irqrestore(&adev->pcie_idx_lock, flags);
|
| amdgpu_vi.c | 97 spin_lock_irqsave(&adev->pcie_idx_lock, flags); 101 spin_unlock_irqrestore(&adev->pcie_idx_lock, flags); 109 spin_lock_irqsave(&adev->pcie_idx_lock, flags); 114 spin_unlock_irqrestore(&adev->pcie_idx_lock, flags);
|
| amdgpu_cik.c | 88 spin_lock_irqsave(&adev->pcie_idx_lock, flags); 92 spin_unlock_irqrestore(&adev->pcie_idx_lock, flags); 100 spin_lock_irqsave(&adev->pcie_idx_lock, flags); 105 spin_unlock_irqrestore(&adev->pcie_idx_lock, flags);
|
| amdgpu.h | 791 spinlock_t pcie_idx_lock; member in struct:amdgpu_device
|
| amdgpu_device.c | 3011 spin_lock_init(&adev->pcie_idx_lock); 3438 spin_lock_destroy(&adev->pcie_idx_lock);
|
| /src/sys/external/bsd/drm2/dist/drm/radeon/ |
| radeon_r300.c | 71 spin_lock_irqsave(&rdev->pcie_idx_lock, flags); 74 spin_unlock_irqrestore(&rdev->pcie_idx_lock, flags); 82 spin_lock_irqsave(&rdev->pcie_idx_lock, flags); 85 spin_unlock_irqrestore(&rdev->pcie_idx_lock, flags);
|
| radeon_device.c | 1508 spin_lock_init(&rdev->pcie_idx_lock);
|
| radeon.h | 2388 spinlock_t pcie_idx_lock; member in struct:radeon_device
|