Home
last modified time | relevance | path

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

/drivers/gpu/drm/amd/amdgpu/
Dvid.h72 #define QUEUEID(x) ((x) << 8) macro
Dcikd.h57 #define QUEUEID(x) ((x) << 8) 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.c327 srbm_gfx_cntl = REG_SET_FIELD(srbm_gfx_cntl, SRBM_GFX_CNTL, QUEUEID, queue); in vi_srbm_select()
/drivers/gpu/drm/radeon/
Dradeon_kfd.c352 uint32_t value = PIPEID(pipe) | MEID(mec) | VMID(vmid) | QUEUEID(queue); in lock_srbm()
Dcikd.h450 #define QUEUEID(x) ((x) << 8) macro
Dcik.c1855 QUEUEID(queue & 0x7)); in cik_srbm_select()