Home
last modified time | relevance | path

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

/Linux-v5.4/drivers/gpu/drm/amd/amdgpu/
Dsi_enums.h250 #define PACKET3_EVENT_WRITE 0x46 macro
Dnvd.h154 #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
Dgfx_v8_0.c1621 ib.ptr[ib.length_dw++] = PACKET3(PACKET3_EVENT_WRITE, 0); in gfx_v8_0_do_edc_gpr_workarounds()
1647 ib.ptr[ib.length_dw++] = PACKET3(PACKET3_EVENT_WRITE, 0); in gfx_v8_0_do_edc_gpr_workarounds()
1673 ib.ptr[ib.length_dw++] = PACKET3(PACKET3_EVENT_WRITE, 0); in gfx_v8_0_do_edc_gpr_workarounds()
6106 amdgpu_ring_write(ring, PACKET3(PACKET3_EVENT_WRITE, 0)); in gfx_v8_0_ring_emit_vgt_flush()
6110 amdgpu_ring_write(ring, PACKET3(PACKET3_EVENT_WRITE, 0)); in gfx_v8_0_ring_emit_vgt_flush()
Dsid.h1811 #define PACKET3_EVENT_WRITE 0x46 macro
Dgfx_v7_0.c2164 amdgpu_ring_write(ring, PACKET3(PACKET3_EVENT_WRITE, 0)); in gfx_v7_0_ring_emit_vgt_flush()
2168 amdgpu_ring_write(ring, PACKET3(PACKET3_EVENT_WRITE, 0)); in gfx_v7_0_ring_emit_vgt_flush()
Dgfx_v9_0.c4332 ib.ptr[ib.length_dw++] = PACKET3(PACKET3_EVENT_WRITE, 0); in gfx_v9_0_do_edc_gpr_workarounds()
4360 ib.ptr[ib.length_dw++] = PACKET3(PACKET3_EVENT_WRITE, 0); in gfx_v9_0_do_edc_gpr_workarounds()
Dgfx_v6_0.c1830 amdgpu_ring_write(ring, PACKET3(PACKET3_EVENT_WRITE, 0)); in gfx_v6_0_ring_emit_vgt_flush()
/Linux-v5.4/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.c2235 case PACKET3_EVENT_WRITE: in evergreen_packet3_check()
3393 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.c4573 case PACKET3_EVENT_WRITE: in si_vm_packet3_gfx_check()
4676 case PACKET3_EVENT_WRITE: in si_vm_packet3_compute_check()
Dr600.c2898 radeon_ring_write(ring, PACKET3(PACKET3_EVENT_WRITE, 0)); in r600_fence_ring_emit()