Searched refs:PIPEID (Results 1 – 14 of 14) sorted by relevance
/linux-6.12.1/drivers/gpu/drm/amd/amdgpu/ |
D | vid.h | 70 #define PIPEID(x) ((x) << 0) macro
|
D | cikd.h | 57 #define PIPEID(x) ((x) << 0) macro
|
D | amdgpu_amdkfd_gfx_v7.c | 51 uint32_t value = PIPEID(pipe) | MEID(mec) | VMID(vmid) | QUEUEID(queue); in lock_srbm()
|
D | soc24.c | 106 grbm_gfx_cntl = REG_SET_FIELD(grbm_gfx_cntl, GRBM_GFX_CNTL, PIPEID, pipe); in soc24_grbm_select()
|
D | amdgpu_amdkfd_gfx_v8.c | 45 uint32_t value = PIPEID(pipe) | MEID(mec) | VMID(vmid) | QUEUEID(queue); in lock_srbm()
|
D | soc21.c | 242 grbm_gfx_cntl = REG_SET_FIELD(grbm_gfx_cntl, GRBM_GFX_CNTL, PIPEID, pipe); in soc21_grbm_select()
|
D | nv.c | 321 grbm_gfx_cntl = REG_SET_FIELD(grbm_gfx_cntl, GRBM_GFX_CNTL, PIPEID, pipe); in nv_grbm_select()
|
D | soc15.c | 344 grbm_gfx_cntl = REG_SET_FIELD(grbm_gfx_cntl, GRBM_GFX_CNTL, PIPEID, pipe); in soc15_grbm_select()
|
D | vi.c | 583 srbm_gfx_cntl = REG_SET_FIELD(srbm_gfx_cntl, SRBM_GFX_CNTL, PIPEID, pipe); in vi_srbm_select()
|
D | gfx_v12_0.c | 2544 tmp = REG_SET_FIELD(tmp, GRBM_GFX_CNTL, PIPEID, pipe); in gfx_v12_0_cp_gfx_switch_pipe()
|
D | gfx_v11_0.c | 3499 tmp = REG_SET_FIELD(tmp, GRBM_GFX_CNTL, PIPEID, pipe); in gfx_v11_0_cp_gfx_switch_pipe()
|
D | gfx_v10_0.c | 6295 tmp = REG_SET_FIELD(tmp, GRBM_GFX_CNTL, PIPEID, pipe); in gfx_v10_0_cp_gfx_switch_pipe()
|
/linux-6.12.1/drivers/gpu/drm/radeon/ |
D | cikd.h | 445 #define PIPEID(x) ((x) << 0) macro
|
D | cik.c | 1844 u32 srbm_gfx_cntl = (PIPEID(pipe & 0x3) | in cik_srbm_select()
|