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

/solaris-x11-s11/open-src/kernel/i915/src/
H A Di915_drv.h210 struct drm_i915_gem_phys_object { struct
903 struct drm_i915_gem_phys_object *phys_objs[I915_MAX_PHYS_OBJECT];
1368 struct drm_i915_gem_phys_object *phys_obj;
H A Di915_gem.c3799 struct drm_i915_gem_phys_object *phys_obj;
3805 phys_obj = kzalloc(sizeof(struct drm_i915_gem_phys_object), GFP_KERNEL);
3821 kfree(phys_obj, sizeof (struct drm_i915_gem_phys_object));
3828 struct drm_i915_gem_phys_object *phys_obj;
3839 kfree(phys_obj, sizeof (struct drm_i915_gem_phys_object));

Completed in 26 milliseconds