Move intel libdrm stuff to libdrm_intel.so
[platform/upstream/libdrm.git] / bsd-core /
2008-09-08 Robert Noland[FreeBSD] We need to call drm_detach before we free...
2008-09-07 Robert Noland[FreeBSD] Implement drm_ioremap_wc() to set a range...
2008-09-07 Robert Noland[FreeBSD] IGP gart needs to be un-cached.
2008-09-07 vehemensFree temp_pagelist on error. Free in reverse order...
2008-09-06 vehemensPass lock data like linux and open.
2008-09-06 vehemensMove order to end like linux.
2008-09-06 vehemensStyle white space cleanup part 2.
2008-09-06 Robert Noland[FreeBSD] Ensure that drm_pci_alloc is never called...
2008-09-05 vehemensReorder lock functions like linux.
2008-09-05 vehemensStyle white space cleanup.
2008-09-05 vehemensNeed M_NOWAIT for malloc.
2008-08-29 vehemens[FreeBSD] Use driver features macros and flags
2008-08-29 vehemens[FreeBSD] Convert drm_driver to a pointer like linux.
2008-08-29 vehemens[FreeBSD] Replace typedefs on bsd.
2008-08-29 vehemens[FreeBSD] Catch up to vblank rework for via.
2008-08-29 vehemens[FreeBSD] Correct debug message
2008-08-29 Robert Noland[FreeBSD] Fix a couple of locking problems.
2008-08-29 Robert Noland[FreeBSD] Increase debugging output for vblank code.
2008-08-28 Tomas CarneckyFix drm_realloc when you're reallocing into something...
2008-08-24 Robert Noland[FreeBSD] Add drm_drawable_free_all()
2008-08-24 Robert Noland[FreeBSD] Fix long standing memory leak in drm_remove_m...
2008-08-24 vehemens[FreeBSD] Move vblank bits into their own structure.
2008-08-24 vehemens[FreeBSD] Fix lock leak.
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-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-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-19 Robert NolandBug #13233: Chase move of agp headers on FreeBSD.
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-25 Thomas HellstromMerge branch 'master' into drm-ttm-finalize
2007-10-17 Jung-uk KimBug #11870: FreeBSD hardware lock cleanup fix with...
2007-10-10 Eric AnholtFreeBSD: Fill in domain field when supported.
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-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.
next