Home
last modified time | relevance | path

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

/linux-6.12.1/drivers/gpu/drm/amd/amdgpu/
Dsi_enums.h288 #define PACKET3_SEM_SEL_SIGNAL (0x6 << 29) macro
Dsoc15d.h139 # define PACKET3_SEM_SEL_SIGNAL (0x6 << 29) macro
Dnvd.h112 # define PACKET3_SEM_SEL_SIGNAL (0x6 << 29) macro
Dvid.h166 # define PACKET3_SEM_SEL_SIGNAL (0x6 << 29) macro
Dcikd.h284 # define PACKET3_SEM_SEL_SIGNAL (0x6 << 29) macro
Dsid.h2434 #define PACKET3_SEM_SEL_SIGNAL (0x6 << 29) macro
/linux-6.12.1/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.c2932 unsigned sel = emit_wait ? PACKET3_SEM_SEL_WAIT : PACKET3_SEM_SEL_SIGNAL; in r600_semaphore_ring_emit()
Dcik.c3617 unsigned sel = emit_wait ? PACKET3_SEM_SEL_WAIT : PACKET3_SEM_SEL_SIGNAL; in cik_semaphore_ring_emit()