Searched refs:dma_resv_iter_is_restarted (Results 1 - 3 of 3) sorted by relevance

/openbsd-current/sys/dev/pci/drm/i915/gem/
H A Di915_gem_busy.c148 if (dma_resv_iter_is_restarted(&cursor))
/openbsd-current/sys/dev/pci/drm/include/linux/
H A Ddma-resv.h192 * dma_resv_iter_is_restarted().
265 * dma_resv_iter_is_restarted - test if this is the first fence after a restart
270 static inline bool dma_resv_iter_is_restarted(struct dma_resv_iter *cursor) function
287 * check for this with dma_resv_iter_is_restarted(). For this reason prefer the
/openbsd-current/sys/dev/pci/drm/
H A Ddma-resv.c407 * or similar needs to check for this with dma_resv_iter_is_restarted(). For
430 * or similar needs to check for this with dma_resv_iter_is_restarted(). For
526 if (dma_resv_iter_is_restarted(&cursor)) {
574 if (dma_resv_iter_is_restarted(&cursor)) {

Completed in 79 milliseconds