Searched refs:WDOORBELL32 (Results 1 – 7 of 7) sorted by relevance
/linux-4.4.14/drivers/gpu/drm/amd/amdgpu/ |
D | tonga_ih.c | 267 WDOORBELL32(adev->irq.ih.doorbell_index, adev->irq.ih.rptr); in tonga_ih_set_rptr()
|
D | sdma_v3_0.c | 326 WDOORBELL32(ring->doorbell_index, ring->wptr << 2); in sdma_v3_0_ring_set_wptr()
|
D | amdgpu.h | 2179 #define WDOORBELL32(index, v) amdgpu_mm_wdoorbell(adev, (index), (v)) macro
|
D | gfx_v8_0.c | 4503 WDOORBELL32(ring->doorbell_index, ring->wptr); in gfx_v8_0_ring_set_wptr_gfx() 4762 WDOORBELL32(ring->doorbell_index, ring->wptr); in gfx_v8_0_ring_set_wptr_compute()
|
D | gfx_v7_0.c | 3042 WDOORBELL32(ring->doorbell_index, ring->wptr); in gfx_v7_0_ring_set_wptr_compute()
|
/linux-4.4.14/drivers/gpu/drm/radeon/ |
D | radeon.h | 2583 #define WDOORBELL32(index, v) cik_mm_wdoorbell(rdev, (index), (v)) macro
|
D | cik.c | 4600 WDOORBELL32(ring->doorbell_index, ring->wptr); in cik_compute_set_wptr()
|