Home
last modified time | relevance | path

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

/linux-6.14.4/drivers/gpu/drm/radeon/
Duvd_v3_1.c42 bool emit_wait) in uvd_v3_1_semaphore_emit()
Duvd_v2_2.c75 bool emit_wait) in uvd_v2_2_semaphore_emit()
Duvd_v1_0.c468 bool emit_wait) in uvd_v1_0_semaphore_emit()
Dr600_dma.c315 bool emit_wait) in r600_dma_semaphore_ring_emit()
Dradeon_vce.c697 bool emit_wait) in radeon_vce_semaphore_emit()
Dcik_sdma.c230 bool emit_wait) in cik_sdma_semaphore_ring_emit()
Dr600.c2929 bool emit_wait) in r600_semaphore_ring_emit()
Dr100.c894 bool emit_wait) in r100_semaphore_ring_emit()
Dcik.c3614 bool emit_wait) in cik_semaphore_ring_emit()
Dradeon.h2728 #define radeon_semaphore_ring_emit(rdev, r, cp, semaphore, emit_wait) (rdev)->asic->ring[(r)]->emit… argument
/linux-6.14.4/drivers/gpu/drm/i915/gt/
Dselftest_engine_pm.c34 static u32 *emit_wait(u32 *cs, u32 offset, int op, u32 value) in emit_wait() function