Home
last modified time | relevance | path

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

/Linux-v4.19/drivers/gpu/drm/amd/amdgpu/
Dvid.h72 #define PIPEID(x) ((x) << 0) macro
Dcikd.h59 #define PIPEID(x) ((x) << 0) macro
Dsoc15.c216 grbm_gfx_cntl = REG_SET_FIELD(grbm_gfx_cntl, GRBM_GFX_CNTL, PIPEID, pipe); in soc15_grbm_select()
Damdgpu_amdkfd_gfx_v7.c240 uint32_t value = PIPEID(pipe) | MEID(mec) | VMID(vmid) | QUEUEID(queue); in lock_srbm()
Damdgpu_amdkfd_gfx_v8.c198 uint32_t value = PIPEID(pipe) | MEID(mec) | VMID(vmid) | QUEUEID(queue); in lock_srbm()
Dvi.c362 srbm_gfx_cntl = REG_SET_FIELD(srbm_gfx_cntl, SRBM_GFX_CNTL, PIPEID, pipe); in vi_srbm_select()
/Linux-v4.19/drivers/gpu/drm/radeon/
Dcikd.h445 #define PIPEID(x) ((x) << 0) macro
Dcik.c1853 u32 srbm_gfx_cntl = (PIPEID(pipe & 0x3) | in cik_srbm_select()