aboutsummaryrefslogtreecommitdiff
path: root/bsd-core/drm_irq.c
AgeCommit message (Expand)Author
2009-02-27Move vblank_init to driver load time.Robert Noland
2009-02-24FreeBSD: Turn on msiRobert Noland
2009-02-24FreeBSD: Add some vblank related debugging and replace DRM_WAIT_ON with a loc...Robert Noland
2009-02-24FreeBSD: Rip out the locked task support now that i915 no longer uses it.Robert Noland
2008-10-10[FreeBSD] Rework all of the memory allocationsRobert Noland
2008-09-10Remove incomplete and obsolete free/net/open code.vehemens
2008-09-06Pass lock data like linux and open.vehemens
2008-09-06Style white space cleanup part 2.vehemens
2008-09-05Style white space cleanup.vehemens
2008-08-29[FreeBSD] Use driver features macros and flagsvehemens
2008-08-29[FreeBSD] Convert drm_driver to a pointer like linux.vehemens
2008-08-29[FreeBSD] Replace typedefs on bsd.vehemens
2008-08-29[FreeBSD] Correct debug messagevehemens
2008-08-29[FreeBSD] Increase debugging output for vblank code.Robert Noland
2008-08-24[FreeBSD] Move vblank bits into their own structure.vehemens
2008-07-24[FreeBSD] Catch up to linux on vblank-reworkRobert Noland
2008-07-17[FreeBSD] drm_irq.c updates for vblank fixes.Robert Noland
2008-07-16BSD: change drm_locked_task*() to use the same scheme as linux.Owain Gordon Ainsworth
2008-06-08[FreeBSD] Incorporate vblank fixes for bsd.Robert Noland
2008-06-08[FreeBSD] Remove the locks in the vblank_disable_fnRobert Noland
2008-06-08[FreeBSD] Go back to using vbl_lock and move init/destroy to load/unload.Robert Noland
2008-06-01[FreeBSD] Declare vblank_disable_fn callout MPSAFE.Robert Noland
2008-06-01[FreeBSD] Get rid of vbl_lock and re-use irq_lock.Robert Noland
2008-06-01[FreeBSD] Call drm_vblank_cleanup during irq uninstallRobert Noland
2008-05-27[FreeBSD] Add vblank-rework support and get drivers building.Robert Noland
2008-05-27[FreeBSD] Convert from drm_device_t to struct drm_device for consistency.Eric Anholt
2007-12-02bsd: Replace other occurrences of msleep with mtx_sleepRobert Noland
2007-12-02bsd: Now make secondary vblank workRobert Noland
2007-12-01bsd: Hook secondary vblank support.Robert Noland
2007-08-15BSD: Replace brief description in each file's first line with doxygen later on.Eric Anholt
2007-08-13Bug #11951: Fix an errno sign inversion on pre-FreeBSD 5.vehemens
2007-07-20Replace DRM_IOCTL_ARGS with (dev, data, file_priv) and remove DRM_DEVICE.Eric Anholt
2007-07-20Replace filp in ioctl arguments with drm_file *file_priv.Eric Anholt
2007-07-20Remove DRM_ERR OS macro.Eric Anholt
2007-07-18Add dry-coded DRM drawable private information storage for FreeBSD.Eric Anholt
2007-03-24Catch up to new interrupt API, and retire FreeBSD 4.x support here.Eric Anholt
2005-08-05Rename the driver hooks in the DRM to something a little moreEric Anholt
2005-07-27Correct a couple of descriptions of files in comments (were justEric Anholt
2005-06-06Add a few more bits of Tonnerre's NetBSD port (Still need to deal with theEric Anholt
2005-04-16Use /*- to begin license blocks in BSD code to reduce diffs against FreeBSDEric Anholt
2005-02-13Fix bad copy'n'pastage of copyrights -- don't disclaim anything for VAEric Anholt
2004-11-07Refine the locking of the DRM. Most significant is covering the driverEric Anholt
2004-11-07Now that the memory debug code is gone, and all 3 BSDs have M_ZERO, stopEric Anholt
2004-11-06Commit first pieces of port to OpenBSD, done by Martin Lexa (martin atEric Anholt
2004-11-06Commit WIP of BSD conversion to core model. Compiles for r128, radeon, butEric Anholt
2004-05-11Merge from FreeBSD-current. Mostly 64-bit cleanliness fixes, but a fewEric Anholt
2003-11-06Remove unused variable.Eric Anholt
2003-11-05- Tie the DRM to a specific device: setunique no longer succeeds when givenEric Anholt
2003-10-19- SMPng lock the DRM. This is only partial -- there are a few code pathsEric Anholt
2003-10-17- Move IRQ functions from drm_dma.h to new drm_irq.h and disentangle themEric Anholt