Home
last modified time | relevance | path

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

/dragonfly/sys/dev/drm/amd/amdgpu/
H A Dsoc15d.h133 # define PACKET3_SEM_SEL_SIGNAL (0x6 << 29) macro
H A Dvid.h168 # define PACKET3_SEM_SEL_SIGNAL (0x6 << 29) macro
H A Dcikd.h286 # define PACKET3_SEM_SEL_SIGNAL (0x6 << 29) macro
/dragonfly/sys/dev/drm/radeon/
H A Dcikd.h1752 # define PACKET3_SEM_SEL_SIGNAL (0x6 << 29) macro
H A Dr600d.h1611 # define PACKET3_SEM_SEL_SIGNAL (0x6 << 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()