Home
last modified time | relevance | path

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

/Linux-v5.4/drivers/gpu/drm/amd/amdgpu/
Dvid.h75 #define QUEUEID(x) ((x) << 8) macro
Dcikd.h62 #define QUEUEID(x) ((x) << 8) macro
Damdgpu_amdkfd_gfx_v8.c169 uint32_t value = PIPEID(pipe) | MEID(mec) | VMID(vmid) | QUEUEID(queue); in lock_srbm()
Damdgpu_amdkfd_gfx_v7.c213 uint32_t value = PIPEID(pipe) | MEID(mec) | VMID(vmid) | QUEUEID(queue); in lock_srbm()
Dnv.c138 grbm_gfx_cntl = REG_SET_FIELD(grbm_gfx_cntl, GRBM_GFX_CNTL, QUEUEID, queue); in nv_grbm_select()
Dsoc15.c281 grbm_gfx_cntl = REG_SET_FIELD(grbm_gfx_cntl, GRBM_GFX_CNTL, QUEUEID, queue); in soc15_grbm_select()
Dvi.c366 srbm_gfx_cntl = REG_SET_FIELD(srbm_gfx_cntl, SRBM_GFX_CNTL, QUEUEID, queue); in vi_srbm_select()
/Linux-v5.4/drivers/gpu/drm/radeon/
Dcikd.h448 #define QUEUEID(x) ((x) << 8) macro
Dcik.c1860 QUEUEID(queue & 0x7)); in cik_srbm_select()