Searched refs:i915_wait_ring (Results 1 - 2 of 2) sorted by relevance

/freebsd-11-stable/sys/dev/drm/
H A Di915_drv.h583 i915_wait_ring(dev, (n)*4, __func__); \
625 extern int i915_wait_ring(struct drm_device * dev, int n, const char *caller);
H A Di915_dma.c42 int i915_wait_ring(struct drm_device * dev, int n, const char *caller) function
597 return i915_wait_ring(dev, dev_priv->ring.Size - 8, __func__);

Completed in 105 milliseconds