Home
last modified time | relevance | path

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

/dragonfly/sys/dev/drm/amd/amdgpu/
H A Dvid.h73 #define MEID(x) ((x) << 2) macro
H A Dcikd.h60 #define MEID(x) ((x) << 2) macro
H A Damdgpu_amdkfd_gfx_v8.c198 uint32_t value = PIPEID(pipe) | MEID(mec) | VMID(vmid) | QUEUEID(queue); in lock_srbm()
H A Dsoc15.c222 grbm_gfx_cntl = REG_SET_FIELD(grbm_gfx_cntl, GRBM_GFX_CNTL, MEID, me); in soc15_grbm_select()
H A Dvi.c363 srbm_gfx_cntl = REG_SET_FIELD(srbm_gfx_cntl, SRBM_GFX_CNTL, MEID, me); in vi_srbm_select()
/dragonfly/sys/dev/drm/radeon/
H A Dcikd.h446 #define MEID(x) ((x) << 2) macro
H A Dcik.c1843 MEID(me & 0x3) | in cik_srbm_select()