]> rtime.felk.cvut.cz Git - lisovros/linux_canprio.git/blobdiff - drivers/gpu/drm/i915/i915_gem.c
Merge branch 'drm-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/airlied...
[lisovros/linux_canprio.git] / drivers / gpu / drm / i915 / i915_gem.c
index 21950ef987c78c51a9df7b5f459e152ff1a51893..2748609f05b386c4c314fa10810276e22e3aa888 100644 (file)
@@ -4839,7 +4839,7 @@ int i915_gem_init_phys_object(struct drm_device *dev,
 
        phys_obj->id = id;
 
-       phys_obj->handle = drm_pci_alloc(dev, size, 0, 0xffffffff);
+       phys_obj->handle = drm_pci_alloc(dev, size, 0);
        if (!phys_obj->handle) {
                ret = -ENOMEM;
                goto kfree_obj;