i915_dma.c | 931 struct drm_i915_file_private *i915_file_priv; local in function:i915_driver_open 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 in function:i915_driver_postclose 973 drm_free(i915_file_priv, sizeof(*i915_file_priv), DRM_MEM_FILES) [all...] |