Searched refs:PACKET3_EVENT_WRITE_EOP (Results 1 – 17 of 17) sorted by relevance
/drivers/gpu/drm/amd/amdgpu/ |
D | vid.h | 236 #define PACKET3_EVENT_WRITE_EOP 0x47 macro
|
D | cikd.h | 349 #define PACKET3_EVENT_WRITE_EOP 0x47 macro
|
D | gfx_v7_0.c | 2144 amdgpu_ring_write(ring, PACKET3(PACKET3_EVENT_WRITE_EOP, 4)); in gfx_v7_0_ring_emit_fence_gfx() 2156 amdgpu_ring_write(ring, PACKET3(PACKET3_EVENT_WRITE_EOP, 4)); in gfx_v7_0_ring_emit_fence_gfx()
|
D | gfx_v6_0.c | 1474 amdgpu_ring_write(ring, PACKET3(PACKET3_EVENT_WRITE_EOP, 4)); in gfx_v6_0_ring_emit_fence()
|
D | gfx_v8_0.c | 6212 amdgpu_ring_write(ring, PACKET3(PACKET3_EVENT_WRITE_EOP, 4)); in gfx_v8_0_ring_emit_fence_gfx()
|
/drivers/gpu/drm/radeon/ |
D | nid.h | 1248 #define PACKET3_EVENT_WRITE_EOP 0x47 macro
|
D | sid.h | 1762 #define PACKET3_EVENT_WRITE_EOP 0x47 macro
|
D | cikd.h | 1825 #define PACKET3_EVENT_WRITE_EOP 0x47 macro
|
D | evergreen_cs.c | 2255 case PACKET3_EVENT_WRITE_EOP: in evergreen_packet3_check() 3393 case PACKET3_EVENT_WRITE_EOP: in evergreen_vm_packet3_check()
|
D | evergreend.h | 1654 #define PACKET3_EVENT_WRITE_EOP 0x47 macro
|
D | r600d.h | 1673 #define PACKET3_EVENT_WRITE_EOP 0x47 macro
|
D | si.c | 3385 radeon_ring_write(ring, PACKET3(PACKET3_EVENT_WRITE_EOP, 4)); in si_fence_ring_emit() 4566 case PACKET3_EVENT_WRITE_EOP: in si_vm_packet3_gfx_check() 4669 case PACKET3_EVENT_WRITE_EOP: in si_vm_packet3_compute_check()
|
D | ni.c | 1421 radeon_ring_write(ring, PACKET3(PACKET3_EVENT_WRITE_EOP, 4)); in cayman_fence_ring_emit()
|
D | r600_cs.c | 1886 case PACKET3_EVENT_WRITE_EOP: in r600_packet3_check()
|
D | cik.c | 3589 radeon_ring_write(ring, PACKET3(PACKET3_EVENT_WRITE_EOP, 4)); in cik_fence_gfx_ring_emit() 3601 radeon_ring_write(ring, PACKET3(PACKET3_EVENT_WRITE_EOP, 4)); in cik_fence_gfx_ring_emit()
|
D | r600.c | 2886 radeon_ring_write(ring, PACKET3(PACKET3_EVENT_WRITE_EOP, 4)); in r600_fence_ring_emit()
|
/drivers/gpu/drm/amd/include/asic_reg/si/ |
D | sid.h | 1825 #define PACKET3_EVENT_WRITE_EOP 0x47 macro
|