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

  /src/sys/external/bsd/drm2/dist/drm/amd/amdgpu/
amdgpu_vega10_reg_init.c 66 adev->doorbell_index.mec_ring0 = AMDGPU_DOORBELL64_MEC_RING0;
amdgpu_doorbell.h 50 uint32_t mec_ring0; member in struct:amdgpu_doorbell_index
amdgpu_vega20_reg_init.c 66 adev->doorbell_index.mec_ring0 = AMDGPU_VEGA20_DOORBELL_MEC_RING0;
amdgpu_nv.c 600 adev->doorbell_index.mec_ring0 = AMDGPU_NAVI10_DOORBELL_MEC_RING0;
amdgpu_vi.c 1872 adev->doorbell_index.mec_ring0 = AMDGPU_DOORBELL_MEC_RING0;
amdgpu_gfx_v10_0.c 1285 ring->doorbell_index = (adev->doorbell_index.mec_ring0 + ring_id) << 1;
amdgpu_gfx_v7_0.c 4419 ring->doorbell_index = adev->doorbell_index.mec_ring0 + ring_id;
amdgpu_gfx_v8_0.c 1904 ring->doorbell_index = adev->doorbell_index.mec_ring0 + ring_id;
amdgpu_gfx_v9_0.c 2148 ring->doorbell_index = (adev->doorbell_index.mec_ring0 + ring_id) << 1;

Completed in 32 milliseconds