Searched refs:srbm_gfx_cntl (Results 1 – 4 of 4) sorted by relevance
| /linux-4.4.14/drivers/gpu/drm/amd/amdgpu/ |
| D | vi.c | 323 u32 srbm_gfx_cntl = 0; in vi_srbm_select() local 324 srbm_gfx_cntl = REG_SET_FIELD(srbm_gfx_cntl, SRBM_GFX_CNTL, PIPEID, pipe); in vi_srbm_select() 325 srbm_gfx_cntl = REG_SET_FIELD(srbm_gfx_cntl, SRBM_GFX_CNTL, MEID, me); in vi_srbm_select() 326 srbm_gfx_cntl = REG_SET_FIELD(srbm_gfx_cntl, SRBM_GFX_CNTL, VMID, vmid); in vi_srbm_select() 327 srbm_gfx_cntl = REG_SET_FIELD(srbm_gfx_cntl, SRBM_GFX_CNTL, QUEUEID, queue); in vi_srbm_select() 328 WREG32(mmSRBM_GFX_CNTL, srbm_gfx_cntl); in vi_srbm_select()
|
| D | cik.c | 867 u32 srbm_gfx_cntl = in cik_srbm_select() local 872 WREG32(mmSRBM_GFX_CNTL, srbm_gfx_cntl); in cik_srbm_select()
|
| /linux-4.4.14/drivers/gpu/drm/radeon/ |
| D | ni.c | 1399 u32 srbm_gfx_cntl = RREG32(SRBM_GFX_CNTL) & ~3; in cayman_cp_int_cntl_setup() local 1401 WREG32(SRBM_GFX_CNTL, srbm_gfx_cntl | (ring & 3)); in cayman_cp_int_cntl_setup()
|
| D | cik.c | 1852 u32 srbm_gfx_cntl = (PIPEID(pipe & 0x3) | in cik_srbm_select() local 1856 WREG32(SRBM_GFX_CNTL, srbm_gfx_cntl); in cik_srbm_select()
|