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

/netbsd-current/sys/external/bsd/drm/dist/shared-core/
H A Di915_dma.c931 struct drm_i915_file_private *i915_file_priv; local
934 i915_file_priv = (struct drm_i915_file_private *)
935 drm_alloc(sizeof(*i915_file_priv), DRM_MEM_FILES);
937 if (!i915_file_priv)
940 file_priv->driver_priv = i915_file_priv;
942 i915_file_priv->mm.last_gem_seqno = 0;
943 i915_file_priv->mm.last_gem_throttle_seqno = 0;
971 struct drm_i915_file_private *i915_file_priv = file_priv->driver_priv; local
973 drm_free(i915_file_priv, sizeof(*i915_file_priv), DRM_MEM_FILE
[all...]

Completed in 205 milliseconds