| /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()51 				 int *mec, int *pipe, int *queue)  in amdgpu_gfx_bit_to_mec_queue()
 62 				     int mec, int pipe, int queue)  in amdgpu_gfx_is_mec_queue_enabled()
 196 	int i, queue, pipe, mec;  in amdgpu_gfx_compute_queue_acquire()  local
 260 	int mec, pipe, queue;  in amdgpu_gfx_kiq_acquire()  local
 
 | 
| D | amdgpu_amdkfd_gfx_v10.c | 178 static void lock_srbm(struct kgd_dev *kgd, uint32_t mec, uint32_t pipe,  in lock_srbm()200 	uint32_t mec = (pipe_id / adev->gfx.mec.num_pipe_per_mec) + 1;  in acquire_queue()  local
 292 	uint32_t mec;  in kgd_init_interrupts()  local
 374 		uint32_t value, mec, pipe;  in kgd_hqd_load()  local
 
 | 
| D | amdgpu_amdkfd_gfx_v8.c | 165 static void lock_srbm(struct kgd_dev *kgd, uint32_t mec, uint32_t pipe,  in lock_srbm()188 	uint32_t mec = (pipe_id / adev->gfx.mec.num_pipe_per_mec) + 1;  in acquire_queue()  local
 247 	uint32_t mec;  in kgd_init_interrupts()  local
 301 		uint32_t value, mec, pipe;  in kgd_hqd_load()  local
 
 | 
| D | amdgpu_amdkfd_gfx_v9.c | 89 static void lock_srbm(struct kgd_dev *kgd, uint32_t mec, uint32_t pipe,  in lock_srbm()111 	uint32_t mec = (pipe_id / adev->gfx.mec.num_pipe_per_mec) + 1;  in acquire_queue()  local
 212 	uint32_t mec;  in kgd_gfx_v9_init_interrupts()  local
 275 		uint32_t value, mec, pipe;  in kgd_gfx_v9_hqd_load()  local
 
 | 
| D | amdgpu_amdkfd_gfx_v7.c | 209 static void lock_srbm(struct kgd_dev *kgd, uint32_t mec, uint32_t pipe,  in lock_srbm()232 	uint32_t mec = (pipe_id / adev->gfx.mec.num_pipe_per_mec) + 1;  in acquire_queue()  local
 290 	uint32_t mec;  in kgd_init_interrupts()  local
 
 | 
| D | gfx_v7_0.c | 2875 				       int mec, int pipe)  in gfx_v7_0_compute_pipe_init()4399 					int mec, int pipe, int queue)  in gfx_v7_0_compute_ring_init()
 
 | 
| D | amdgpu_gfx.h | 263 	struct amdgpu_mec		mec;  member
 | 
| D | gfx_v8_0.c | 1915 					int mec, int pipe, int queue)  in gfx_v8_0_compute_ring_init()
 | 
| D | gfx_v10_0.c | 1270 				       int mec, int pipe, int queue)  in gfx_v10_0_compute_ring_init()
 | 
| D | gfx_v9_0.c | 2162 				      int mec, int pipe, int queue)  in gfx_v9_0_compute_ring_init()
 | 
| /Linux-v5.4/drivers/gpu/drm/amd/amdkfd/ | 
| D | kfd_device_queue_manager.c | 72 static bool is_pipe_enabled(struct device_queue_manager *dqm, int mec, int pipe)  in is_pipe_enabled()973 	int i, mec;  in set_sched_resources()  local
 
 | 
| D | kfd_priv.h | 496 	uint32_t mec;  member
 | 
| /Linux-v5.4/drivers/gpu/drm/radeon/ | 
| D | radeon.h | 2410 	struct radeon_mec mec;  member
 |