Searched defs:i915_file_priv (Results 1 - 2 of 2) sorted by relevance

/illumos-gate/usr/src/uts/intel/io/drm/
H A Di915_dma.c1006 struct drm_i915_file_private *i915_file_priv; local
1009 i915_file_priv = (struct drm_i915_file_private *)
1010 drm_alloc(sizeof(*i915_file_priv), DRM_MEM_FILES);
1012 if (!i915_file_priv)
1015 file_priv->driver_priv = i915_file_priv;
1017 i915_file_priv->mm.last_gem_seqno = 0;
1018 i915_file_priv->mm.last_gem_throttle_seqno = 0;
1050 struct drm_i915_file_private *i915_file_priv = file_priv->driver_priv; local
1052 drm_free(i915_file_priv, sizeof(*i915_file_priv), DRM_MEM_FILE
[all...]
H A Di915_gem.c1973 struct drm_i915_file_private *i915_file_priv = file_priv->driver_priv; local
1978 seqno = i915_file_priv->mm.last_gem_throttle_seqno;
1979 i915_file_priv->mm.last_gem_throttle_seqno =
1980 i915_file_priv->mm.last_gem_seqno;
1996 struct drm_i915_file_private *i915_file_priv = fpriv->driver_priv; local
2182 i915_file_priv->mm.last_gem_seqno = seqno;

Completed in 264 milliseconds