Home
last modified time | relevance | path

Searched refs:PACKET3_EVENT_WRITE (Results 1 – 17 of 17) sorted by relevance

/Linux-v4.19/drivers/gpu/drm/amd/amdgpu/
Dsi_enums.h230 #define PACKET3_EVENT_WRITE 0x46 macro
Dsoc15d.h168 #define PACKET3_EVENT_WRITE 0x46 macro
Dvid.h228 #define PACKET3_EVENT_WRITE 0x46 macro
Dcikd.h346 #define PACKET3_EVENT_WRITE 0x46 macro
Dsid.h1811 #define PACKET3_EVENT_WRITE 0x46 macro
Dgfx_v8_0.c1694 ib.ptr[ib.length_dw++] = PACKET3(PACKET3_EVENT_WRITE, 0); in gfx_v8_0_do_edc_gpr_workarounds()
1720 ib.ptr[ib.length_dw++] = PACKET3(PACKET3_EVENT_WRITE, 0); in gfx_v8_0_do_edc_gpr_workarounds()
1746 ib.ptr[ib.length_dw++] = PACKET3(PACKET3_EVENT_WRITE, 0); in gfx_v8_0_do_edc_gpr_workarounds()
6347 amdgpu_ring_write(ring, PACKET3(PACKET3_EVENT_WRITE, 0)); in gfx_v8_0_ring_emit_vgt_flush()
6351 amdgpu_ring_write(ring, PACKET3(PACKET3_EVENT_WRITE, 0)); in gfx_v8_0_ring_emit_vgt_flush()
Dgfx_v7_0.c2141 amdgpu_ring_write(ring, PACKET3(PACKET3_EVENT_WRITE, 0)); in gfx_v7_0_ring_emit_vgt_flush()
2145 amdgpu_ring_write(ring, PACKET3(PACKET3_EVENT_WRITE, 0)); in gfx_v7_0_ring_emit_vgt_flush()
Dgfx_v6_0.c1814 amdgpu_ring_write(ring, PACKET3(PACKET3_EVENT_WRITE, 0)); in gfx_v6_0_ring_emit_vgt_flush()
/Linux-v4.19/drivers/gpu/drm/radeon/
Dnid.h1238 #define PACKET3_EVENT_WRITE 0x46 macro
Dsid.h1748 #define PACKET3_EVENT_WRITE 0x46 macro
Dcikd.h1812 #define PACKET3_EVENT_WRITE 0x46 macro
Devergreen_cs.c2234 case PACKET3_EVENT_WRITE: in evergreen_packet3_check()
3392 case PACKET3_EVENT_WRITE: in evergreen_vm_packet3_check()
Devergreend.h1653 #define PACKET3_EVENT_WRITE 0x46 macro
Dr600d.h1663 #define PACKET3_EVENT_WRITE 0x46 macro
Dr600_cs.c1865 case PACKET3_EVENT_WRITE: in r600_packet3_check()
Dsi.c4569 case PACKET3_EVENT_WRITE: in si_vm_packet3_gfx_check()
4672 case PACKET3_EVENT_WRITE: in si_vm_packet3_compute_check()
Dr600.c2892 radeon_ring_write(ring, PACKET3(PACKET3_EVENT_WRITE, 0)); in r600_fence_ring_emit()