Bring some drm module changes over from the XFree86 trunk:
authorDavid Dawes <dawes@xfree86.org>
Thu, 17 Apr 2003 18:41:28 +0000 (18:41 +0000)
committerDavid Dawes <dawes@xfree86.org>
Thu, 17 Apr 2003 18:41:28 +0000 (18:41 +0000)
commitc2d7ff1bf98f92add98fb76b63d2bdb190f3cf2c
tree6afaad9978c0a555d27a441bd982eddbe197858d
parentd1b7f551e6d582cd9c44d23883de1f6121907627
Bring some drm module changes over from the XFree86 trunk:
- Reset 'bound' flag for an agp entry after undbind succeeded in
    drm_agpsupport.h (Egbert Eich).
- Ignore hw_lock for drm device if lock was set by a different instance (ie
    Xserver) to prevent second server from spinning in driver release
    function (currently only relevant for i8xx drm drivers) (David Dawes).
- Use the agpgart "key" for the unique handle for bindings rather than the
    memory address (the key is guaranteed to be unique) (David Dawes).
linux-core/drmP.h
linux-core/drm_agpsupport.c
linux-core/drm_drv.c
linux-core/drm_fops.c
linux/drmP.h
linux/drm_agpsupport.h
linux/drm_drv.h
linux/drm_fops.h