HomeSort by: relevance | last modified time | path
    Searched defs:radeon_ring_undo (Results 1 - 2 of 2) sorted by relevancy

  /src/sys/external/bsd/drm2/dist/drm/radeon/
radeon_ring.c 212 * radeon_ring_undo - reset the wptr
218 void radeon_ring_undo(struct radeon_ring *ring) function in typeref:typename:void
228 * Call radeon_ring_undo() then unlock the ring (all asics).
232 radeon_ring_undo(ring);
radeon_ring.c 212 * radeon_ring_undo - reset the wptr
218 void radeon_ring_undo(struct radeon_ring *ring) function in typeref:typename:void
228 * Call radeon_ring_undo() then unlock the ring (all asics).
232 radeon_ring_undo(ring);

Completed in 21 milliseconds