Searched refs:PACKET3_EVENT_WRITE_EOP (Results 1 – 19 of 19) sorted by relevance
/openbmc/linux/drivers/gpu/drm/amd/amdgpu/ |
H A D | si_enums.h | 250 #define PACKET3_EVENT_WRITE_EOP 0x47 macro
|
H A D | nvd.h | 163 #define PACKET3_EVENT_WRITE_EOP 0x47 macro
|
H A D | vid.h | 237 #define PACKET3_EVENT_WRITE_EOP 0x47 macro
|
H A D | cikd.h | 355 #define PACKET3_EVENT_WRITE_EOP 0x47 macro
|
H A D | sid.h | 1825 #define PACKET3_EVENT_WRITE_EOP 0x47 macro
|
H A D | gfx_v7_0.c | 2123 amdgpu_ring_write(ring, PACKET3(PACKET3_EVENT_WRITE_EOP, 4)); in gfx_v7_0_ring_emit_fence_gfx() 2135 amdgpu_ring_write(ring, PACKET3(PACKET3_EVENT_WRITE_EOP, 4)); in gfx_v7_0_ring_emit_fence_gfx()
|
H A D | gfx_v8_0.c | 6160 amdgpu_ring_write(ring, PACKET3(PACKET3_EVENT_WRITE_EOP, 4)); in gfx_v8_0_ring_emit_fence_gfx() 6174 amdgpu_ring_write(ring, PACKET3(PACKET3_EVENT_WRITE_EOP, 4)); in gfx_v8_0_ring_emit_fence_gfx()
|
H A D | gfx_v6_0.c | 1822 amdgpu_ring_write(ring, PACKET3(PACKET3_EVENT_WRITE_EOP, 4)); in gfx_v6_0_ring_emit_fence()
|
/openbmc/linux/drivers/gpu/drm/radeon/ |
H A D | nid.h | 1248 #define PACKET3_EVENT_WRITE_EOP 0x47 macro
|
H A D | sid.h | 1762 #define PACKET3_EVENT_WRITE_EOP 0x47 macro
|
H A D | cikd.h | 1823 #define PACKET3_EVENT_WRITE_EOP 0x47 macro
|
H A D | si.c | 3388 radeon_ring_write(ring, PACKET3(PACKET3_EVENT_WRITE_EOP, 4)); in si_fence_ring_emit() 4573 case PACKET3_EVENT_WRITE_EOP: in si_vm_packet3_gfx_check() 4676 case PACKET3_EVENT_WRITE_EOP: in si_vm_packet3_compute_check()
|
H A 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()
|
H A D | evergreend.h | 1654 #define PACKET3_EVENT_WRITE_EOP 0x47 macro
|
H A D | r600d.h | 1673 #define PACKET3_EVENT_WRITE_EOP 0x47 macro
|
H A D | ni.c | 1404 radeon_ring_write(ring, PACKET3(PACKET3_EVENT_WRITE_EOP, 4)); in cayman_fence_ring_emit()
|
H A D | r600_cs.c | 1886 case PACKET3_EVENT_WRITE_EOP: in r600_packet3_check()
|
H A D | cik.c | 3549 radeon_ring_write(ring, PACKET3(PACKET3_EVENT_WRITE_EOP, 4)); in cik_fence_gfx_ring_emit() 3561 radeon_ring_write(ring, PACKET3(PACKET3_EVENT_WRITE_EOP, 4)); in cik_fence_gfx_ring_emit()
|
H A D | r600.c | 2886 radeon_ring_write(ring, PACKET3(PACKET3_EVENT_WRITE_EOP, 4)); in r600_fence_ring_emit()
|