Lines Matching defs:radeon_asic_ring
1810 struct radeon_asic_ring { struct
1812 u32 (*get_rptr)(struct radeon_device *rdev, struct radeon_ring *ring);
1813 u32 (*get_wptr)(struct radeon_device *rdev, struct radeon_ring *ring);
1814 void (*set_wptr)(struct radeon_device *rdev, struct radeon_ring *ring);
1817 int (*ib_parse)(struct radeon_device *rdev, struct radeon_ib *ib);
1818 int (*cs_parse)(struct radeon_cs_parser *p);
1821 void (*ib_execute)(struct radeon_device *rdev, struct radeon_ib *ib);
1822 void (*emit_fence)(struct radeon_device *rdev, struct radeon_fence *fence);
1823 void (*hdp_flush)(struct radeon_device *rdev, struct radeon_ring *ring);
1824 bool (*emit_semaphore)(struct radeon_device *rdev, struct radeon_ring *cp,
1826 void (*vm_flush)(struct radeon_device *rdev, struct radeon_ring *ring,
1830 int (*ring_test)(struct radeon_device *rdev, struct radeon_ring *cp);
1831 int (*ib_test)(struct radeon_device *rdev, struct radeon_ring *cp);
1832 bool (*is_lockup)(struct radeon_device *rdev, struct radeon_ring *cp);
1835 void (*ring_start)(struct radeon_device *rdev, struct radeon_ring *cp);