Searched refs:emit_wait (Results 1 – 11 of 11) sorted by relevance
| /netbsd-src/sys/external/bsd/drm2/dist/drm/radeon/ |
| H A D | radeon_uvd_v3_1.c | 47 bool emit_wait) in uvd_v3_1_semaphore_emit() argument 58 radeon_ring_write(ring, 0x80 | (emit_wait ? 1 : 0)); in uvd_v3_1_semaphore_emit()
|
| H A D | radeon_uvd_v2_2.c | 80 bool emit_wait) in uvd_v2_2_semaphore_emit() argument 91 radeon_ring_write(ring, emit_wait ? 1 : 0); in uvd_v2_2_semaphore_emit()
|
| H A D | radeon_asic.h | 83 bool emit_wait); 329 bool emit_wait); 335 bool emit_wait); 796 bool emit_wait); 816 bool emit_wait); 950 bool emit_wait); 960 bool emit_wait); 966 bool emit_wait);
|
| H A D | radeon_r600_dma.c | 320 bool emit_wait) in r600_dma_semaphore_ring_emit() argument 323 u32 s = emit_wait ? 0 : 1; in r600_dma_semaphore_ring_emit()
|
| H A D | radeon_vce.c | 755 bool emit_wait) in radeon_vce_semaphore_emit() argument 762 radeon_ring_write(ring, cpu_to_le32(0x01003000 | (emit_wait ? 1 : 0))); in radeon_vce_semaphore_emit() 763 if (!emit_wait) in radeon_vce_semaphore_emit()
|
| H A D | radeon_cik_sdma.c | 236 bool emit_wait) in cik_sdma_semaphore_ring_emit() argument 239 u32 extra_bits = emit_wait ? 0 : SDMA_SEMAPHORE_EXTRA_S; in cik_sdma_semaphore_ring_emit()
|
| H A D | radeon_uvd_v1_0.c | 473 bool emit_wait) in uvd_v1_0_semaphore_emit() argument
|
| H A D | radeon.h | 1785 bool emit_wait); 1872 struct radeon_semaphore *semaphore, bool emit_wait); 2812 …ng_emit(rdev, r, cp, semaphore, emit_wait) (rdev)->asic->ring[(r)]->emit_semaphore((rdev), (cp), (… argument
|
| H A D | radeon_r600.c | 2961 bool emit_wait) in r600_semaphore_ring_emit() argument 2964 unsigned sel = emit_wait ? PACKET3_SEM_SEL_WAIT : PACKET3_SEM_SEL_SIGNAL; in r600_semaphore_ring_emit() 2974 if (emit_wait && (rdev->family >= CHIP_CEDAR)) { in r600_semaphore_ring_emit()
|
| H A D | radeon_cik.c | 3641 bool emit_wait) in cik_semaphore_ring_emit() argument 3644 unsigned sel = emit_wait ? PACKET3_SEM_SEL_WAIT : PACKET3_SEM_SEL_SIGNAL; in cik_semaphore_ring_emit() 3650 if (emit_wait && ring->idx == RADEON_RING_TYPE_GFX_INDEX) { in cik_semaphore_ring_emit()
|
| H A D | radeon_r100.c | 902 bool emit_wait) in r100_semaphore_ring_emit() argument
|