Home
last modified time | relevance | path

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

/drivers/gpu/drm/i915/
Di915_gem.c4251 if (phys_obj->cur_obj) { in i915_gem_free_phys_object()
4252 i915_gem_detach_phys_object(dev, phys_obj->cur_obj); in i915_gem_free_phys_object()
4300 obj->phys_obj->cur_obj = NULL; in i915_gem_detach_phys_object()
4338 obj->phys_obj->cur_obj = obj; in i915_gem_attach_phys_object()
Di915_drv.h171 struct drm_i915_gem_object *cur_obj; member