Home
last modified time | relevance | path

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

/dragonfly/sys/dev/drm/radeon/
H A 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()
H A 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()
H A Dradeon_asic.h81 bool emit_wait);
329 bool emit_wait);
335 bool emit_wait);
842 bool emit_wait);
862 bool emit_wait);
1003 bool emit_wait);
1013 bool emit_wait);
1019 bool emit_wait);
H A Dr600_dma.c314 bool emit_wait) in r600_dma_semaphore_ring_emit() argument
317 u32 s = emit_wait ? 0 : 1; in r600_dma_semaphore_ring_emit()
H A 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()
H A Dcik_sdma.c229 bool emit_wait) in cik_sdma_semaphore_ring_emit() argument
232 u32 extra_bits = emit_wait ? 0 : SDMA_SEMAPHORE_EXTRA_S; in cik_sdma_semaphore_ring_emit()
H A Duvd_v1_0.c468 bool emit_wait) in uvd_v1_0_semaphore_emit() argument
H A Dradeon.h1749 bool emit_wait);
1836 struct radeon_semaphore *semaphore, bool emit_wait);
2757 …ng_emit(rdev, r, cp, semaphore, emit_wait) (rdev)->asic->ring[(r)]->emit_semaphore((rdev), (cp), (… argument
H A Dr600.c2938 bool emit_wait) in r600_semaphore_ring_emit() argument
2941 unsigned sel = emit_wait ? PACKET3_SEM_SEL_WAIT : PACKET3_SEM_SEL_SIGNAL; in r600_semaphore_ring_emit()
2951 if (emit_wait && (rdev->family >= CHIP_CEDAR)) { in r600_semaphore_ring_emit()
H A Dcik.c3654 bool emit_wait) in cik_semaphore_ring_emit() argument
3657 unsigned sel = emit_wait ? PACKET3_SEM_SEL_WAIT : PACKET3_SEM_SEL_SIGNAL; in cik_semaphore_ring_emit()
3663 if (emit_wait && ring->idx == RADEON_RING_TYPE_GFX_INDEX) { in cik_semaphore_ring_emit()
H A Dr100.c877 bool emit_wait) in r100_semaphore_ring_emit() argument