Searched refs:nv_grbm_select (Results 1 – 6 of 6) sorted by relevance
/linux-6.1.9/drivers/gpu/drm/amd/amdgpu/ |
D | nv.h | 31 void nv_grbm_select(struct amdgpu_device *adev,
|
D | mes_v10_1.c | 560 nv_grbm_select(adev, 3, pipe, 0, 0); in mes_v10_1_enable() 564 nv_grbm_select(adev, 0, 0, 0, 0); in mes_v10_1_enable() 619 nv_grbm_select(adev, 3, pipe, 0, 0); in mes_v10_1_load_microcode() 682 nv_grbm_select(adev, 0, 0, 0, 0); in mes_v10_1_load_microcode() 825 nv_grbm_select(adev, 3, ring->pipe, 0, 0); 876 nv_grbm_select(adev, 0, 0, 0, 0);
|
D | amdgpu_amdkfd_gfx_v10.c | 46 nv_grbm_select(adev, mec, pipe, queue, vmid); in lock_srbm() 51 nv_grbm_select(adev, 0, 0, 0, 0); in unlock_srbm()
|
D | amdgpu_amdkfd_gfx_v10_3.c | 47 nv_grbm_select(adev, mec, pipe, queue, vmid); in lock_srbm() 52 nv_grbm_select(adev, 0, 0, 0, 0); in unlock_srbm()
|
D | gfx_v10_0.c | 4422 nv_grbm_select(adev, me, pipe, q, vm); in gfx_v10_0_select_me_pipe_q() 4922 nv_grbm_select(adev, 0, 0, 0, i); in gfx_v10_0_init_compute_vmid() 4927 nv_grbm_select(adev, 0, 0, 0, 0); in gfx_v10_0_init_compute_vmid() 5061 nv_grbm_select(adev, 0, 0, 0, i); in gfx_v10_0_constants_init() 5072 nv_grbm_select(adev, 0, 0, 0, 0); in gfx_v10_0_constants_init() 6563 nv_grbm_select(adev, ring->me, ring->pipe, ring->queue, 0); in gfx_v10_0_gfx_init_queue() 6577 nv_grbm_select(adev, 0, 0, 0, 0); in gfx_v10_0_gfx_init_queue() 6591 nv_grbm_select(adev, ring->me, ring->pipe, ring->queue, 0); in gfx_v10_0_gfx_init_queue() 6593 nv_grbm_select(adev, 0, 0, 0, 0); in gfx_v10_0_gfx_init_queue() 6908 nv_grbm_select(adev, ring->me, ring->pipe, ring->queue, 0); in gfx_v10_0_kiq_init_queue() [all …]
|
D | nv.c | 312 void nv_grbm_select(struct amdgpu_device *adev, in nv_grbm_select() function
|