Home
last modified time | relevance | path

Searched refs:PACKET3_SEM_SEL_WAIT (Results 1 – 7 of 7) sorted by relevance

/dragonfly/sys/dev/drm/amd/amdgpu/
H A Dsoc15d.h134 # define PACKET3_SEM_SEL_WAIT (0x7 << 29) macro
H A Dvid.h169 # define PACKET3_SEM_SEL_WAIT (0x7 << 29) macro
H A Dcikd.h287 # define PACKET3_SEM_SEL_WAIT (0x7 << 29) macro
/dragonfly/sys/dev/drm/radeon/
H A Dcikd.h1753 # define PACKET3_SEM_SEL_WAIT (0x7 << 29) macro
H A Dr600d.h1612 # define PACKET3_SEM_SEL_WAIT (0x7 << 29) macro
H A Dr600.c2941 unsigned sel = emit_wait ? PACKET3_SEM_SEL_WAIT : PACKET3_SEM_SEL_SIGNAL; in r600_semaphore_ring_emit()
H A Dcik.c3657 unsigned sel = emit_wait ? PACKET3_SEM_SEL_WAIT : PACKET3_SEM_SEL_SIGNAL; in cik_semaphore_ring_emit()