Home
last modified time | relevance | path

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

/dragonfly/sys/dev/drm/amd/amdgpu/
H A Dvid.h75 #define QUEUEID(x) ((x) << 8) macro
H A Dcikd.h62 #define QUEUEID(x) ((x) << 8) 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.c224 grbm_gfx_cntl = REG_SET_FIELD(grbm_gfx_cntl, GRBM_GFX_CNTL, QUEUEID, queue); in soc15_grbm_select()
H A Dvi.c365 srbm_gfx_cntl = REG_SET_FIELD(srbm_gfx_cntl, SRBM_GFX_CNTL, QUEUEID, queue); in vi_srbm_select()
/dragonfly/sys/dev/drm/radeon/
H A Dcikd.h448 #define QUEUEID(x) ((x) << 8) macro
H A Dcik.c1845 QUEUEID(queue & 0x7)); in cik_srbm_select()