Age | Commit message (Collapse) | Author |
|
- 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).
|
|
|
|
|
|
|
|
|
|
|
|
Build fix for RedHat 9 kernel (5 args to remap_page_range()).
|
|
|
|
|
|
|
|
Submitted by: Linus Torvalds <torvalds@transmeta.com>
|
|
|
|
post-drm-filp-0-1-branch world. The filp is a void * cast from the
current pid. This is a temporary solution which maintains the status
quo until a proper solution is implemented.
What is really needed is a unique pointer per open, hopefully with a device
private area. This can be done in FreeBSD for all entry points except
mmap, but is difficult (sys/dev/streams/streams.c is an example). I
have partially completed code for this but have not had time to debug,
so this is a temporary fix.
|
|
|
|
|
|
|
|
|
|
|
|
merging. Also includes an update to radeon PCI IDs.
|
|
functions on FreeBSD non-x86, and remove a dead define.
|
|
-current).
|
|
of FreeBSD CVS)
|
|
|
|
atomic_cmpset_int.
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
large textures), and get rid of superfluous local y variable
|
|
|
|
suggestions by Benjamin Herrenschmidt and Arjan van de Ven)
remove radeon_flush_write_combine() which has been unused for a while
|
|
DRM
|
|
|
|
interrupted by a signal)
|
|
|
|
|
|
|
|
cleanups
|