Home
last modified time | relevance | path

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

/linux-4.1.27/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);
791 bool emit_wait);
811 bool emit_wait);
945 bool emit_wait);
955 bool emit_wait);
961 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.c680 bool emit_wait) in radeon_vce_semaphore_emit() argument
687 radeon_ring_write(ring, 0x01003000 | (emit_wait ? 1 : 0)); in radeon_vce_semaphore_emit()
688 if (!emit_wait) in radeon_vce_semaphore_emit()
Duvd_v1_0.c467 bool emit_wait) in uvd_v1_0_semaphore_emit() argument
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()
Dradeon.h1743 bool emit_wait);
1830 struct radeon_semaphore *semaphore, bool emit_wait);
2907 …ng_emit(rdev, r, cp, semaphore, emit_wait) (rdev)->asic->ring[(r)]->emit_semaphore((rdev), (cp), (… argument
Dr600.c2879 bool emit_wait) in r600_semaphore_ring_emit() argument
2882 unsigned sel = emit_wait ? PACKET3_SEM_SEL_WAIT : PACKET3_SEM_SEL_SIGNAL; in r600_semaphore_ring_emit()
2892 if (emit_wait && (rdev->family >= CHIP_CEDAR)) { in r600_semaphore_ring_emit()
Dcik.c4011 bool emit_wait) in cik_semaphore_ring_emit() argument
4014 unsigned sel = emit_wait ? PACKET3_SEM_SEL_WAIT : PACKET3_SEM_SEL_SIGNAL; in cik_semaphore_ring_emit()
4020 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