Searched refs:QUEUEID (Results 1 – 11 of 11) sorted by relevance
/linux-6.1.9/drivers/gpu/drm/amd/amdgpu/ |
D | vid.h | 73 #define QUEUEID(x) ((x) << 8) macro
|
D | cikd.h | 60 #define QUEUEID(x) ((x) << 8) macro
|
D | amdgpu_amdkfd_gfx_v7.c | 51 uint32_t value = PIPEID(pipe) | MEID(mec) | VMID(vmid) | QUEUEID(queue); in lock_srbm()
|
D | amdgpu_amdkfd_gfx_v8.c | 45 uint32_t value = PIPEID(pipe) | MEID(mec) | VMID(vmid) | QUEUEID(queue); in lock_srbm()
|
D | soc21.c | 180 grbm_gfx_cntl = REG_SET_FIELD(grbm_gfx_cntl, GRBM_GFX_CNTL, QUEUEID, queue); in soc21_grbm_select()
|
D | nv.c | 319 grbm_gfx_cntl = REG_SET_FIELD(grbm_gfx_cntl, GRBM_GFX_CNTL, QUEUEID, queue); in nv_grbm_select()
|
D | soc15.c | 362 grbm_gfx_cntl = REG_SET_FIELD(grbm_gfx_cntl, GRBM_GFX_CNTL, QUEUEID, queue); in soc15_grbm_select()
|
D | vi.c | 583 srbm_gfx_cntl = REG_SET_FIELD(srbm_gfx_cntl, SRBM_GFX_CNTL, QUEUEID, queue); in vi_srbm_select()
|
D | gfx_v11_0.c | 4506 tmp = REG_SET_FIELD(tmp, GRBM_GFX_CNTL, QUEUEID, j); in gfx_v11_0_soft_reset() 4520 tmp = REG_SET_FIELD(tmp, GRBM_GFX_CNTL, QUEUEID, j); in gfx_v11_0_soft_reset()
|
/linux-6.1.9/drivers/gpu/drm/radeon/ |
D | cikd.h | 448 #define QUEUEID(x) ((x) << 8) macro
|
D | cik.c | 1847 QUEUEID(queue & 0x7)); in cik_srbm_select()
|