Lines Matching defs:radeon_asic_ring
1840 struct radeon_asic_ring { struct
1842 u32 (*get_rptr)(struct radeon_device *rdev, struct radeon_ring *ring);
1843 u32 (*get_wptr)(struct radeon_device *rdev, struct radeon_ring *ring);
1844 void (*set_wptr)(struct radeon_device *rdev, struct radeon_ring *ring);
1847 int (*ib_parse)(struct radeon_device *rdev, struct radeon_ib *ib);
1848 int (*cs_parse)(struct radeon_cs_parser *p);
1851 void (*ib_execute)(struct radeon_device *rdev, struct radeon_ib *ib);
1852 void (*emit_fence)(struct radeon_device *rdev, struct radeon_fence *fence);
1853 void (*hdp_flush)(struct radeon_device *rdev, struct radeon_ring *ring);
1854 bool (*emit_semaphore)(struct radeon_device *rdev, struct radeon_ring *cp,
1856 void (*vm_flush)(struct radeon_device *rdev, struct radeon_ring *ring,
1860 int (*ring_test)(struct radeon_device *rdev, struct radeon_ring *cp);
1861 int (*ib_test)(struct radeon_device *rdev, struct radeon_ring *cp);
1862 bool (*is_lockup)(struct radeon_device *rdev, struct radeon_ring *cp);
1865 void (*ring_start)(struct radeon_device *rdev, struct radeon_ring *cp);