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

  /src/sys/external/bsd/drm2/dist/drm/amd/amdgpu/
amdgpu_gfx.h 360 int amdgpu_gfx_mec_queue_to_bit(struct amdgpu_device *adev, int mec,
amdgpu_gfx.c 43 int amdgpu_gfx_mec_queue_to_bit(struct amdgpu_device *adev, int mec, function in typeref:typename:int
70 return test_bit(amdgpu_gfx_mec_queue_to_bit(adev, mec, pipe, queue),
amdgpu_gfx_v8_0.c 6275 pipe = amdgpu_gfx_mec_queue_to_bit(adev, ring->me, ring->pipe, 0);
6294 pipe = amdgpu_gfx_mec_queue_to_bit(adev,
6304 pipe = amdgpu_gfx_mec_queue_to_bit(adev,
amdgpu_gfx_v9_0.c 5081 pipe = amdgpu_gfx_mec_queue_to_bit(adev, ring->me, ring->pipe, 0);
5100 pipe = amdgpu_gfx_mec_queue_to_bit(adev,
5110 pipe = amdgpu_gfx_mec_queue_to_bit(adev,

Completed in 21 milliseconds