Home
last modified time | relevance | path

Searched defs:mec (Results 1 – 14 of 14) sorted by relevance

/drivers/gpu/drm/amd/amdgpu/
Damdgpu_gfx.c38 int amdgpu_gfx_mec_queue_to_bit(struct amdgpu_device *adev, int mec, in amdgpu_gfx_mec_queue_to_bit()
52 int *mec, int *pipe, int *queue) in amdgpu_queue_mask_bit_to_mec_queue()
63 int mec, int pipe, int queue) in amdgpu_gfx_is_mec_queue_enabled()
260 int mec, pipe, queue; in amdgpu_gfx_kiq_acquire() local
484 int mec, pipe, queue; in amdgpu_queue_mask_bit_to_set_resource_bit() local
Damdgpu_amdkfd_gfx_v10_3.c47 static void lock_srbm(struct kgd_dev *kgd, uint32_t mec, uint32_t pipe, in lock_srbm()
69 uint32_t mec = (pipe_id / adev->gfx.mec.num_pipe_per_mec) + 1; in acquire_queue() local
125 uint32_t mec; in init_interrupts_v10_3() local
209 uint32_t value, mec, pipe; in hqd_load_v10_3() local
297 uint32_t mec, pipe; in hiq_mqd_load_v10_3() local
Damdgpu_amdkfd_gfx_v8.c47 static void lock_srbm(struct kgd_dev *kgd, uint32_t mec, uint32_t pipe, in lock_srbm()
70 uint32_t mec = (pipe_id / adev->gfx.mec.num_pipe_per_mec) + 1; in acquire_queue() local
129 uint32_t mec; in kgd_init_interrupts() local
185 uint32_t value, mec, pipe; in kgd_hqd_load() local
Damdgpu_amdkfd_gfx_v10.c48 static void lock_srbm(struct kgd_dev *kgd, uint32_t mec, uint32_t pipe, in lock_srbm()
70 uint32_t mec = (pipe_id / adev->gfx.mec.num_pipe_per_mec) + 1; in acquire_queue() local
157 uint32_t mec; in kgd_init_interrupts() local
312 uint32_t mec, pipe; in kgd_hiq_mqd_load() local
Damdgpu_amdkfd_gfx_v9.c52 static void lock_srbm(struct kgd_dev *kgd, uint32_t mec, uint32_t pipe, in lock_srbm()
74 uint32_t mec = (pipe_id / adev->gfx.mec.num_pipe_per_mec) + 1; in acquire_queue() local
175 uint32_t mec; in kgd_gfx_v9_init_interrupts() local
321 uint32_t mec, pipe; in kgd_gfx_v9_hiq_mqd_load() local
Damdgpu_amdkfd_gfx_v7.c90 static void lock_srbm(struct kgd_dev *kgd, uint32_t mec, uint32_t pipe, in lock_srbm()
113 uint32_t mec = (pipe_id / adev->gfx.mec.num_pipe_per_mec) + 1; in acquire_queue() local
171 uint32_t mec; in kgd_init_interrupts() local
Dgfx_v7_0.c2867 int mec, int pipe) in gfx_v7_0_compute_pipe_init()
4412 int mec, int pipe, int queue) in gfx_v7_0_compute_ring_init()
Damdgpu_gfx.h260 struct amdgpu_mec mec; member
Dgfx_v8_0.c1893 int mec, int pipe, int queue) in gfx_v8_0_compute_ring_init()
Dgfx_v10_0.c4316 int mec, int pipe, int queue) in gfx_v10_0_compute_ring_init()
Dgfx_v9_0.c2225 int mec, int pipe, int queue) in gfx_v9_0_compute_ring_init()
/drivers/gpu/drm/amd/amdkfd/
Dkfd_device_queue_manager.c72 static bool is_pipe_enabled(struct device_queue_manager *dqm, int mec, int pipe) in is_pipe_enabled()
1089 int i, mec; in set_sched_resources() local
Dkfd_priv.h517 uint32_t mec; member
/drivers/gpu/drm/radeon/
Dradeon.h2416 struct radeon_mec mec; member