Home
last modified time | relevance | path

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

/gfx-drm/usr/src/uts/intel/io/i915/
H A Di915_gem.c3836 if (phys_obj->cur_obj) { in i915_gem_free_phys_object()
3837 i915_gem_detach_phys_object(dev, phys_obj->cur_obj); in i915_gem_free_phys_object()
3881 obj->phys_obj->cur_obj = NULL; in i915_gem_detach_phys_object()
3917 obj->phys_obj->cur_obj = obj; in i915_gem_attach_phys_object()
H A Di915_drv.h214 struct drm_i915_gem_object *cur_obj; member