Home
last modified time | relevance | path

Searched refs:didt_idx_lock (Results 1 – 5 of 5) sorted by relevance

/linux/drivers/gpu/drm/amd/amdgpu/
H A Dsoc21.c232 spin_lock_irqsave(&adev->didt_idx_lock, flags); in soc21_didt_rreg()
235 spin_unlock_irqrestore(&adev->didt_idx_lock, flags); in soc21_didt_rreg()
246 spin_lock_irqsave(&adev->didt_idx_lock, flags); in soc21_didt_wreg()
249 spin_unlock_irqrestore(&adev->didt_idx_lock, flags); in soc21_didt_wreg()
H A Dsoc15.c276 spin_lock_irqsave(&adev->didt_idx_lock, flags); in soc15_didt_rreg()
279 spin_unlock_irqrestore(&adev->didt_idx_lock, flags); in soc15_didt_rreg()
290 spin_lock_irqsave(&adev->didt_idx_lock, flags); in soc15_didt_wreg()
293 spin_unlock_irqrestore(&adev->didt_idx_lock, flags); in soc15_didt_wreg()
H A Damdgpu.h930 spinlock_t didt_idx_lock; member
H A Damdgpu_device.c4487 spin_lock_init(&adev->didt_idx_lock); in amdgpu_device_init()
/linux/drivers/gpu/drm/radeon/
H A Dradeon_device.c1392 spin_lock_init(&rdev->didt_idx_lock); in radeon_device_init()