Age | Commit message (Expand) | Author |
2008-06-08 | [FreeBSD] Incorporate vblank fixes for bsd. | Robert Noland |
2008-06-08 | [FreeBSD] Remove the locks in the vblank_disable_fn | Robert 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 uninstall | Robert 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-02 | bsd: Replace other occurrences of msleep with mtx_sleep | Robert Noland |
2007-12-02 | bsd: Now make secondary vblank work | Robert Noland |
2007-12-01 | bsd: Hook secondary vblank support. | Robert Noland |
2007-08-15 | BSD: Replace brief description in each file's first line with doxygen later on. | Eric Anholt |
2007-08-13 | Bug #11951: Fix an errno sign inversion on pre-FreeBSD 5. | vehemens |
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 |