Home
last modified time | relevance | path

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

/linux-4.4.14/drivers/gpu/drm/amd/amdgpu/
Dvid.h69 #define PIPEID(x) ((x) << 0) macro
Dcikd.h54 #define PIPEID(x) ((x) << 0) 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.c324 srbm_gfx_cntl = REG_SET_FIELD(srbm_gfx_cntl, SRBM_GFX_CNTL, PIPEID, pipe); in vi_srbm_select()
/linux-4.4.14/drivers/gpu/drm/radeon/
Dradeon_kfd.c352 uint32_t value = PIPEID(pipe) | MEID(mec) | VMID(vmid) | QUEUEID(queue); in lock_srbm()
Dcikd.h447 #define PIPEID(x) ((x) << 0) macro
Dcik.c1852 u32 srbm_gfx_cntl = (PIPEID(pipe & 0x3) | in cik_srbm_select()