Commit 7fcd9709 authored by Dave Airlie's avatar Dave Airlie

Merge bk://drm.bkbits.net/drm-2.6

into starflyer.(none):/home/airlied/drm/drm-2.6
parents 6ad2ec23 a3631e76
......@@ -109,8 +109,6 @@ int DRM(agp_acquire)(struct inode *inode, struct file *filp,
return -EBUSY;
if (!drm_agp->acquire)
return -EINVAL;
if ( dev->agp->cant_use_aperture )
return -EINVAL;
if ((retcode = drm_agp->acquire()))
return retcode;
dev->agp->acquired = 1;
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment