Searched refs:amdgpu_gfx_select_me_pipe_q (Results 1 – 2 of 2) sorted by relevance
/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 | 551 #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
|