Home
last modified time | relevance | path

Searched refs:srbm_gfx_cntl (Results 1 – 3 of 3) sorted by relevance

/OK3568_Linux_fs/kernel/drivers/gpu/drm/amd/amdgpu/
H A Dvi.c362 u32 srbm_gfx_cntl = 0; in vi_srbm_select() local
363 srbm_gfx_cntl = REG_SET_FIELD(srbm_gfx_cntl, SRBM_GFX_CNTL, PIPEID, pipe); in vi_srbm_select()
364 srbm_gfx_cntl = REG_SET_FIELD(srbm_gfx_cntl, SRBM_GFX_CNTL, MEID, me); in vi_srbm_select()
365 srbm_gfx_cntl = REG_SET_FIELD(srbm_gfx_cntl, SRBM_GFX_CNTL, VMID, vmid); in vi_srbm_select()
366 srbm_gfx_cntl = REG_SET_FIELD(srbm_gfx_cntl, SRBM_GFX_CNTL, QUEUEID, queue); in vi_srbm_select()
367 WREG32(mmSRBM_GFX_CNTL, srbm_gfx_cntl); in vi_srbm_select()
H A Dcik.c871 u32 srbm_gfx_cntl = in cik_srbm_select() local
876 WREG32(mmSRBM_GFX_CNTL, srbm_gfx_cntl); in cik_srbm_select()
/OK3568_Linux_fs/kernel/drivers/gpu/drm/radeon/
H A Dcik.c1853 u32 srbm_gfx_cntl = (PIPEID(pipe & 0x3) | in cik_srbm_select() local
1857 WREG32(SRBM_GFX_CNTL, srbm_gfx_cntl); in cik_srbm_select()