Home
last modified time | relevance | path

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

/Linux-v4.19/drivers/gpu/drm/amd/amdgpu/
Dsi_enums.h269 #define PACKET3_SEM_SEL_SIGNAL (0x6 << 29) macro
Dsoc15d.h133 # define PACKET3_SEM_SEL_SIGNAL (0x6 << 29) macro
Dvid.h168 # define PACKET3_SEM_SEL_SIGNAL (0x6 << 29) macro
Dcikd.h286 # define PACKET3_SEM_SEL_SIGNAL (0x6 << 29) macro
Dsid.h2431 #define PACKET3_SEM_SEL_SIGNAL (0x6 << 29) macro
/Linux-v4.19/drivers/gpu/drm/radeon/
Dcikd.h1752 # define PACKET3_SEM_SEL_SIGNAL (0x6 << 29) macro
Dr600d.h1611 # define PACKET3_SEM_SEL_SIGNAL (0x6 << 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()