index
:
renesas/drm.git
android
live
master
libdrm, cloned from git://anongit.freedesktop.org/mesa/drm
Laurent Pinchart
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
bsd-core
/
drm_irq.c
Age
Commit message (
Expand
)
Author
2007-07-20
Replace DRM_IOCTL_ARGS with (dev, data, file_priv) and remove DRM_DEVICE.
Eric Anholt
2007-07-20
Replace filp in ioctl arguments with drm_file *file_priv.
Eric Anholt
2007-07-20
Remove DRM_ERR OS macro.
Eric Anholt
2007-07-18
Add dry-coded DRM drawable private information storage for FreeBSD.
Eric Anholt
2007-03-24
Catch up to new interrupt API, and retire FreeBSD 4.x support here.
Eric Anholt
2005-08-05
Rename the driver hooks in the DRM to something a little more
Eric Anholt
2005-07-27
Correct a couple of descriptions of files in comments (were just
Eric Anholt
2005-06-06
Add a few more bits of Tonnerre's NetBSD port (Still need to deal with the
Eric Anholt
2005-04-16
Use /*- to begin license blocks in BSD code to reduce diffs against FreeBSD
Eric Anholt
2005-02-13
Fix bad copy'n'pastage of copyrights -- don't disclaim anything for VA
Eric Anholt
2004-11-07
Refine the locking of the DRM. Most significant is covering the driver
Eric Anholt
2004-11-07
Now that the memory debug code is gone, and all 3 BSDs have M_ZERO, stop
Eric Anholt
2004-11-06
Commit first pieces of port to OpenBSD, done by Martin Lexa (martin at
Eric Anholt
2004-11-06
Commit WIP of BSD conversion to core model. Compiles for r128, radeon, but
Eric Anholt
2004-05-11
Merge from FreeBSD-current. Mostly 64-bit cleanliness fixes, but a few
Eric Anholt
2003-11-06
Remove unused variable.
Eric Anholt
2003-11-05
- Tie the DRM to a specific device: setunique no longer succeeds when given
Eric Anholt
2003-10-19
- SMPng lock the DRM. This is only partial -- there are a few code paths
Eric Anholt
2003-10-17
- Move IRQ functions from drm_dma.h to new drm_irq.h and disentangle them
Eric Anholt