Home
last modified time | relevance | path

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

/dragonfly/sys/dev/drm/amd/amdgpu/
HDvid.h73 #define MEID(x) ((x) << 2) macro
HDcikd.h60 #define MEID(x) ((x) << 2) macro
HDsoc15.c222 grbm_gfx_cntl = REG_SET_FIELD(grbm_gfx_cntl, GRBM_GFX_CNTL, MEID, me); in soc15_grbm_select()
HDamdgpu_amdkfd_gfx_v8.c198 uint32_t value = PIPEID(pipe) | MEID(mec) | VMID(vmid) | QUEUEID(queue); in lock_srbm()
HDvi.c363 srbm_gfx_cntl = REG_SET_FIELD(srbm_gfx_cntl, SRBM_GFX_CNTL, MEID, me); in vi_srbm_select()
/dragonfly/sys/dev/drm/radeon/
HDcikd.h446 #define MEID(x) ((x) << 2) macro
HDcik.c1843 MEID(me & 0x3) | in cik_srbm_select()