Add additional quirks from ddx
[platform/upstream/libdrm.git] / bsd-core / drm_irq.c
2008-05-30 Eric AnholtMerge commit 'origin/master' into drm-gem
2008-05-28 Alan HourihaneMerge branch 'master' of git+ssh://git.freedesktop...
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-11 Dave AirlieMerge branch 'master' of ssh://git.freedesktop.org...
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-10-27 Jerome GlisseMerge branch 'radeon-ttm' of git://people.freedesktop...
2007-09-24 Jesse BarnesMerge branch 'master' into modesetting-101 - TTM &...
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...