Home
last modified time | relevance | path

Searched refs:emit_wait (Results 1 – 22 of 22) sorted by relevance

/drivers/gpu/drm/radeon/
Duvd_v3_1.c43 bool emit_wait) in uvd_v3_1_semaphore_emit() argument
54 radeon_ring_write(ring, 0x80 | (emit_wait ? 1 : 0)); in uvd_v3_1_semaphore_emit()
Duvd_v2_2.c75 bool emit_wait) in uvd_v2_2_semaphore_emit() argument
86 radeon_ring_write(ring, emit_wait ? 1 : 0); in uvd_v2_2_semaphore_emit()
Dradeon_asic.h81 bool emit_wait);
327 bool emit_wait);
333 bool emit_wait);
793 bool emit_wait);
813 bool emit_wait);
947 bool emit_wait);
957 bool emit_wait);
963 bool emit_wait);
Dr600_dma.c316 bool emit_wait) in r600_dma_semaphore_ring_emit() argument
319 u32 s = emit_wait ? 0 : 1; in r600_dma_semaphore_ring_emit()
Dradeon_vce.c698 bool emit_wait) in radeon_vce_semaphore_emit() argument
705 radeon_ring_write(ring, cpu_to_le32(0x01003000 | (emit_wait ? 1 : 0))); in radeon_vce_semaphore_emit()
706 if (!emit_wait) in radeon_vce_semaphore_emit()
Dcik_sdma.c231 bool emit_wait) in cik_sdma_semaphore_ring_emit() argument
234 u32 extra_bits = emit_wait ? 0 : SDMA_SEMAPHORE_EXTRA_S; in cik_sdma_semaphore_ring_emit()
Duvd_v1_0.c467 bool emit_wait) in uvd_v1_0_semaphore_emit() argument
Dradeon.h1744 bool emit_wait);
1831 struct radeon_semaphore *semaphore, bool emit_wait);
2746 …ng_emit(rdev, r, cp, semaphore, emit_wait) (rdev)->asic->ring[(r)]->emit_semaphore((rdev), (cp), (… argument
Dr600.c2926 bool emit_wait) in r600_semaphore_ring_emit() argument
2929 unsigned sel = emit_wait ? PACKET3_SEM_SEL_WAIT : PACKET3_SEM_SEL_SIGNAL; in r600_semaphore_ring_emit()
2939 if (emit_wait && (rdev->family >= CHIP_CEDAR)) { in r600_semaphore_ring_emit()
Dcik.c4009 bool emit_wait) in cik_semaphore_ring_emit() argument
4012 unsigned sel = emit_wait ? PACKET3_SEM_SEL_WAIT : PACKET3_SEM_SEL_SIGNAL; in cik_semaphore_ring_emit()
4018 if (emit_wait && ring->idx == RADEON_RING_TYPE_GFX_INDEX) { in cik_semaphore_ring_emit()
Dr100.c875 bool emit_wait) in r100_semaphore_ring_emit() argument
/drivers/gpu/drm/amd/amdgpu/
Damdgpu_vce.h39 bool emit_wait);
Damdgpu_vce.c765 bool emit_wait) in amdgpu_vce_ring_emit_semaphore() argument
772 amdgpu_ring_write(ring, 0x01003000 | (emit_wait ? 1 : 0)); in amdgpu_vce_ring_emit_semaphore()
773 if (!emit_wait) in amdgpu_vce_ring_emit_semaphore()
Duvd_v5_0.c496 bool emit_wait) in uvd_v5_0_ring_emit_semaphore() argument
507 amdgpu_ring_write(ring, 0x80 | (emit_wait ? 1 : 0)); in uvd_v5_0_ring_emit_semaphore()
Duvd_v6_0.c496 bool emit_wait) in uvd_v6_0_ring_emit_semaphore() argument
507 amdgpu_ring_write(ring, 0x80 | (emit_wait ? 1 : 0)); in uvd_v6_0_ring_emit_semaphore()
Duvd_v4_2.c452 bool emit_wait) in uvd_v4_2_ring_emit_semaphore() argument
463 amdgpu_ring_write(ring, 0x80 | (emit_wait ? 1 : 0)); in uvd_v4_2_ring_emit_semaphore()
Dcik_sdma.c310 bool emit_wait) in cik_sdma_ring_emit_semaphore() argument
313 u32 extra_bits = emit_wait ? 0 : SDMA_SEMAPHORE_EXTRA_S; in cik_sdma_ring_emit_semaphore()
Dsdma_v2_4.c349 bool emit_wait) in sdma_v2_4_ring_emit_semaphore() argument
352 u32 sig = emit_wait ? 0 : 1; in sdma_v2_4_ring_emit_semaphore()
Dsdma_v3_0.c460 bool emit_wait) in sdma_v3_0_ring_emit_semaphore() argument
463 u32 sig = emit_wait ? 0 : 1; in sdma_v3_0_ring_emit_semaphore()
Damdgpu.h337 bool emit_wait);
2256 …e amdgpu_ring_emit_semaphore(r, semaphore, emit_wait) (r)->funcs->emit_semaphore((r), (semaphore),… argument
Dgfx_v7_0.c2505 bool emit_wait) in gfx_v7_0_ring_emit_semaphore() argument
2508 unsigned sel = emit_wait ? PACKET3_SEM_SEL_WAIT : PACKET3_SEM_SEL_SIGNAL; in gfx_v7_0_ring_emit_semaphore()
2514 if (emit_wait && (ring->type == AMDGPU_RING_TYPE_GFX)) { in gfx_v7_0_ring_emit_semaphore()
Dgfx_v8_0.c4649 bool emit_wait) in gfx_v8_0_ring_emit_semaphore() argument
4652 unsigned sel = emit_wait ? PACKET3_SEM_SEL_WAIT : PACKET3_SEM_SEL_SIGNAL; in gfx_v8_0_ring_emit_semaphore()
4666 if (emit_wait && (ring->type == AMDGPU_RING_TYPE_GFX)) { in gfx_v8_0_ring_emit_semaphore()