Home
last modified time | relevance | path

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

/dragonfly/sys/dev/drm/amd/amdgpu/
H A Dsoc15.c220 u32 grbm_gfx_cntl = 0; in soc15_grbm_select() local
221 grbm_gfx_cntl = REG_SET_FIELD(grbm_gfx_cntl, GRBM_GFX_CNTL, PIPEID, pipe); in soc15_grbm_select()
222 grbm_gfx_cntl = REG_SET_FIELD(grbm_gfx_cntl, GRBM_GFX_CNTL, MEID, me); in soc15_grbm_select()
223 grbm_gfx_cntl = REG_SET_FIELD(grbm_gfx_cntl, GRBM_GFX_CNTL, VMID, vmid); in soc15_grbm_select()
224 grbm_gfx_cntl = REG_SET_FIELD(grbm_gfx_cntl, GRBM_GFX_CNTL, QUEUEID, queue); in soc15_grbm_select()
226 WREG32(SOC15_REG_OFFSET(GC, 0, mmGRBM_GFX_CNTL), grbm_gfx_cntl); in soc15_grbm_select()