Style white space cleanup.
[profile/ivi/libdrm.git] / bsd-core / drm_irq.c
2008-09-05 vehemensStyle white space cleanup.
2008-08-29 vehemens[FreeBSD] Use driver features macros and flags
2008-08-29 vehemens[FreeBSD] Convert drm_driver to a pointer like linux.
2008-08-29 vehemens[FreeBSD] Replace typedefs on bsd.
2008-08-29 vehemens[FreeBSD] Correct debug message
2008-08-29 Robert Noland[FreeBSD] Increase debugging output for vblank code.
2008-08-24 vehemens[FreeBSD] Move vblank bits into their own structure.
2008-07-29 Eric AnholtMerge commit 'origin/master' into drm-gem
2008-07-24 Robert Noland[FreeBSD] Catch up to linux on vblank-rework
2008-07-17 Robert Noland[FreeBSD] drm_irq.c updates for vblank fixes.
2008-07-17 Owain Gordon AinsworthBSD: change drm_locked_task*() to use the same scheme...
2008-06-08 Robert Noland[FreeBSD] Incorporate vblank fixes for bsd.
2008-06-08 Robert Noland[FreeBSD] Remove the locks in the vblank_disable_fn
2008-06-08 Robert Noland[FreeBSD] Go back to using vbl_lock and move init/destr...
2008-06-02 Robert Noland[FreeBSD] Declare vblank_disable_fn callout MPSAFE.
2008-06-02 Robert Noland[FreeBSD] Get rid of vbl_lock and re-use irq_lock.
2008-06-01 Robert Noland[FreeBSD] Call drm_vblank_cleanup during irq uninstall
2008-05-30 Eric AnholtMerge commit 'origin/master' into drm-gem
2008-05-27 Robert Noland[FreeBSD] Add vblank-rework support and get drivers...
2008-05-27 Eric Anholt[FreeBSD] Convert from drm_device_t to struct drm_devic...
2008-01-22 Jesse BarnesMerge branch 'master' into vblank-rework, including...
2007-12-10 Dave AirlieMerge branch 'master' into r500-support
2007-12-02 Robert Nolandbsd: Replace other occurrences of msleep with mtx_sleep
2007-12-02 Robert Nolandbsd: Now make secondary vblank work
2007-12-01 Robert Nolandbsd: Hook secondary vblank support.
2007-10-30 Jesse BarnesMerge branch 'master' into vblank-rework, fixup remaini...
2007-09-19 Eric AnholtMerge branch 'origin' into bo-set-pin
2007-08-31 Ian RomanickMerge branch 'master' of ssh+git://git.freedesktop...
2007-08-16 Eric AnholtMerge branch 'master' into bo-set-pin
2007-08-15 Eric AnholtBSD: Replace brief description in each file's first...
2007-08-13 vehemensBug #11951: Fix an errno sign inversion on pre-FreeBSD 5.
2007-07-26 Ian RomanickMerge branch 'master' of ssh+git://git.freedesktop...
2007-07-21 Eric AnholtReplace DRM_IOCTL_ARGS with (dev, data, file_priv)...
2007-07-20 Eric AnholtReplace filp in ioctl arguments with drm_file *file_priv.
2007-07-20 Eric AnholtRemove DRM_ERR OS macro.
2007-07-19 Eric AnholtMerge branch 'origin'
2007-07-18 Eric AnholtAdd dry-coded DRM drawable private information storage...
2007-03-30 Eric AnholtMerge branch 'crestline-qa', adding support for the...
2007-03-30 Eric AnholtMerge branch 'origin'
2007-03-24 Eric AnholtCatch up to new interrupt API, and retire FreeBSD 4...
2005-08-05 Eric AnholtRename the driver hooks in the DRM to something a littl...
2005-07-27 Eric AnholtCorrect a couple of descriptions of files in comments...
2005-06-06 Eric AnholtAdd a few more bits of Tonnerre's NetBSD port (Still...
2005-04-16 Eric AnholtUse /*- to begin license blocks in BSD code to reduce...
2005-02-13 Eric AnholtFix bad copy'n'pastage of copyrights -- don't disclaim...
2004-11-07 Eric AnholtRefine the locking of the DRM. Most significant is...
2004-11-07 Eric AnholtNow that the memory debug code is gone, and all 3 BSDs...
2004-11-06 Eric AnholtCommit first pieces of port to OpenBSD, done by Martin...
2004-11-06 Eric AnholtCommit WIP of BSD conversion to core model. Compiles...
2004-05-11 Eric AnholtMerge from FreeBSD-current. Mostly 64-bit cleanliness...
2003-11-06 Eric AnholtRemove unused variable.
2003-11-05 Eric Anholt- Tie the DRM to a specific device: setunique no longer...
2003-10-19 Eric Anholt- SMPng lock the DRM. This is only partial -- there...
2003-10-17 Eric Anholt- Move IRQ functions from drm_dma.h to new drm_irq...