Home
last modified time | relevance | path

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

/Linux-v4.19/drivers/gpu/drm/amd/amdgpu/
Dsi_enums.h270 #define PACKET3_SEM_SEL_WAIT (0x7 << 29) macro
Dsoc15d.h134 # define PACKET3_SEM_SEL_WAIT (0x7 << 29) macro
Dvid.h169 # define PACKET3_SEM_SEL_WAIT (0x7 << 29) macro
Dcikd.h287 # define PACKET3_SEM_SEL_WAIT (0x7 << 29) macro
Dsid.h2432 #define PACKET3_SEM_SEL_WAIT (0x7 << 29) macro
/Linux-v4.19/drivers/gpu/drm/radeon/
Dcikd.h1753 # define PACKET3_SEM_SEL_WAIT (0x7 << 29) macro
Dr600d.h1612 # define PACKET3_SEM_SEL_WAIT (0x7 << 29) macro
Dr600.c2925 unsigned sel = emit_wait ? PACKET3_SEM_SEL_WAIT : PACKET3_SEM_SEL_SIGNAL; in r600_semaphore_ring_emit()
Dcik.c3627 unsigned sel = emit_wait ? PACKET3_SEM_SEL_WAIT : PACKET3_SEM_SEL_SIGNAL; in cik_semaphore_ring_emit()