Searched refs:PACKET3_EVENT_WRITE_EOP (Results 1 – 11 of 11) sorted by relevance
/linux-4.1.27/drivers/gpu/drm/radeon/ |
D | nid.h | 1240 #define PACKET3_EVENT_WRITE_EOP 0x47 macro
|
D | sid.h | 1760 #define PACKET3_EVENT_WRITE_EOP 0x47 macro
|
D | cikd.h | 1824 #define PACKET3_EVENT_WRITE_EOP 0x47 macro
|
D | evergreen_cs.c | 2271 case PACKET3_EVENT_WRITE_EOP: in evergreen_packet3_check() 3351 case PACKET3_EVENT_WRITE_EOP: in evergreen_vm_packet3_check()
|
D | evergreend.h | 1652 #define PACKET3_EVENT_WRITE_EOP 0x47 macro
|
D | ni.c | 1398 radeon_ring_write(ring, PACKET3(PACKET3_EVENT_WRITE_EOP, 4)); in cayman_fence_ring_emit()
|
D | si.c | 3387 radeon_ring_write(ring, PACKET3(PACKET3_EVENT_WRITE_EOP, 4)); in si_fence_ring_emit() 4558 case PACKET3_EVENT_WRITE_EOP: in si_vm_packet3_gfx_check() 4661 case PACKET3_EVENT_WRITE_EOP: in si_vm_packet3_compute_check()
|
D | r600d.h | 1672 #define PACKET3_EVENT_WRITE_EOP 0x47 macro
|
D | r600_cs.c | 1886 case PACKET3_EVENT_WRITE_EOP: in r600_packet3_check()
|
D | cik.c | 3946 radeon_ring_write(ring, PACKET3(PACKET3_EVENT_WRITE_EOP, 4)); in cik_fence_gfx_ring_emit() 3958 radeon_ring_write(ring, PACKET3(PACKET3_EVENT_WRITE_EOP, 4)); in cik_fence_gfx_ring_emit()
|
D | r600.c | 2836 radeon_ring_write(ring, PACKET3(PACKET3_EVENT_WRITE_EOP, 4)); in r600_fence_ring_emit()
|