Home
last modified time | relevance | path

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

/Linux-v5.4/drivers/gpu/drm/amd/amdgpu/
Damdgpu_gfx.c37 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
Damdgpu_amdkfd_gfx_v10.c178 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
Damdgpu_amdkfd_gfx_v8.c165 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
Damdgpu_amdkfd_gfx_v9.c89 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
Damdgpu_amdkfd_gfx_v7.c209 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
Dgfx_v7_0.c2875 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()
Damdgpu_gfx.h263 struct amdgpu_mec mec; member
Dgfx_v8_0.c1915 int mec, int pipe, int queue) in gfx_v8_0_compute_ring_init()
Dgfx_v10_0.c1270 int mec, int pipe, int queue) in gfx_v10_0_compute_ring_init()
Dgfx_v9_0.c2162 int mec, int pipe, int queue) in gfx_v9_0_compute_ring_init()
/Linux-v5.4/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()
973 int i, mec; in set_sched_resources() local
Dkfd_priv.h496 uint32_t mec; member
/Linux-v5.4/drivers/gpu/drm/radeon/
Dradeon.h2410 struct radeon_mec mec; member