Searched refs:emit_wait (Results 1 – 12 of 12) sorted by relevance
/linux-6.3-rc2/drivers/gpu/drm/radeon/ |
A D | uvd_v3_1.c | 42 bool emit_wait) in uvd_v3_1_semaphore_emit() argument 53 radeon_ring_write(ring, 0x80 | (emit_wait ? 1 : 0)); in uvd_v3_1_semaphore_emit()
|
A D | uvd_v2_2.c | 75 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()
|
A D | radeon_asic.h | 81 bool emit_wait); 326 bool emit_wait); 332 bool emit_wait); 793 bool emit_wait); 813 bool emit_wait); 947 bool emit_wait); 957 bool emit_wait); 963 bool emit_wait);
|
A D | r600_dma.c | 315 bool emit_wait) in r600_dma_semaphore_ring_emit() argument 318 u32 s = emit_wait ? 0 : 1; in r600_dma_semaphore_ring_emit()
|
A D | radeon_vce.c | 697 bool emit_wait) in radeon_vce_semaphore_emit() argument 704 radeon_ring_write(ring, cpu_to_le32(0x01003000 | (emit_wait ? 1 : 0))); in radeon_vce_semaphore_emit() 705 if (!emit_wait) in radeon_vce_semaphore_emit()
|
A D | uvd_v1_0.c | 468 bool emit_wait) in uvd_v1_0_semaphore_emit() argument
|
A D | cik_sdma.c | 230 bool emit_wait) in cik_sdma_semaphore_ring_emit() argument 233 u32 extra_bits = emit_wait ? 0 : SDMA_SEMAPHORE_EXTRA_S; in cik_sdma_semaphore_ring_emit()
|
A D | radeon.h | 1774 bool emit_wait); 1857 struct radeon_semaphore *semaphore, bool emit_wait); 2766 …ng_emit(rdev, r, cp, semaphore, emit_wait) (rdev)->asic->ring[(r)]->emit_semaphore((rdev), (cp), (… argument
|
A D | r600.c | 2929 bool emit_wait) in r600_semaphore_ring_emit() argument 2932 unsigned sel = emit_wait ? PACKET3_SEM_SEL_WAIT : PACKET3_SEM_SEL_SIGNAL; in r600_semaphore_ring_emit() 2942 if (emit_wait && (rdev->family >= CHIP_CEDAR)) { in r600_semaphore_ring_emit()
|
A D | cik.c | 3614 bool emit_wait) in cik_semaphore_ring_emit() argument 3617 unsigned sel = emit_wait ? PACKET3_SEM_SEL_WAIT : PACKET3_SEM_SEL_SIGNAL; in cik_semaphore_ring_emit() 3623 if (emit_wait && ring->idx == RADEON_RING_TYPE_GFX_INDEX) { in cik_semaphore_ring_emit()
|
A D | r100.c | 893 bool emit_wait) in r100_semaphore_ring_emit() argument
|
/linux-6.3-rc2/drivers/gpu/drm/i915/gt/ |
A D | selftest_engine_pm.c | 33 static u32 *emit_wait(u32 *cs, u32 offset, int op, u32 value) in emit_wait() function 93 cs = emit_wait(cs, offset + 4008, MI_SEMAPHORE_SAD_NEQ_SDD, 1); in __measure_timestamps() 99 cs = emit_wait(cs, offset + 4008, MI_SEMAPHORE_SAD_EQ_SDD, 1); in __measure_timestamps()
|
Completed in 51 milliseconds