radeon: rmx_fixup() fixes for legacy chips
[platform/upstream/libdrm.git] / bsd-core /
2008-08-13 Dave AirlieMerge branch 'radeon-gem-cs' into modesetting-gem
2008-08-13 Jesse BarnesMerge branch 'modesetting-101' into modesetting-gem
2008-07-31 Kristian HøgsbergMerge commit 'origin/master' into modesetting-gem
2008-07-29 Eric AnholtMerge commit 'origin/master' into drm-gem
2008-07-25 Robert Noland[FreeBSD] Duh, we need to actually define the drm_modes...
2008-07-24 Robert Noland[FreeBSD] Catch up to linux on vblank-rework
2008-07-21 Robert Noland[FreeBSD] Improve upper_32_bits define.
2008-07-17 Robert Noland[FreeBSD] drm_irq.c updates for vblank fixes.
2008-07-17 Robert NolandFreeBSD: Fix radeon build
2008-07-17 Owain Gordon AinsworthBSD: change drm_locked_task*() to use the same scheme...
2008-07-15 Robert Noland[FreeBSD] We aren't allowed to hold locks over bus_dma_...
2008-06-13 Robert Noland[FreeBSD] Fix another lock leak
2008-06-08 Robert NolandI915 suspend/resume for FreeBSD
2008-06-08 Robert Noland[FreeBSD] Rework ati_pcigart.c
2008-06-08 Robert Noland[FreeBSD] We need to request busmastering support.
2008-06-08 Robert Noland[FreeBSD] Incorporate vblank fixes for bsd.
2008-06-08 Robert Noland[FreeBSD] Forgot to call mtx_destroy on all the locks...
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] Add symlink for radeon_microcode.h
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-28 Alan HourihaneMerge branch 'master' of git+ssh://git.freedesktop...
2008-05-27 Owain Ainsworth[BSD] Move unlock in drm_vm.c from accidental platform...
2008-05-27 Owain Ainsworth[BSD] Fix lock leak in drm_update_draw malloc failure...
2008-05-27 Owain Ainsworth[BSD] Fix lock leaks in error paths in drm_bufs.c.
2008-05-27 Owain Ainsworth[BSD] Remove superfluous recursive locking in drm_add_m...
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-12-01 Robert Nolandbsd: Fix typo in i915_drv.c
2007-12-01 Robert Nolandmtx_sleep is preferred to msleep
2007-12-01 Robert Nolanddrm: Add _DRM_DRIVER map flag.
2007-12-01 Robert Nolandbsd: Move counter initialization to load time.
2007-11-28 Robert C. Noland IIIFix up drm_ati_pcigart_info
2007-11-22 Dave AirlieMerge branch 'origin' into modesetting-101
2007-11-19 Robert NolandBug #13233: Chase move of agp headers on FreeBSD.
2007-11-15 Dave AirlieMerge branch 'master' into modesetting-101
2007-11-14 Kristian HøgsbergAdd new shared header file drm_internal.h.
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-10-25 Thomas HellstromMerge branch 'master' into drm-ttm-finalize
2007-10-23 Alan HourihaneMerge branch 'master' of git+ssh://git.freedesktop...
2007-10-17 Jung-uk KimBug #11870: FreeBSD hardware lock cleanup fix with...
2007-10-16 Alan HourihaneMerge branch 'master' of git+ssh://git.freedesktop...
2007-10-10 Eric AnholtFreeBSD: Fill in domain field when supported.
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 AnholtFix dev->agp->base initialization on BSD, and fix addma...
2007-08-15 Eric AnholtBSD: Return EINVAL if drm_unlock is called on an unheld...
2007-08-15 vehemensBSD: simplify drm_ioctl() after other refactoring.
2007-08-15 vehemensBug #11989: Fix regression in getstats ioctl (kernel...
2007-08-15 Eric AnholtBSD: Fix regression in setversion ioctl (current versio...
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-08-13 Eric AnholtAdd doxygen and fix whitespace for drm_auth.c
2007-08-13 vehemensFix drm_auth.c locking to not recurse on dev_lock.
2007-07-26 Ian RomanickMerge branch 'master' of ssh+git://git.freedesktop...
2007-07-25 Eric AnholtFix copy'n'paste-o in FreeBSD drawable code.
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 AnholtBSD: Replace symlink building with symlinks in git.
2007-07-20 Eric AnholtRemove DRM_ERR OS macro.
2007-07-19 Eric AnholtFreeBSD warnings cleanup.
2007-07-19 Eric AnholtMerge branch 'origin'
2007-07-19 Eric AnholtFreeBSD: Fix the recently added drawable add/remove...
2007-07-19 Eric AnholtFix the getclient test (Need this feature for future...
2007-07-18 Eric AnholtAdd dry-coded DRM drawable private information storage...
2007-07-16 Eric AnholtFix FreeBSD build.
2007-07-12 Ian RomanickMerge branch 'master' into xgi-0-0-2
2007-07-11 Dave AirlieMerge branch 'master' into cleanup
2007-07-11 Arthur HuilletMade drm_sg_alloc accessible from inside the DRM -...
2007-06-29 Alan HourihaneMerge branch 'master' of git+ssh://git.freedesktop...
2007-06-05 Dave AirlieMerge branch 'origin' into radeon-ttm
2007-05-29 Jung-uk KimUpdate a bunch of FreeBSD port code.
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...
2007-01-08 Keith PackardMerge branch 'master' into crestline
2006-12-19 Dave AirlieMerge branch 'nouveau-1'
2006-12-01 Michel DänzerCore build fix for BSD.
2006-12-01 Michel DänzerUnshare drm_drawable.c again for now.
2006-11-10 Nian WuMerge branch 'master' into crestline
2006-11-05 Dave AirlieMerge branch 'master' into nouveau-1
2006-10-31 Alan HourihaneFix bug #8839 - a comment
2006-10-19 Thomas HellstromImporting fixes from drm-ttm-0-2-branch
2006-10-18 Thomas HellstromMerging drm-ttm-0-2-branch
2006-10-14 Stephane MarchesinMerge branch 'master' of git://anongit.freedesktop...
2006-09-29 Michel DänzerAdd support for tracking drawable information to core
2006-09-28 Michel DänzerAdd support for tracking drawable information to core
2006-09-07 Eric AnholtUse the DRM_INIT_WAITQUEUE argument (needed on Linux...
next