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

/linux-master/drivers/gpu/drm/i915/gem/
H A Di915_gem_busy.c148 if (dma_resv_iter_is_restarted(&cursor))
/linux-master/drivers/gpu/drm/qxl/
H A Dqxl_debugfs.c67 if (dma_resv_iter_is_restarted(&cursor))
/linux-master/include/linux/
H A Ddma-resv.h191 * dma_resv_iter_is_restarted().
264 * dma_resv_iter_is_restarted - test if this is the first fence after a restart
269 static inline bool dma_resv_iter_is_restarted(struct dma_resv_iter *cursor) function
286 * check for this with dma_resv_iter_is_restarted(). For this reason prefer the
/linux-master/drivers/dma-buf/
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)) {
573 if (dma_resv_iter_is_restarted(&cursor)) {
H A Dst-dma-resv.c209 if (!dma_resv_iter_is_restarted(&cursor)) {

Completed in 119 milliseconds