Searched refs:amdgpu_gfx_mec_queue_to_bit (Results  1 – 5 of 5) sorted by relevance
| /Linux-v5.4/drivers/gpu/drm/amd/amdgpu/ | 
| D | amdgpu_gfx.c | 37 int amdgpu_gfx_mec_queue_to_bit(struct amdgpu_device *adev, int mec,  in amdgpu_gfx_mec_queue_to_bit()  function 64 	return test_bit(amdgpu_gfx_mec_queue_to_bit(adev, mec, pipe, queue),  in amdgpu_gfx_is_mec_queue_enabled()
  | 
| D | amdgpu_gfx.h | 375 int amdgpu_gfx_mec_queue_to_bit(struct amdgpu_device *adev, int mec,
  | 
| D | amdgpu_amdkfd.c | 170 			clear_bit(amdgpu_gfx_mec_queue_to_bit(adev,  in amdgpu_amdkfd_device_init()
  | 
| D | gfx_v9_0.c | 5187 	pipe = amdgpu_gfx_mec_queue_to_bit(adev, ring->me, ring->pipe, 0);  in gfx_v9_0_pipe_reserve_resources() 5206 			pipe = amdgpu_gfx_mec_queue_to_bit(adev,  in gfx_v9_0_pipe_reserve_resources() 5216 			pipe = amdgpu_gfx_mec_queue_to_bit(adev,  in gfx_v9_0_pipe_reserve_resources()
  | 
| D | gfx_v8_0.c | 6287 	pipe = amdgpu_gfx_mec_queue_to_bit(adev, ring->me, ring->pipe, 0);  in gfx_v8_0_pipe_reserve_resources() 6306 			pipe = amdgpu_gfx_mec_queue_to_bit(adev,  in gfx_v8_0_pipe_reserve_resources() 6316 			pipe = amdgpu_gfx_mec_queue_to_bit(adev,  in gfx_v8_0_pipe_reserve_resources()
  |