VMW_FENCE_WRAP    146 drivers/gpu/drm/vmwgfx/vmwgfx_fence.c 	if (seqno - fence->base.seqno < VMW_FENCE_WRAP)
VMW_FENCE_WRAP    412 drivers/gpu/drm/vmwgfx/vmwgfx_fence.c 	if (likely(passed_seqno - goal_seqno >= VMW_FENCE_WRAP))
VMW_FENCE_WRAP    456 drivers/gpu/drm/vmwgfx/vmwgfx_fence.c 		   goal_seqno - fence->base.seqno < VMW_FENCE_WRAP))
VMW_FENCE_WRAP    476 drivers/gpu/drm/vmwgfx/vmwgfx_fence.c 		if (seqno - fence->base.seqno < VMW_FENCE_WRAP) {
VMW_FENCE_WRAP    136 drivers/gpu/drm/vmwgfx/vmwgfx_irq.c 	if (likely(dev_priv->last_read_seqno - seqno < VMW_FENCE_WRAP))
VMW_FENCE_WRAP    141 drivers/gpu/drm/vmwgfx/vmwgfx_irq.c 	if (likely(dev_priv->last_read_seqno - seqno < VMW_FENCE_WRAP))
VMW_FENCE_WRAP    154 drivers/gpu/drm/vmwgfx/vmwgfx_irq.c 	       > VMW_FENCE_WRAP);
VMW_FENCE_WRAP    292 drivers/gpu/drm/vmwgfx/vmwgfx_irq.c 	if (likely(dev_priv->last_read_seqno - seqno < VMW_FENCE_WRAP))