Searched refs:PIPEID (Results 1 – 10 of 10) sorted by relevance
/netbsd-src/sys/external/bsd/drm2/dist/drm/amd/amdgpu/ |
H A D | vid.h | 74 #define PIPEID(x) ((x) << 0) macro
|
H A D | cikd.h | 61 #define PIPEID(x) ((x) << 0) macro
|
H A D | amdgpu_amdkfd_gfx_v7.c | 126 uint32_t value = PIPEID(pipe) | MEID(mec) | VMID(vmid) | QUEUEID(queue); in lock_srbm()
|
H A D | amdgpu_amdkfd_gfx_v8.c | 83 uint32_t value = PIPEID(pipe) | MEID(mec) | VMID(vmid) | QUEUEID(queue); in lock_srbm()
|
H A D | amdgpu_nv.c | 146 grbm_gfx_cntl = REG_SET_FIELD(grbm_gfx_cntl, GRBM_GFX_CNTL, PIPEID, pipe); in nv_grbm_select()
|
H A D | amdgpu_vi.c | 370 srbm_gfx_cntl = REG_SET_FIELD(srbm_gfx_cntl, SRBM_GFX_CNTL, PIPEID, pipe); in vi_srbm_select()
|
H A D | amdgpu_soc15.c | 295 grbm_gfx_cntl = REG_SET_FIELD(grbm_gfx_cntl, GRBM_GFX_CNTL, PIPEID, pipe); in soc15_grbm_select()
|
H A D | amdgpu_gfx_v10_0.c | 2741 tmp = REG_SET_FIELD(tmp, GRBM_GFX_CNTL, PIPEID, pipe); in gfx_v10_0_cp_gfx_switch_pipe()
|
/netbsd-src/sys/external/bsd/drm2/dist/drm/radeon/ |
H A D | cikd.h | 447 #define PIPEID(x) ((x) << 0) macro
|
H A D | radeon_cik.c | 1870 u32 srbm_gfx_cntl = (PIPEID(pipe & 0x3) | in cik_srbm_select()
|