Searched refs:amdgpu_gfx_select_me_pipe_q (Results 1 – 3 of 3) sorted by relevance
/openbmc/linux/drivers/gpu/drm/amd/amdgpu/ |
H A D | amdgpu_debugfs.c | 142 amdgpu_gfx_select_me_pipe_q(adev, me, pipe, queue, vmid, 0); in amdgpu_debugfs_process_reg_op() 175 amdgpu_gfx_select_me_pipe_q(adev, 0, 0, 0, 0, 0); in amdgpu_debugfs_process_reg_op() 272 amdgpu_gfx_select_me_pipe_q(adev, rd->id.srbm.me, rd->id.srbm.pipe, in amdgpu_debugfs_regs2_op() 304 amdgpu_gfx_select_me_pipe_q(adev, 0, 0, 0, 0, rd->id.xcc_id); in amdgpu_debugfs_regs2_op()
|
H A D | amdgpu_gfx.h | 459 #define amdgpu_gfx_select_me_pipe_q(adev, me, pipe, q, vmid, xcc_id) ((adev)->gfx.funcs->select_me_… macro
|
H A D | amdgpu_mes.c | 562 amdgpu_gfx_select_me_pipe_q(adev, p->ring->me, p->ring->pipe, 0, 0, 0); in amdgpu_mes_queue_init_mqd() 569 amdgpu_gfx_select_me_pipe_q(adev, 0, 0, 0, 0, 0); in amdgpu_mes_queue_init_mqd()
|