Searched refs:amdgpu_gfx_select_me_pipe_q (Results 1 - 5 of 5) sorted by relevance
/kernel/linux/linux-5.10/drivers/gpu/drm/amd/amdgpu/ |
H A D | amdgpu_gfx.h | 328 #define amdgpu_gfx_select_me_pipe_q(adev, me, pipe, q, vmid) (adev)->gfx.funcs->select_me_pipe_q((adev), (me), (pipe), (q), (vmid)) macro
|
H A D | amdgpu_debugfs.c | 255 amdgpu_gfx_select_me_pipe_q(adev, me, pipe, queue, vmid); in amdgpu_debugfs_process_reg_op() 288 amdgpu_gfx_select_me_pipe_q(adev, 0, 0, 0, 0); in amdgpu_debugfs_process_reg_op()
|
/kernel/linux/linux-6.6/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_pipe_q((adev), (me), (pipe), (q), (vmid), (xcc_id))) 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()
|
Completed in 9 milliseconds