Home
last modified time | relevance | path

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

/gfx-drm/usr/src/uts/intel/io/i915/
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.c3801 struct drm_i915_gem_phys_object *phys_obj; in i915_gem_init_phys_object()
3807 phys_obj = kzalloc(sizeof(struct drm_i915_gem_phys_object), GFP_KERNEL); in i915_gem_init_phys_object()
3823 kfree(phys_obj, sizeof (struct drm_i915_gem_phys_object)); in i915_gem_init_phys_object()
3830 struct drm_i915_gem_phys_object *phys_obj; in i915_gem_free_phys_object()
3841 kfree(phys_obj, sizeof (struct drm_i915_gem_phys_object)); in i915_gem_free_phys_object()