Home
last modified time | relevance | path

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

/linux-4.4.14/drivers/gpu/drm/amd/amdgpu/
Dvid.h70 #define MEID(x) ((x) << 2) macro
Dcikd.h55 #define MEID(x) ((x) << 2) macro
Damdgpu_amdkfd_gfx_v8.c132 uint32_t value = PIPEID(pipe) | MEID(mec) | VMID(vmid) | QUEUEID(queue); in lock_srbm()
Damdgpu_amdkfd_gfx_v7.c171 uint32_t value = PIPEID(pipe) | MEID(mec) | VMID(vmid) | QUEUEID(queue); in lock_srbm()
Dvi.c325 srbm_gfx_cntl = REG_SET_FIELD(srbm_gfx_cntl, SRBM_GFX_CNTL, MEID, me); in vi_srbm_select()
/linux-4.4.14/drivers/gpu/drm/radeon/
Dradeon_kfd.c352 uint32_t value = PIPEID(pipe) | MEID(mec) | VMID(vmid) | QUEUEID(queue); in lock_srbm()
Dcikd.h448 #define MEID(x) ((x) << 2) macro
Dcik.c1853 MEID(me & 0x3) | in cik_srbm_select()