Age | Commit message (Expand) | Author |
2008-07-25 | [FreeBSD] Duh, we need to actually define the drm_modeset_ctl... | Robert Noland |
2008-07-24 | [FreeBSD] Catch up to linux on vblank-rework | Robert Noland |
2008-07-21 | [FreeBSD] Improve upper_32_bits define. | Robert Noland |
2008-07-17 | [FreeBSD] drm_irq.c updates for vblank fixes. | Robert Noland |
2008-07-16 | FreeBSD: Fix radeon build | Robert Noland |
2008-07-16 | BSD: change drm_locked_task*() to use the same scheme as linux. | Owain Gordon Ainsworth |
2008-07-15 | [FreeBSD] We aren't allowed to hold locks over bus_dma_tag_create or bus_dmam... | Robert Noland |
2008-06-13 | [FreeBSD] Fix another lock leak | Robert Noland |
2008-06-08 | I915 suspend/resume for FreeBSD | Robert Noland |
2008-06-08 | [FreeBSD] Rework ati_pcigart.c | Robert Noland |
2008-06-08 | [FreeBSD] We need to request busmastering support. | Robert Noland |
2008-06-08 | [FreeBSD] Incorporate vblank fixes for bsd. | Robert Noland |
2008-06-08 | [FreeBSD] Forgot to call mtx_destroy on all the locks at unload. | 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] Add symlink for radeon_microcode.h | Robert Noland |
2008-06-01 | [FreeBSD] Call drm_vblank_cleanup during irq uninstall | Robert Noland |
2008-05-27 | [BSD] Move unlock in drm_vm.c from accidental platform #ifdeffing. | Owain Ainsworth |
2008-05-27 | [BSD] Fix lock leak in drm_update_draw malloc failure path. | Owain Ainsworth |
2008-05-27 | [BSD] Fix lock leaks in error paths in drm_bufs.c. | Owain Ainsworth |
2008-05-27 | [BSD] Remove superfluous recursive locking in drm_add_magic. | Owain Ainsworth |
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-12-01 | bsd: Fix typo in i915_drv.c | Robert Noland |
2007-12-01 | mtx_sleep is preferred to msleep | Robert Noland |
2007-12-01 | drm: Add _DRM_DRIVER map flag. | Robert Noland |
2007-12-01 | bsd: Move counter initialization to load time. | Robert Noland |
2007-11-29 | Fix up drm_ati_pcigart_info | Robert C. Noland III |
2007-11-18 | Bug #13233: Chase move of agp headers on FreeBSD. | Robert Noland |
2007-11-14 | Add new shared header file drm_internal.h. | Kristian Høgsberg |
2007-10-17 | Bug #11870: FreeBSD hardware lock cleanup fix with multiple opens by a process. | Jung-uk Kim |
2007-10-10 | FreeBSD: Fill in domain field when supported. | Eric Anholt |
2007-08-15 | Fix dev->agp->base initialization on BSD, and fix addmap range check on Linux. | Eric Anholt |
2007-08-15 | BSD: Return EINVAL if drm_unlock is called on an unheld or other-owner lock. | Eric Anholt |
2007-08-15 | BSD: simplify drm_ioctl() after other refactoring. | vehemens |
2007-08-15 | Bug #11989: Fix regression in getstats ioctl (kernel panic). | vehemens |
2007-08-15 | BSD: Fix regression in setversion ioctl (current version not returned). | Eric Anholt |
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-08-13 | Add doxygen and fix whitespace for drm_auth.c | Eric Anholt |
2007-08-13 | Fix drm_auth.c locking to not recurse on dev_lock. | vehemens |
2007-07-25 | Fix copy'n'paste-o in FreeBSD drawable code. | Eric Anholt |
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 | BSD: Replace symlink building with symlinks in git. | Eric Anholt |