drm: remove address mask param for drm_pci_alloc()
[safe/jmp/linux-2.6] / drivers / gpu / drm / i915 / i915_gem.c
index 917b837..c7f0cbe 100644 (file)
@@ -4708,7 +4708,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;