Home
last modified time | relevance | path

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

/linux-6.1.9/drivers/gpu/drm/amd/amdgpu/
Dsi_enums.h249 #define PACKET3_EVENT_WRITE 0x46 macro
Dsoc15d.h168 #define PACKET3_EVENT_WRITE 0x46 macro
Dnvd.h154 #define PACKET3_EVENT_WRITE 0x46 macro
Dvid.h226 #define PACKET3_EVENT_WRITE 0x46 macro
Dcikd.h344 #define PACKET3_EVENT_WRITE 0x46 macro
Dgfx_v8_0.c1590 ib.ptr[ib.length_dw++] = PACKET3(PACKET3_EVENT_WRITE, 0); in gfx_v8_0_do_edc_gpr_workarounds()
1616 ib.ptr[ib.length_dw++] = PACKET3(PACKET3_EVENT_WRITE, 0); in gfx_v8_0_do_edc_gpr_workarounds()
1642 ib.ptr[ib.length_dw++] = PACKET3(PACKET3_EVENT_WRITE, 0); in gfx_v8_0_do_edc_gpr_workarounds()
6101 amdgpu_ring_write(ring, PACKET3(PACKET3_EVENT_WRITE, 0)); in gfx_v8_0_ring_emit_vgt_flush()
6105 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_v9_0.c4458 ib.ptr[ib.length_dw++] = PACKET3(PACKET3_EVENT_WRITE, 0); in gfx_v9_0_do_edc_gpr_workarounds()
4486 ib.ptr[ib.length_dw++] = PACKET3(PACKET3_EVENT_WRITE, 0); in gfx_v9_0_do_edc_gpr_workarounds()
4514 ib.ptr[ib.length_dw++] = PACKET3(PACKET3_EVENT_WRITE, 0); in gfx_v9_0_do_edc_gpr_workarounds()
Dgfx_v7_0.c2130 amdgpu_ring_write(ring, PACKET3(PACKET3_EVENT_WRITE, 0)); in gfx_v7_0_ring_emit_vgt_flush()
2134 amdgpu_ring_write(ring, PACKET3(PACKET3_EVENT_WRITE, 0)); in gfx_v7_0_ring_emit_vgt_flush()
Dgfx_v6_0.c1813 amdgpu_ring_write(ring, PACKET3(PACKET3_EVENT_WRITE, 0)); in gfx_v6_0_ring_emit_vgt_flush()
/linux-6.1.9/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.c4568 case PACKET3_EVENT_WRITE: in si_vm_packet3_gfx_check()
4671 case PACKET3_EVENT_WRITE: in si_vm_packet3_compute_check()
Dr600.c2899 radeon_ring_write(ring, PACKET3(PACKET3_EVENT_WRITE, 0)); in r600_fence_ring_emit()