Home
last modified time | relevance | path

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

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