HomeSort by: relevance | last modified time | path
    Searched refs:WDOORBELL64 (Results 1 - 5 of 5) sorted by relevancy

  /src/sys/external/bsd/drm2/dist/drm/amd/amdgpu/
amdgpu_doorbell.h 298 #define WDOORBELL64(index, v) amdgpu_mm_wdoorbell64(adev, (index), (v))
amdgpu_sdma_v4_0.c 710 DRM_DEBUG("calling WDOORBELL64(0x%08x, 0x%016"PRIx64")\n",
712 WDOORBELL64(ring->doorbell_index, ring->wptr << 2);
768 WDOORBELL64(ring->doorbell_index, ring->wptr << 2);
amdgpu_sdma_v5_0.c 345 DRM_DEBUG("calling WDOORBELL64(0x%08x, 0x%016"PRIx64")\n",
347 WDOORBELL64(ring->doorbell_index, ring->wptr << 2);
amdgpu_gfx_v10_0.c 4342 WDOORBELL64(ring->doorbell_index, ring->wptr);
4373 WDOORBELL64(ring->doorbell_index, ring->wptr);
amdgpu_gfx_v9_0.c 4874 WDOORBELL64(ring->doorbell_index, ring->wptr);
5159 WDOORBELL64(ring->doorbell_index, ring->wptr);

Completed in 76 milliseconds