Home
last modified time | relevance | path

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

/linux-4.4.14/drivers/gpu/drm/amd/amdgpu/
Dvid.h167 # define PACKET3_SEM_SEL_SIGNAL (0x6 << 29) macro
Dcikd.h281 # define PACKET3_SEM_SEL_SIGNAL (0x6 << 29) macro
Dgfx_v8_0.c4652 unsigned sel = emit_wait ? PACKET3_SEM_SEL_WAIT : PACKET3_SEM_SEL_SIGNAL; in gfx_v8_0_ring_emit_semaphore()
Dgfx_v7_0.c2534 unsigned sel = emit_wait ? PACKET3_SEM_SEL_WAIT : PACKET3_SEM_SEL_SIGNAL; in gfx_v7_0_ring_emit_semaphore()
/linux-4.4.14/drivers/gpu/drm/radeon/
Dcikd.h1754 # define PACKET3_SEM_SEL_SIGNAL (0x6 << 29) macro
Dr600d.h1610 # define PACKET3_SEM_SEL_SIGNAL (0x6 << 29) macro
Dr600.c2929 unsigned sel = emit_wait ? PACKET3_SEM_SEL_WAIT : PACKET3_SEM_SEL_SIGNAL; in r600_semaphore_ring_emit()
Dcik.c4039 unsigned sel = emit_wait ? PACKET3_SEM_SEL_WAIT : PACKET3_SEM_SEL_SIGNAL; in cik_semaphore_ring_emit()