Searched defs:phys_obj (Results 1 - 2 of 2) sorted by relevance

/solaris-x11-s11/open-src/kernel/i915/src/
H A Di915_gem.c628 if (obj->phys_obj) {
3358 if (obj->phys_obj)
3799 struct drm_i915_gem_phys_object *phys_obj; local
3805 phys_obj = kzalloc(sizeof(struct drm_i915_gem_phys_object), GFP_KERNEL);
3806 if (!phys_obj)
3809 phys_obj->id = id;
3811 phys_obj->handle = drm_pci_alloc(dev, size, 0, 0xffffffff, 1);
3812 if (!phys_obj->handle) {
3817 dev_priv->mm.phys_objs[id - 1] = phys_obj;
3821 kfree(phys_obj, sizeo
3828 struct drm_i915_gem_phys_object *phys_obj; local
[all...]
H A Di915_drv.h1368 struct drm_i915_gem_phys_object *phys_obj; member in struct:drm_i915_gem_object

Completed in 38 milliseconds