Searched refs:PIPEID (Results 1 - 12 of 12) sorted by relevance

/linux-master/drivers/gpu/drm/amd/amdgpu/
H A Dvid.h70 #define PIPEID(x) ((x) << 0) macro
H A Dcikd.h57 #define PIPEID(x) ((x) << 0) macro
H A Damdgpu_amdkfd_gfx_v7.c51 uint32_t value = PIPEID(pipe) | MEID(mec) | VMID(vmid) | QUEUEID(queue);
H A Damdgpu_amdkfd_gfx_v8.c45 uint32_t value = PIPEID(pipe) | MEID(mec) | VMID(vmid) | QUEUEID(queue);
H A Dnv.c322 grbm_gfx_cntl = REG_SET_FIELD(grbm_gfx_cntl, GRBM_GFX_CNTL, PIPEID, pipe);
H A Dsoc21.c242 grbm_gfx_cntl = REG_SET_FIELD(grbm_gfx_cntl, GRBM_GFX_CNTL, PIPEID, pipe);
H A Dsoc15.c343 grbm_gfx_cntl = REG_SET_FIELD(grbm_gfx_cntl, GRBM_GFX_CNTL, PIPEID, pipe);
H A Dvi.c583 srbm_gfx_cntl = REG_SET_FIELD(srbm_gfx_cntl, SRBM_GFX_CNTL, PIPEID, pipe);
H A Dgfx_v11_0.c3231 tmp = REG_SET_FIELD(tmp, GRBM_GFX_CNTL, PIPEID, pipe);
H A Dgfx_v10_0.c6158 tmp = REG_SET_FIELD(tmp, GRBM_GFX_CNTL, PIPEID, pipe);
/linux-master/drivers/gpu/drm/radeon/
H A Dcikd.h445 #define PIPEID(x) ((x) << 0) macro
H A Dcik.c1844 u32 srbm_gfx_cntl = (PIPEID(pipe & 0x3) |

Completed in 267 milliseconds