Home
last modified time | relevance | path

Searched refs:WDOORBELL32 (Results 1 – 7 of 7) sorted by relevance

/linux-4.4.14/drivers/gpu/drm/amd/amdgpu/
Dtonga_ih.c267 WDOORBELL32(adev->irq.ih.doorbell_index, adev->irq.ih.rptr); in tonga_ih_set_rptr()
Dsdma_v3_0.c326 WDOORBELL32(ring->doorbell_index, ring->wptr << 2); in sdma_v3_0_ring_set_wptr()
Damdgpu.h2179 #define WDOORBELL32(index, v) amdgpu_mm_wdoorbell(adev, (index), (v)) macro
Dgfx_v8_0.c4503 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()
Dgfx_v7_0.c3042 WDOORBELL32(ring->doorbell_index, ring->wptr); in gfx_v7_0_ring_set_wptr_compute()
/linux-4.4.14/drivers/gpu/drm/radeon/
Dradeon.h2583 #define WDOORBELL32(index, v) cik_mm_wdoorbell(rdev, (index), (v)) macro
Dcik.c4600 WDOORBELL32(ring->doorbell_index, ring->wptr); in cik_compute_set_wptr()