OSDN Git Service

nouveau: gather nsource in trap_info()
[android-x86/external-libdrm.git] / bsd-core /
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.
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...
2006-09-07 Eric AnholtPut the PCI device/vendor id in the drm_device_t.
2006-09-07 Eric AnholtAdd a typedef for u64.
2006-07-19 Michel Dänzer.cvsignore -> .gitignore
2006-05-17 Eric AnholtSet entry->virtual for sg maps, fixing ATI PCI/PCIE...
2006-05-17 Eric AnholtAdd the bits for vblank support on FreeBSD, which most...
2006-05-17 Eric AnholtAdd the workaround that's in the kernel to suppress...
2006-04-18 Eric AnholtReorder the DRM_*_AGP enum to match linux's numbers...
2005-12-30 Eric AnholtMerge patch from jhb to catch up with FreeBSD-current...
2005-12-05 Eric AnholtRemove driver.device_is_agp code duplicated in drm_devi...
2005-12-02 Eric AnholtFinish the last bits necessary to get the i915 DRM...
2005-12-02 Eric AnholtFreeBSD PR kern/85479: Restore the enabling of debuggin...
2005-11-28 Eric AnholtFix AGP support guessing: Implement the same bridge...
2005-11-15 Eric AnholtFix compiling and reenable build of i915 driver.
2005-11-15 Eric AnholtFix Savage DRI without ShadowStatus NO by allowing...
2005-11-11 Eric AnholtFix breakage from the move of driver ioctl externs...
2005-11-08 Eric AnholtCorrect another LOR issue with resource allocation...
2005-11-08 Eric AnholtInitial port of savage to FreeBSD for the AGP and ...
2005-11-08 Eric AnholtCorrect a LOR related to the PCI resource allocations...
2005-11-08 Eric AnholtFix FreeBSD DRM for latest MGA changes to agp support...
2005-11-08 Eric AnholtCatch FreeBSD up to the pcie gart changes. Required...
2005-11-08 Eric AnholtCorrect a recursion on non-recursive mutex in drm_addma...
2005-11-06 Eric AnholtRe-disable the via driver while it's broken on BSD.
2005-09-30 Dave AirlieAdd support to turn writeback off via radeon module...
2005-09-12 Eric AnholtFix the spelling of DRM_AUTH so that the bsd core stuff...
2005-09-03 Dave Airlieconvert ioctl flags to use flags instead of separate...
2005-08-26 Eric Anholt- Don't try to allocate mappings of less than a PAGE_SI...
2005-08-26 Eric AnholtPreviously, drm_get_resource_start() and drm_get_resour...
2005-08-26 Eric AnholtFix a lack of parenthesis in macro usage that showed...
2005-08-26 Eric Anholt[1] Fix BSD DRM for the nonroot changes. [2] Don't...
2005-08-17 Dave Airlieadd agp buffer token
2005-08-15 Eric AnholtPort the VIA DRM to FreeBSD. Original patch by Jake...
2005-08-12 Eric AnholtFix build after linux-side checkin of master/root-only...
2005-08-05 Eric AnholtRename the driver hooks in the DRM to something a littl...
2005-08-04 Eric AnholtFix the MGA driver on BSD by passing in the proper...
2005-07-27 Eric AnholtCorrect a couple of descriptions of files in comments...
2005-07-27 Eric AnholtLink in the savage files from shared-core.
2005-07-20 Eric AnholtAdd latest r300 support from r300.sf.net CVS. Patch...
2005-06-29 Eric AnholtGet the BSD DRM compiling again after MGA and mapping...
2005-06-14 Ian RomanickAdds support for PCI cards to MGA DRM
2005-06-09 Ian RomanickCompletely re-initialize DMA settings
next