Home
last modified time | relevance | path

Searched refs:vi_srbm_select (Results 1 – 5 of 5) sorted by relevance

/OK3568_Linux_fs/kernel/drivers/gpu/drm/amd/amdgpu/
H A Dvi.h29 void vi_srbm_select(struct amdgpu_device *adev,
H A Dgfx_v8_0.c3457 vi_srbm_select(adev, me, pipe, q, vm); in gfx_v8_0_select_me_pipe_q()
3714 vi_srbm_select(adev, 0, 0, 0, i); in gfx_v8_0_init_compute_vmid()
3721 vi_srbm_select(adev, 0, 0, 0, 0); in gfx_v8_0_init_compute_vmid()
3792 vi_srbm_select(adev, 0, 0, 0, i); in gfx_v8_0_constants_init()
3814 vi_srbm_select(adev, 0, 0, 0, 0); in gfx_v8_0_constants_init()
4647 vi_srbm_select(adev, ring->me, ring->pipe, ring->queue, 0); in gfx_v8_0_kiq_init_queue()
4649 vi_srbm_select(adev, 0, 0, 0, 0); in gfx_v8_0_kiq_init_queue()
4656 vi_srbm_select(adev, ring->me, ring->pipe, ring->queue, 0); in gfx_v8_0_kiq_init_queue()
4659 vi_srbm_select(adev, 0, 0, 0, 0); in gfx_v8_0_kiq_init_queue()
4680 vi_srbm_select(adev, ring->me, ring->pipe, ring->queue, 0); in gfx_v8_0_kcq_init_queue()
[all …]
H A Dsdma_v2_4.c422 vi_srbm_select(adev, 0, 0, 0, j); in sdma_v2_4_gfx_resume()
427 vi_srbm_select(adev, 0, 0, 0, 0); in sdma_v2_4_gfx_resume()
H A Dsdma_v3_0.c660 vi_srbm_select(adev, 0, 0, 0, j); in sdma_v3_0_gfx_resume()
665 vi_srbm_select(adev, 0, 0, 0, 0); in sdma_v3_0_gfx_resume()
H A Dvi.c359 void vi_srbm_select(struct amdgpu_device *adev, in vi_srbm_select() function