Searched refs:srbm_gfx_cntl (Results 1 - 6 of 6) sorted by relevance
/kernel/linux/linux-5.10/drivers/gpu/drm/amd/amdgpu/ |
H A D | vi.c | 369 u32 srbm_gfx_cntl = 0; in vi_srbm_select() local 370 srbm_gfx_cntl = REG_SET_FIELD(srbm_gfx_cntl, SRBM_GFX_CNTL, PIPEID, pipe); in vi_srbm_select() 371 srbm_gfx_cntl = REG_SET_FIELD(srbm_gfx_cntl, SRBM_GFX_CNTL, MEID, me); in vi_srbm_select() 372 srbm_gfx_cntl = REG_SET_FIELD(srbm_gfx_cntl, SRBM_GFX_CNTL, VMID, vmid); in vi_srbm_select() 373 srbm_gfx_cntl = REG_SET_FIELD(srbm_gfx_cntl, SRBM_GFX_CNTL, QUEUEID, queue); in vi_srbm_select() 374 WREG32(mmSRBM_GFX_CNTL, srbm_gfx_cntl); in vi_srbm_select() [all...] |
H A D | cik.c | 871 u32 srbm_gfx_cntl = in cik_srbm_select() local 876 WREG32(mmSRBM_GFX_CNTL, srbm_gfx_cntl); in cik_srbm_select()
|
/kernel/linux/linux-6.6/drivers/gpu/drm/amd/amdgpu/ |
H A D | vi.c | 582 u32 srbm_gfx_cntl = 0; in vi_srbm_select() local 583 srbm_gfx_cntl = REG_SET_FIELD(srbm_gfx_cntl, SRBM_GFX_CNTL, PIPEID, pipe); in vi_srbm_select() 584 srbm_gfx_cntl = REG_SET_FIELD(srbm_gfx_cntl, SRBM_GFX_CNTL, MEID, me); in vi_srbm_select() 585 srbm_gfx_cntl = REG_SET_FIELD(srbm_gfx_cntl, SRBM_GFX_CNTL, VMID, vmid); in vi_srbm_select() 586 srbm_gfx_cntl = REG_SET_FIELD(srbm_gfx_cntl, SRBM_GFX_CNTL, QUEUEID, queue); in vi_srbm_select() 587 WREG32(mmSRBM_GFX_CNTL, srbm_gfx_cntl); in vi_srbm_select() [all...] |
H A D | cik.c | 947 u32 srbm_gfx_cntl = in cik_srbm_select() local 952 WREG32(mmSRBM_GFX_CNTL, srbm_gfx_cntl); in cik_srbm_select()
|
/kernel/linux/linux-5.10/drivers/gpu/drm/radeon/ |
H A D | cik.c | 1853 u32 srbm_gfx_cntl = (PIPEID(pipe & 0x3) | in cik_srbm_select() local 1857 WREG32(SRBM_GFX_CNTL, srbm_gfx_cntl); in cik_srbm_select()
|
/kernel/linux/linux-6.6/drivers/gpu/drm/radeon/ |
H A D | cik.c | 1844 u32 srbm_gfx_cntl = (PIPEID(pipe & 0x3) | in cik_srbm_select() local 1848 WREG32(SRBM_GFX_CNTL, srbm_gfx_cntl); in cik_srbm_select()
|
Completed in 27 milliseconds