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

/freebsd-11-stable/sys/dev/drm/
H A Di915_dma.c943 struct drm_i915_file_private *i915_file_priv; local
946 i915_file_priv = (struct drm_i915_file_private *)
947 drm_alloc(sizeof(*i915_file_priv), DRM_MEM_FILES);
949 if (!i915_file_priv)
952 file_priv->driver_priv = i915_file_priv;
954 i915_file_priv->mm.last_gem_seqno = 0;
955 i915_file_priv->mm.last_gem_throttle_seqno = 0;
983 struct drm_i915_file_private *i915_file_priv = file_priv->driver_priv; local
985 drm_free(i915_file_priv, sizeof(*i915_file_priv), DRM_MEM_FILE
[all...]

Completed in 52 milliseconds